]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[packages/a52dec.git] / a52dec.spec
index f54594cd9f45a49f538cc59f9f3cb36eed8364f2..544d13432fb316100106fdf05156436c54b62b9a 100644 (file)
@@ -6,7 +6,7 @@ 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
@@ -68,7 +68,7 @@ Pliki dla programist
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
 %{__autoconf}
 %{__automake}
@@ -80,8 +80,6 @@ aclocal
 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.145833 seconds and 4 git commands to generate.