rpms/bitmap/devel bitmap.desktop,1.2,1.3 bitmap.spec,1.3,1.4

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Dec 17 22:03:18 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/bitmap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4877

Modified Files:
	bitmap.desktop bitmap.spec 
Log Message:
* Mon Dec 17 2007 Patrice Dumas <pertusus at free.fr> 1.0.3-3
- keep timestamps



Index: bitmap.desktop
===================================================================
RCS file: /cvs/extras/rpms/bitmap/devel/bitmap.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitmap.desktop	29 Jan 2007 22:25:24 -0000	1.2
+++ bitmap.desktop	17 Dec 2007 22:02:45 -0000	1.3
@@ -4,7 +4,7 @@
 GenericName=X Window Bitmaps Editor
 Comment=xBitmap editor for the X Window System
 Exec=bitmap
-Icon=bitmap.png
+Icon=bitmap
 Terminal=false
 Type=Application
 Categories=Utility;


Index: bitmap.spec
===================================================================
RCS file: /cvs/extras/rpms/bitmap/devel/bitmap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitmap.spec	29 Jan 2007 23:12:46 -0000	1.3
+++ bitmap.spec	17 Dec 2007 22:02:45 -0000	1.4
@@ -1,6 +1,6 @@
 Name: bitmap
 Version: 1.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Bitmap editor and converter utilities for the X Window System
 Group: User Interface/X
 Url: http://www.x.org
@@ -42,14 +42,14 @@
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 desktop-file-install --vendor fedora                            \
         --dir %{buildroot}%{_datadir}/applications         \
         %{SOURCE1}
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
-install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
+install -p -m644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
 
 
 %clean
@@ -79,6 +79,9 @@
 %{_mandir}/man1/*.1*
 
 %changelog
+* Mon Dec 17 2007 Patrice Dumas <pertusus at free.fr> 1.0.3-3
+- keep timestamps
+
 * Mon Jan 29 2007 Patrice Dumas <pertusus at free.fr> 1.0.3-2
 - update to 1.0.3
 




More information about the fedora-extras-commits mailing list