Changes of Revision 2
[-] | Changed | mad.spec |
x 1
2 License: GPL 3 Group: Productivity/Multimedia/Other 4 Version: 0.15.1b 5 -Release: 2.5 6 +Release: 3.7 7 Source: http://switch.dl.sourceforge.net/sourceforge/mad/libmad-%{version}.tar.bz2 8 Patch0: libmad-0.15.1b-automake.patch 9 Patch1: libmad-0.15.1b-pkgconfig.patch 10 Patch2: libmad-0.15.1b-gcc43.patch 11 BuildRoot: %{_tmppath}/%{name}-%{version}-build 12 BuildRequires: pkg-config 13 +BuildRequires: autoconf automake libtool 14 Provides: mad = %version-%release 15 Obsoletes: mad < %version-%release 16 Conflicts: mad < %version-%release 17
18 %patch2 -p1 19 20 %build 21 +autoreconf -fi 22 %configure --enable-accuracy --disable-static --with-pic 23 %__make %{?jobs:-j %jobs} 24 25
26 %{_libdir}/pkgconfig/mad.pc 27 28 %changelog 29 -* Sun Jun 27 2010 ludwig.nussel@gmx.de 30 -- disable static and remove .la files 31 -- patch away CFLAGS mangling completely 32 -* Sun Aug 9 2009 pascal.bleser@opensuse.org 33 -- add patch to keep -O2 in CFLAGS 34 -- pass --enable-accuracy 35 -* Fri Sep 19 2008 detlef@links2linux.de 36 -- provides mad and mad-devel 37 -* Thu Sep 18 2008 detlef@links2linux.de 38 -- follow shared library package policy 39 -* Mon Mar 13 2006 detlef@links2linux.de 40 -- add new patch for pkgconfig/mad.pc 41 -* Sun Mar 5 2006 detlef@links2linux.de 42 -- add pkgconfig file 43 -* Tue Sep 20 2005 henne@links2linux.de 44 -- First packman release 45 |