]> git.pld-linux.org Git - packages/aria.git/blobdiff - aria.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/aria.git] / aria.spec
index 304b2d05267331766339c8fd5cc8c8c908c868fd..9e11b830d11afa8e4674b1a161fa36b925fee21b 100644 (file)
--- a/aria.spec
+++ b/aria.spec
@@ -2,7 +2,7 @@ Summary:        Download tool similar to Reget or GetRight
 Summary(pl):   Narzêdzie do pobierania plików podobne do GetRighta
 Name:          aria
 Version:       0.9.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://rabien.virtualave.net/linux/storage/sources/%{name}-%{version}.tar.bz2
@@ -42,11 +42,12 @@ specjalnych zachowa
 %patch0 -p1
 
 %build
-gettextize --copy --force
-libtoolize --copy --force
-aclocal
-automake -a -c
-autoconf
+rm -f missing
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -56,8 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog README TODO
-
 %find_lang %{name} --with-gnome --all-name
 
 %clean
@@ -65,5 +64,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.038474 seconds and 4 git commands to generate.