SPECS: xvid.spec - updated to 1.1.1, added fix patch

qboosh qboosh at pld-linux.org
Mon Oct 30 19:25:17 CET 2006


Author: qboosh                       Date: Mon Oct 30 18:25:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.1.1, added fix patch

---- Files affected:
SPECS:
   xvid.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SPECS/xvid.spec
diff -u SPECS/xvid.spec:1.43 SPECS/xvid.spec:1.44
--- SPECS/xvid.spec:1.43	Wed Jan 18 11:48:52 2006
+++ SPECS/xvid.spec	Mon Oct 30 19:25:12 2006
@@ -1,20 +1,19 @@
 # $Revision$, $Date$
 # TODO
 # - rename to xvidcore like the rest of the world names it
-%define		_beta	beta2
 Summary:	ISO MPEG-4 compliant video codec
 Summary(pl):	Implementacja kodeka wideo zgodnego ze standardem ISO MPEG-4
 Name:		xvid
-Version:	1.1.0
+Version:	1.1.1
 Release:	1
 Epoch:		1
 License:	GPL
 Group:		Libraries
-#Source0Download: http://www.xvid.org/
 Source0:	http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2
-# Source0-md5:	359eebc5fb496a2bf7b15010059e7897
+# Source0-md5:	76046c3aebce6ae13c93b837763f1e35
+Patch0:		%{name}-fix.patch
 URL:		http://www.xvid.org/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 %ifarch %{ix86}
 BuildRequires:	nasm >= 0.98.34
@@ -59,6 +58,7 @@
 
 %prep
 %setup -q -n %{name}core-%{version}
+%patch0 -p1
 
 %build
 cd build/generic
@@ -88,16 +88,16 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libxvidcore.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libxvidcore.so
+%{_includedir}/xvid.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libxvidcore.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -105,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2006/10/30 18:25:12  qboosh
+- updated to 1.1.1, added fix patch
+
 Revision 1.43  2006/01/18 10:48:52  wrobell
 - final 1.1.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xvid.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list