]> 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 704420e8d2dd60b2683052c93d0d57b361421da7..9e11b830d11afa8e4674b1a161fa36b925fee21b 100644 (file)
--- a/aria.spec
+++ b/aria.spec
@@ -2,11 +2,9 @@ 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
-Group(de):     X11/Applikationen/Netzwerkwesen
-Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       http://rabien.virtualave.net/linux/storage/sources/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-am_lt.patch
 URL:           http://aria.rednoah.com/
@@ -44,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}
 
@@ -58,14 +57,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog README TODO
-
-%find_lang %{name} --with-gnome --all-name 
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 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.37715 seconds and 4 git commands to generate.