rpms/dirac/FC-6 sources,1.2,1.3 dirac.spec,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Sun Jun 10 14:36:15 UTC 2007


Author: kwizart

Update of /cvs/extras/rpms/dirac/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28161

Modified Files:
	sources dirac.spec 
Log Message:
Update to 7.0



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dirac/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Mar 2007 02:12:42 -0000	1.2
+++ sources	10 Jun 2007 14:35:40 -0000	1.3
@@ -1 +1 @@
-d56a6ccc694f4287c68650869fe9d082  dirac-0.6.0-20070325.tar.gz
+cacc7a7c322ec50f7d4475466563a187  dirac-0.7.0.tar.gz


Index: dirac.spec
===================================================================
RCS file: /cvs/extras/rpms/dirac/FC-6/dirac.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dirac.spec	26 Mar 2007 02:12:42 -0000	1.1
+++ dirac.spec	10 Jun 2007 14:35:40 -0000	1.2
@@ -1,8 +1,8 @@
-%define cvs 20070325
+#define cvs 20070325
 
 Name:           dirac
-Version:        0.6.0
-Release:        9.%{cvs}cvs%{?dist}
+Version:        0.7.0
+Release:        1.%{?dist}
 Summary:        Dirac is an open source video codec 
 
 Group:          System Environment/Libraries
@@ -11,8 +11,9 @@
 #cvs -z3 -d:pserver:anonymous at dirac.cvs.sourceforge.net:/cvsroot/dirac co -P compress
 #find . -type d -name CVS -print0 | xargs -0r rm -rf
 #autoreconf -fi && ./configure && make dist
-Source0:        %{name}-0.6.0-%{cvs}.tar.gz
-Source1:        %{name}-snapshot.sh
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+#Source1:        %{name}-%{version}-%{cvs}.tar.gz
+Source10:        %{name}-snapshot.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cppunit-devel
@@ -87,12 +88,18 @@
 %endif
 
 sed -i -e 's|CXXFLAGS =  -g -pedantic -Wall -Werror|CXXFLAGS =  -g -pedantic -Wall|' decoder/Makefile
+
+# remove rpath from libtool (may be unneeded)
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags} 
 
 
 %install
 rm -rf $RPM_BUILD_ROOT __doc
 make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 # Move doc in docdir macro
 mv $RPM_BUILD_ROOT%{_datadir}/doc/dirac __doc
@@ -127,7 +134,6 @@
 %{_includedir}/dirac
 %{_libdir}/pkgconfig/dirac.pc
 %{_libdir}/libdirac_*.so
-%exclude %{_libdir}/libdirac*.la
 
 %files docs
 %defattr(-,root,root,-)
@@ -140,6 +146,9 @@
 
 
 %changelog
+* Tue Jun 15 2007 kwizart < kwizart at gmail.com > - 0.7.0-1
+- Update to 0.7.0
+
 * Sun Mar 25 2007 kwizart < kwizart at gmail.com > - 0.6.0-9.20070325cvs
 - Update to cvs 20070325
 - Remove -Werror for CXXFLAGS and decoder




More information about the fedora-extras-commits mailing list