rpms/system-config-date/devel .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 system-config-date.spec, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 6 13:54:02 UTC 2005


Author: nphilipp

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

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
make desktop file translatable (#156792)
avoid DeprecationWarnings
use DESTDIR consistently (#156782)



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-date/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	15 Apr 2005 08:58:48 -0000	1.19
+++ .cvsignore	6 May 2005 13:54:00 -0000	1.20
@@ -1 +1 @@
-system-config-date-1.7.17.tar.bz2
+system-config-date-1.7.18.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-date/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	15 Apr 2005 08:58:48 -0000	1.19
+++ sources	6 May 2005 13:54:00 -0000	1.20
@@ -1 +1 @@
-ed3fbf2a72b0522fdd19913520ba04e5  system-config-date-1.7.17.tar.bz2
+d42a606518e24a45cd11ea2481f2d321  system-config-date-1.7.18.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- system-config-date.spec	18 Apr 2005 22:55:08 -0000	1.24
+++ system-config-date.spec	6 May 2005 13:54:00 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.7.17
-Release: 2
+Version: 1.7.18
+Release: 1
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
 ExclusiveOS: Linux
@@ -15,6 +15,7 @@
 Obsoletes: redhat-config-date
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
+BuildRequires: intltool
 BuildRequires: python
 Requires: ntp
 Requires: python2
@@ -37,7 +38,7 @@
 make
 
 %install
-make INSTROOT=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install
 desktop-file-install --vendor system --delete-original       \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
   --add-category X-Red-Hat-Base                             \
@@ -98,8 +99,13 @@
 %attr(0644,root,root) %config(noreplace) /usr/share/system-config-date/ntp.template
 
 %changelog
+* Fri May 06 2005 Nils Philippsen <nphilipp at redhat.com> 1.7.18
+- make desktop file translatable (#156792)
+- avoid DeprecationWarnings
+- use DESTDIR consistently (#156782)
+
 * Tue Apr 19 2005 Matthias Clasen <mclasen at redhat.com> 1.7.17-2
-- Silence %%post 
+- Silence %%post
 
 * Fri Apr 15 2005 Nils Philippsen <nphilipp at redhat.com> 1.7.17
 - make more strings translatable (#154873)




More information about the fedora-cvs-commits mailing list