]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- updated to 0.7.4
[packages/a52dec.git] / a52dec.spec
index a75b5ff65cd64bd61eadf1f422c861accb89f71f..8990cb2ca89f2236fc000b57477bfeea5dd30605 100644 (file)
@@ -1,19 +1,22 @@
 Summary:       A library for handling encrypted dvds
 Summary(pl):   Biblioteka do obs³ugi zakodowanych DVD
 Name:          a52dec
-Version:       0.7.2
+Version:       0.7.4
 Release:       1
 License:       GPL
 Group:         X11/Applications/Multimedia
-Group(de):     X11/Applikationen/Multimedia
-Group(pl):     X11/Aplikacje/Multimedia
 Source0:       http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz
-URL:           http://www.dtek.chalmers.se/~dvd/
+URL:           http://liba52.sourceforge.net
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 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
@@ -30,13 +33,6 @@ AC-3.
 Summary:       Biblioteki a52dec
 Summary(pl):   Pakiet z bibliotekami a52dec
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 
 %description libs
 %{name}-devel includes development files for %{name}.
@@ -48,13 +44,6 @@ Pliki dla programist
 Summary:       %{name} development package
 Summary(pl):   Pakiet %{name} dla programistów
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-libs = %{version}-%{release}
 
 %description libs-devel
@@ -67,13 +56,6 @@ Pliki dla programist
 Summary:       Biblioteki a52dec
 Summary(pl):   Pakiet z bibliotekami a52dec
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 
 %description libs-static
 %{name}-devel includes development files for %{name}.
@@ -85,30 +67,30 @@ Pliki dla programist
 %setup -q
 
 %build
-libtoolize --copy --force
+rm -f missing
+%{__libtoolize}
 aclocal
-autoconf
-automake -a -c
-%configure --enable-shared
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-shared
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS NEWS README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,NEWS,README,TODO}.gz
+%doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/*
+%{_mandir}/man?/*
 
 %files libs
 %defattr(644,root,root,755)
This page took 0.04325 seconds and 4 git commands to generate.