]> git.pld-linux.org Git - packages/aria.git/blobdiff - aria.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/aria.git] / aria.spec
index ae94e965e9f3dc25314624203e2b65c7198932ef..cf67091a7ee85896fa534de435b9ee2441758062 100644 (file)
--- a/aria.spec
+++ b/aria.spec
@@ -2,19 +2,20 @@ 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:       1
+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/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRequires: glib-devel >= 1.2.6
 BuildRequires: gtk+-devel >= 1.2.6
-BuildRequires: XFree86-devel
 BuildRequires: libstdc++-devel
-BuildRequires: gettext-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -44,8 +45,8 @@ specjalnych zachowa
 gettextize --copy --force
 libtoolize --copy --force
 aclocal
-automake -a -c
-autoconf
+%{__automake} ||
+%{__autoconf}
 %configure
 %{__make}
 
@@ -57,7 +58,7 @@ rm -rf $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
This page took 0.122441 seconds and 4 git commands to generate.