Author: kwizart
Update of /cvs/free/rpms/gpac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13859
Modified Files:
gpac.spec
Log Message:
Fix
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gpac.spec 29 May 2010 15:33:10 -0000 1.19
+++ gpac.spec 11 Jul 2010 17:50:25 -0000 1.20
@@ -17,7 +17,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.4.6
-Release: 0.8.cvs%{?cvs}%{?dist}
+Release: 0.9.cvs%{?cvs}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL:
http://gpac.sourceforge.net/
@@ -274,6 +274,9 @@
#Fix doxygen timestamp
touch -r Changelog doc/html/*
+#Fix header installed by misstake
+rm $RPM_BUILD_ROOT%{_includedir}/gpac/configuration.h
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -331,6 +334,9 @@
%changelog
+* Sun Jul 11 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.9.cvs20100527
+- Fix header installed by misstake - rfbz#270c9
+
* Sat May 29 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> -
0.4.6-0.8.cvs20100527
- Rewrite soname patch that is still needed.
- Allow --with osmo conditional