rpms/camE/devel camE.spec,1.14,1.15

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Jun 19 22:19:54 UTC 2007


Author: thias

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

Modified Files:
	camE.spec 
Log Message:
Minor cleanups.



Index: camE.spec
===================================================================
RCS file: /cvs/extras/rpms/camE/devel/camE.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- camE.spec	31 Oct 2006 16:50:12 -0000	1.14
+++ camE.spec	19 Jun 2007 22:19:18 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: Rewrite of the xawtv webcam app, which adds imlib2 support
 Name: camE
 Version: 1.9
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://linuxbrit.co.uk/camE/
@@ -17,7 +17,7 @@
 
 
 %prep
-%setup
+%setup -q
 %patch0 -p1 -b .cflags
 %patch1 -p1 -b .curlopt
 
@@ -29,6 +29,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
+# Using DESTDIR= does not work...
 %makeinstall
 
 
@@ -37,12 +38,15 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING *.style example.camErc*
 %{_bindir}/camE
 
 
 %changelog
+* Wed Jun 20 2007 Matthias Saou <http://freshrpms.net/> 1.9-9
+- Use the DESTDIR install method... not! So document it :-)
+
 * Tue Oct 31 2006 Matthias Saou <http://freshrpms.net/> 1.9-8
 - Rebuild against new libcurl.
 - Add patch to remove obsolete CURLOPT_MUTE option.




More information about the fedora-extras-commits mailing list