]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- updated to 0.7.4
[packages/a52dec.git] / a52dec.spec
index c2cefc36b7cdca6462ac26534f3f8b5c8410a564..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
-Release:       2
+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,8 +80,6 @@ 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
 
@@ -90,7 +88,7 @@ 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?/*
 
This page took 0.066095 seconds and 4 git commands to generate.