rpms/system-config-users/devel .cvsignore, 1.41, 1.42 sources, 1.44, 1.45 system-config-users.spec, 1.50, 1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 26 15:59:47 UTC 2007


Author: nphilipp

Update of /cvs/dist/rpms/system-config-users/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27064

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
fix plural specification for German (#233781)
update URL
mention that we are upstream
use preferred buildroot
use Category: ... System; ... in desktop file
clean buildroot before installing
fix licensing blurb in PO files
require/BR python >= 2.0 instead of python2
recode spec file to UTF-8
Resolves: #233781



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- .cvsignore	19 Mar 2007 14:45:22 -0000	1.41
+++ .cvsignore	26 Mar 2007 15:59:45 -0000	1.42
@@ -1 +1 @@
-system-config-users-1.2.53.tar.bz2
+system-config-users-1.2.54.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	19 Mar 2007 14:45:22 -0000	1.44
+++ sources	26 Mar 2007 15:59:45 -0000	1.45
@@ -1 +1 @@
-3b9d4e1521e70b167cc14c70bf51864c  system-config-users-1.2.53.tar.bz2
+f0f1106b0eba63a57c3d4093c43ce394  system-config-users-1.2.54.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- system-config-users.spec	19 Mar 2007 14:45:22 -0000	1.50
+++ system-config-users.spec	26 Mar 2007 15:59:45 -0000	1.51
@@ -1,13 +1,15 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.53
+Version: 1.2.54
 Release: 1%{?dist}
-URL: http://fedora.redhat.com/projects/config-tools/
+URL: http://fedoraproject.org/wiki/SystemConfig/users
 License: GPL
 ExclusiveOS: Linux
 Group: Applications/System
-BuildRoot: %{_tmppath}/system-config-users-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
+# We are upstream, thus the source is only available from within this source
+# package.
 Source: system-config-users-%{version}.tar.bz2
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
@@ -15,7 +17,7 @@
 BuildRequires: findutils
 Obsoletes: redhat-config-users
 Requires: libuser >= 0.53.1
-Requires: python2
+Requires: python >= 2.0
 Requires: pygtk2
 Requires: pygtk2-libglade
 Requires: usermode >= 1.36
@@ -33,7 +35,7 @@
 %endif
 %endif
 
-BuildPrereq: python2
+BuildRequires: python >= 2.0
 
 %description
 system-config-users is a graphical utility for administrating 
@@ -46,6 +48,7 @@
 make
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 desktop-file-install --vendor system --delete-original       \
@@ -86,6 +89,21 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
+* Mon Mar 26 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.54
+- fix plural specification for German (#233781)
+
+* Thu Mar 22 2007 Nils Philippsen <nphilipp at redhat.com>
+- update URL
+
+* Tue Mar 20 2007 Nils Philippsen <nphilipp at redhat.com>
+- mention that we are upstream
+- use preferred buildroot
+- use Category: ... System; ... in desktop file
+- clean buildroot before installing
+- fix licensing blurb in PO files
+- require/BR python >= 2.0 instead of python2
+- recode spec file to UTF-8
+
 * Mon Mar 19 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.53
 - some UI cleanup
 - when adding new users, let gid be set manually (#201500)
@@ -555,7 +573,7 @@
 - Add set_transient_for calls to bring dialogs to the front in KDE (#61590)
 * Tue Apr 16 2002 Nalin Dahyabhai <nalin at redhat.com> 1.0.1-1
 - Handle cases where translations are encoded in non-UTF8 encodings (#63334)
-* Mon Apr 15 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0-14
+* Mon Apr 15 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.0-14
 - Update translations
 * Tue Apr 09 2002 Brent Fox <bfox at redhat.com>
 - Added workaround for bug 62919




More information about the fedora-cvs-commits mailing list