Author: qboosh Date: Sun Feb 19 18:01:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added pic patch, libtoolize - moved static-only libgoa.a,libhrel.a to -devel
---- Files affected: SPECS: bmpx.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/bmpx.spec diff -u SPECS/bmpx.spec:1.36 SPECS/bmpx.spec:1.37 --- SPECS/bmpx.spec:1.36 Sun Jan 29 17:48:30 2006 +++ SPECS/bmpx.spec Sun Feb 19 19:01:21 2006 @@ -13,6 +13,7 @@ Source0: http://dl.sourceforge.net/beepmp/%{name}-%{version}.tar.bz2 # Source0-md5: 4449eb429dc7bfb9c2ec3feb9e8c7e56 Source1: mp3license +Patch0: %{name}-pic.patch Patch1: %{name}-desktop.patch URL: http://beep-media-player.org/ BuildRequires: autoconf @@ -23,6 +24,7 @@ BuildRequires: fam-devel BuildRequires: gtk+2-devel >= 2:2.8.0 BuildRequires: libglade2-devel >= 1:2.5.1 +BuildRequires: libtool BuildRequires: libvorbis-devel >= 1:1.0 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.194 @@ -200,10 +202,11 @@ %prep %setup -q +%patch0 -p1 %patch1 -p1 %build -rm -rf autom4te.cache +%{__libtoolize} %{__aclocal} -I m4 %{__autoconf} %{__autoheader} @@ -294,12 +297,14 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libskinned.so %{_libdir}/libskinned.la +%{_libdir}/libgoa.a +%{_libdir}/libhrel.a %{_includedir}/bmpx %{_includedir}/libskinned %files static %defattr(644,root,root,755) -%{_libdir}/*.a +%{_libdir}/libskinned.a %files plugin-container %defattr(644,root,root,755) @@ -346,6 +351,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2006/02/19 18:01:21 qboosh +- added pic patch, libtoolize +- moved static-only libgoa.a,libhrel.a to -devel + Revision 1.36 2006/01/29 16:48:30 japhy - O: libchroma, libchroma-devel - Comments cut out (both missed in last commit) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bmpx.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
