]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- added opt patch to avoid overriding optflags with -O3 etc
[packages/a52dec.git] / a52dec.spec
index c2cefc36b7cdca6462ac26534f3f8b5c8410a564..56014e5283eb2e65f93bb222dfe5435052fb39ae 100644 (file)
@@ -1,86 +1,94 @@
-Summary:       A library for handling encrypted dvds
+Summary:       A library for handling encrypted DVDs
 Summary(pl):   Biblioteka do obs³ugi zakodowanych DVD
 Name:          a52dec
-Version:       0.7.3
+Version:       0.7.4
 Release:       2
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz
-URL:           http://www.dtek.chalmers.se/~dvd/
+Patch0:                %{name}-opt.patch
+URL:           http://liba52.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
+Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-%define                _libdir         /usr/lib
-%define                _includedir     /usr/include
-
 %description
 liba52 is a free library for decoding ATSC A/52 streams. It is
 released under the terms of the GPL license. The A/52 standard is used
 in a variety of applications, including digital television and DVD. It
 is also known as AC-3.
 
+This package contains a52dec utilities.
+
 %description -l pl
 liba52 jest wolnodostêpn± (na licencji GPL) bibliotek± do dekodowania
 strumieni ATSC A/52. Standard A/52 jest u¿ywany w wielu
 zastosowaniach, w tym cyfrowej telewizji i DVD. Jest znany tak¿e jako
 AC-3.
 
+Ten pakiet zawiera narzêdzia a52dec.
+
 %package libs
-Summary:       Biblioteki a52dec
-Summary(pl):   Pakiet z bibliotekami a52dec
+Summary:       a52dec library for handling encrypted DVDs
+Summary(pl):   Biblioteka a52dec - do obs³ugi zakodowanych DVD
 Group:         Development/Libraries
 
 %description libs
-%{name}-devel includes development files for %{name}.
+liba52 is a free library for decoding ATSC A/52 streams. It is
+released under the terms of the GPL license. The A/52 standard is used
+in a variety of applications, including digital television and DVD. It
+is also known as AC-3.
 
 %description libs -l pl
-Pliki dla programistów a52dec.
+liba52 jest wolnodostêpn± (na licencji GPL) bibliotek± do dekodowania
+strumieni ATSC A/52. Standard A/52 jest u¿ywany w wielu
+zastosowaniach, w tym cyfrowej telewizji i DVD. Jest znany tak¿e jako
+AC-3.
 
 %package libs-devel
-Summary:       %{name} development package
-Summary(pl):   Pakiet %{name} dla programistów
+Summary:       Header files for a52dec library
+Summary(pl):   Pliki nag³ówkowe biblioteki a52dec
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 
 %description libs-devel
-%{name}-devel includes development files for %{name}.
+Header files for development using a52dec library.
 
 %description libs-devel -l pl
-Pliki dla programistów a52dec.
+Pliki nag³ówkowe do programowania z u¿yciem biblioteki a52dec.
 
 %package libs-static
-Summary:       Biblioteki a52dec
-Summary(pl):   Pakiet z bibliotekami a52dec
+Summary:       Static a52dec library
+Summary(pl):   Statyczna biblioteka a52dec
 Group:         Development/Libraries
+Requires:      %{name}-libs-devel = %{version}-%{release}
 
 %description libs-static
-%{name}-devel includes development files for %{name}.
+Static a52dec library.
 
 %description libs-static -l pl
-Pliki dla programistów a52dec.
+Statyczna biblioteka a52dec.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 rm -f missing
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c -f
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS NEWS README TODO
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -90,20 +98,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,NEWS,README,TODO}.gz
+%doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/*.so.*.*
 
 %files libs-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/*.la
 %{_includedir}/*
 
 %files libs-static
 %defattr(644,root,root,755)
 %{_libdir}/*.a
-%attr(755,root,root) %{_libdir}/*.la
This page took 0.065953 seconds and 4 git commands to generate.