rpms/parcellite/devel parcellite.spec,1.1,1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue May 6 23:06:32 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/parcellite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13078

Modified Files:
	parcellite.spec 
Log Message:
small last minute fixes


Index: parcellite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parcellite/devel/parcellite.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- parcellite.spec	6 May 2008 23:01:03 -0000	1.1
+++ parcellite.spec	6 May 2008 23:05:55 -0000	1.2
@@ -19,11 +19,13 @@
 other desktops or window managers you should also install a panel with a 
 system tray or notification area if you want to use this package.
 
+
 %prep
 %setup -q
 # quick fix for desktop file
 echo "Type=Application" >> %{name}-startup.desktop
 
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -31,7 +33,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 desktop-file-install --vendor="fedora"                     \
   --delete-original                                        \
@@ -52,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING README NEWS
 %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
 %{_bindir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
@@ -62,6 +64,8 @@
 %changelog
 * Sat Apr 19 2008 Christoph Wickert <fedora christoph-wickert de> - 0.7-2
 - No longer require lxpanel
+- Preserve timestamps during install
+- Include NEWS in doc
 
 * Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.7-1
 - Initial Fedora RPM




More information about the fedora-extras-commits mailing list