]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- updated to 0.7.4
[packages/a52dec.git] / a52dec.spec
index cc7842689ba5bc04dfc1e26f939a29ff84f1518e..8990cb2ca89f2236fc000b57477bfeea5dd30605 100644 (file)
@@ -1,12 +1,12 @@
 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:       1
 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
@@ -68,10 +68,10 @@ Pliki dla programist
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-shared
 %{__make}
@@ -80,19 +80,17 @@ automake -a -c -f
 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.063886 seconds and 4 git commands to generate.