rpms/gpac/F-13 gpac.spec,1.20,1.21

Nicolas Chauvet kwizart at rpmfusion.org
Tue Dec 14 22:52:07 CET 2010


Author: kwizart

Update of /cvs/free/rpms/gpac/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2624/F-13

Modified Files:
	gpac.spec 
Log Message:
Fix include



Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/F-13/gpac.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gpac.spec	11 Jul 2010 17:49:51 -0000	1.20
+++ gpac.spec	14 Dec 2010 21:52:07 -0000	1.21
@@ -17,7 +17,7 @@
 Name:        gpac
 Summary:     MPEG-4 multimedia framework
 Version:     0.4.6
-Release:     0.9.cvs%{?cvs}%{?dist}
+Release:     0.11.cvs%{?cvs}%{?dist}
 License:     LGPLv2+
 Group:       System Environment/Libraries
 URL:         http://gpac.sourceforge.net/
@@ -274,8 +274,8 @@
 #Fix doxygen timestamp
 touch -r Changelog doc/html/*
 
-#Fix header installed by misstake
-rm $RPM_BUILD_ROOT%{_includedir}/gpac/configuration.h
+#config.h like but not only
+touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/configuration.h
 
 
 %clean
@@ -334,6 +334,9 @@
 
 
 %changelog
+* Tue Dec 14 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.4.6-0.11.cvs20100527
+- Fix include - rfbz#1551
+
 * Sun Jul 11 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.4.6-0.9.cvs20100527
 - Fix header installed by misstake - rfbz#270c9
 



More information about the rpmfusion-commits mailing list