Author: baggins Date: Sat Dec 6 21:19:30 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 7 - fix building with libdvdread 4.1.x, and R latest libdvdread - fix .so links in devel package
---- Files affected: SPECS: ogle.spec (1.47 -> 1.48) ---- Diffs: ================================================================ Index: SPECS/ogle.spec diff -u SPECS/ogle.spec:1.47 SPECS/ogle.spec:1.48 --- SPECS/ogle.spec:1.47 Sun Nov 30 12:57:32 2008 +++ SPECS/ogle.spec Sat Dec 6 22:19:24 2008 @@ -3,19 +3,20 @@ Summary(pl.UTF-8): Program do odtwarzania filmów z DVD Name: ogle Version: 0.9.2 -Release: 6 +Release: 7 License: GPL Group: X11/Applications/Multimedia Source0: http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz # Source0-md5: a76a9892bdb807a4bcf859d15a91f0f9 Patch0: %{name}-cvs-20070625.patch Patch1: %{name}-link.patch +Patch2: %{name}-libdvdread4.patch URL: http://www.dtek.chalmers.se/~dvd/ BuildRequires: a52dec-libs-devel >= 0.7.3 BuildRequires: autoconf BuildRequires: automake BuildRequires: libdvdcss-devel >= 1.2.2 -BuildRequires: libdvdread-devel >= 0.9.4 +BuildRequires: libdvdread-devel >= 4.1.3 BuildRequires: libjpeg-devel BuildRequires: libmad-devel BuildRequires: libtool @@ -64,6 +65,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -99,8 +101,8 @@ %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ogle/libdvdcontrol.so.* -%attr(755,root,root) %{_libdir}/ogle/libmsgevents.so.* +%attr(755,root,root) %{_libdir}/ogle/libdvdcontrol.so +%attr(755,root,root) %{_libdir}/ogle/libmsgevents.so %{_libdir}/ogle/libdvdcontrol.la %{_libdir}/ogle/libmsgevents.la %{_includedir}/%{name} @@ -116,6 +118,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2008/12/06 21:19:24 baggins +- rel 7 +- fix building with libdvdread 4.1.x, and R latest libdvdread +- fix .so links in devel package + Revision 1.47 2008/11/30 11:57:32 arekm - release 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ogle.spec?r1=1.47&r2=1.48&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
