rpms/gpac/devel gpac.spec, 1.21, 1.22 gpac-0.4.6-noinclude.patch, 1.1, NONE

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


Author: kwizart

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

Modified Files:
	gpac.spec 
Removed Files:
	gpac-0.4.6-noinclude.patch 
Log Message:
Fix include



Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gpac.spec	12 Dec 2010 00:55:13 -0000	1.21
+++ gpac.spec	14 Dec 2010 21:52:04 -0000	1.22
@@ -17,7 +17,7 @@
 Name:        gpac
 Summary:     MPEG-4 multimedia framework
 Version:     0.4.6
-Release:     0.10.cvs%{?cvs}%{?dist}
+Release:     0.11.cvs%{?cvs}%{?dist}
 License:     LGPLv2+
 Group:       System Environment/Libraries
 URL:         http://gpac.sourceforge.net/
@@ -32,7 +32,6 @@
 #https://sourceforge.net/tracker/?func=detail&atid=571740&aid=2853857&group_id=84101
 Patch9:      gpac-0.4.6-ffmpeg.patch
 Patch11:     gpac-0.4.6-osmo.patch
-Patch12:     gpac-0.4.6-noinclude.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 
 BuildRequires:  ImageMagick
@@ -154,7 +153,6 @@
 %patch5 -p1 -b .jscflags
 %patch9 -p1 -b .ffmpeg
 %patch11 -p1 -b .osmo
-%patch12 -p1 -b .noinclude
 
 ## kwizart - enable dynamic mode - hardcoded with patch2
 # define SONAME number from the first number of gpac version.
@@ -276,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
@@ -336,7 +334,7 @@
 
 
 %changelog
-* Sun Dec 12 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.4.6-0.10.cvs20100527
+* 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


--- gpac-0.4.6-noinclude.patch DELETED ---



More information about the rpmfusion-commits mailing list