Author: lkrotowski Date: Sun Oct 12 15:41:13 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 4.1.3 (note: new soname) - moved to mplayerhq version (actively maintained) - dropped obsolete patch
---- Files affected: SPECS: libdvdread.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/libdvdread.spec diff -u SPECS/libdvdread.spec:1.33 SPECS/libdvdread.spec:1.34 --- SPECS/libdvdread.spec:1.33 Tue Feb 13 07:46:50 2007 +++ SPECS/libdvdread.spec Sun Oct 12 17:41:08 2008 @@ -6,15 +6,14 @@ Summary: Library to read DVD images Summary(pl.UTF-8): Biblioteka do odczytu obrazów DVD-Video Name: libdvdread -Version: 0.9.7 -Release: 2 +Version: 4.1.3 +Release: 1 License: GPL Group: Libraries -Source0: http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz -# Source0-md5: 078788c9241ae16763529e1235502337 +Source0: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2 +# Source0-md5: 6dc068d442c85a3cdd5ad3da75f6c6e8 Patch0: %{name}-alpha.patch -Patch1: %{name}-UDFFindFile.patch -URL: http://www.dtek.chalmers.se/groups/dvd/ +URL: http://www.mplayerhq.hu/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -61,15 +60,15 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ - %{!?with_static_libs:--disable-static} + %{?with_static_libs:--enable-static} %{__make} @@ -93,8 +92,11 @@ %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so +%attr(755,root,root) %{_bindir}/dvdread-config %{_libdir}/lib*.la %{_includedir}/dvdread +%{_pkgconfigdir}/dvdread.pc +%{_aclocaldir}/dvdread.m4 %if %{with static_libs} %files static @@ -108,6 +110,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2008/10/12 15:41:08 lkrotowski +- up to 4.1.3 (note: new soname) +- moved to mplayerhq version (actively maintained) +- dropped obsolete patch + Revision 1.33 2007/02/13 06:46:50 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdvdread.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
