]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- fixed url
[packages/a52dec.git] / a52dec.spec
index b0c811fbc6f53dd62345027b393578611fb5e56b..7713ab6bb5f390ac9629df9c52846ca8ed4d5347 100644 (file)
@@ -2,11 +2,11 @@ Summary:      A library for handling encrypted dvds
 Summary(pl):   Biblioteka do obsĀ³ugi zakodowanych DVD
 Name:          a52dec
 Version:       0.7.3
-Release:       1
+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/
+URL:           http://liba52.sourceforge.net
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -70,8 +70,8 @@ Pliki dla programist
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 %{__make}
@@ -80,19 +80,17 @@ automake -a -c
 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.036279 seconds and 4 git commands to generate.