SPECS: libdvdnav.spec - cleanup - more verbose files - revised docs - ac/am...

qboosh qboosh at pld-linux.org
Wed Oct 15 19:20:03 CEST 2008


Author: qboosh                       Date: Wed Oct 15 17:20:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup
- more verbose files
- revised docs
- ac/am/lt version
- GPL version

---- Files affected:
SPECS:
   libdvdnav.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/libdvdnav.spec
diff -u SPECS/libdvdnav.spec:1.30 SPECS/libdvdnav.spec:1.31
--- SPECS/libdvdnav.spec:1.30	Sun Oct 12 17:44:53 2008
+++ SPECS/libdvdnav.spec	Wed Oct 15 19:19:57 2008
@@ -8,16 +8,16 @@
 Name:		libdvdnav
 Version:	4.1.3
 Release:	1
-License:	GPL
+License:	GPL v2+
 Group:		Libraries
 Source0:	http://www.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2
 # Source0-md5:	d62383c45b28816771e283515f2c27fa
 Patch0:		%{name}-opt.patch
 URL:		http://www.mplayerhq.hu/
-BuildRequires:	autoconf
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake >= 1.6
 BuildRequires:	libdvdread-devel >= 4.1.3
-BuildRequires:	libtool
+BuildRequires:	libtool >= 1.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,7 +31,7 @@
 Summary(pl.UTF-8):	Pliki potrzebne przy tworzeniu aplikacji korzystających z libdvdnav
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libdvdread-devel
+Requires:	libdvdread-devel >= 4.1.3
 
 %description devel
 Development files for libdvdnav.
@@ -62,8 +62,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--enable-static \
-	%{!?with_static_libs:--disable-static}
+	%{?with_static_libs:--enable-static}
 %{__make}
 
 %install
@@ -80,22 +79,30 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%doc AUTHORS ChangeLog DEVELOPMENT-POLICY.txt README TODO
+%attr(755,root,root) %{_libdir}/libdvdnav.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libdvdnav.so.4
+%attr(755,root,root) %{_libdir}/libdvdnavmini.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libdvdnavmini.so.4
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%doc doc/{dvd_structures,library_layout}
+%attr(755,root,root) %{_bindir}/dvdnav-config
+%attr(755,root,root) %{_libdir}/libdvdnav.so
+%attr(755,root,root) %{_libdir}/libdvdnavmini.so
+%{_libdir}/libdvdnav.la
+%{_libdir}/libdvdnavmini.la
 %{_includedir}/dvdnav
-%{_aclocaldir}/*.m4
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/dvdnav.pc
+%{_pkgconfigdir}/dvdnavmini.pc
+%{_aclocaldir}/dvdnav.m4
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.a
+%attr(755,root,root) %{_libdir}/libdvdnav.a
+%attr(755,root,root) %{_libdir}/libdvdnavmini.a
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -104,6 +111,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2008/10/15 17:19:57  qboosh
+- cleanup
+- more verbose files
+- revised docs
+- ac/am/lt version
+- GPL version
+
 Revision 1.30  2008/10/12 15:44:53  lkrotowski
 - up to 4.1.3
 - moved to mplayerhq version (actively maintained)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdvdnav.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list