rpms/dvgrab/devel dvgrab.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 23 18:08:35 UTC 2007


Author: jwilson

Update of /cvs/dist/rpms/dvgrab/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5099

Modified Files:
	dvgrab.spec 
Log Message:
It helps to set DESTDIR if you nuke a makeinstall...


Index: dvgrab.spec
===================================================================
RCS file: /cvs/dist/rpms/dvgrab/devel/dvgrab.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dvgrab.spec	23 Jan 2007 18:01:40 -0000	1.17
+++ dvgrab.spec	23 Jan 2007 18:08:33 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: Utility to capture video from a DV camera
 Name: dvgrab
 Version: 2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Multimedia
 URL: http://kino.schirmacher.de/
@@ -24,7 +24,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -36,6 +36,9 @@
 %{_mandir}/man1/dvgrab.1*
 
 %changelog
+* Tue Jan 23 2007 Jarod Wilson <jwilson at redhat.com> - 2.1-2
+- It helps to set DESTDIR if you nuke makeinstall...
+
 * Tue Jan 23 2007 Jarod Wilson <jwilson at redhat.com> - 2.1-1
 - New upstream release
 




More information about the fedora-cvs-commits mailing list