]> 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 0e5e3bbc188a69004ee9c482057a9a3d73d0be55..cf67091a7ee85896fa534de435b9ee2441758062 100644 (file)
--- a/aria.spec
+++ b/aria.spec
@@ -1,19 +1,21 @@
 Summary:       Download tool similar to Reget or GetRight
 Summary(pl):   Narzêdzie do pobierania plików podobne do GetRighta
 Name:          aria
-Version:       0.7.1
-Release:       1
+Version:       0.9.1
+Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
-Group(de):     X11/Applikationen/Netzwerkwesen
-Group(pl):     X11/Aplikacje/Sieciowe
-Source0:       http://www-tani.ics.es.osaka-u.ac.jp/~tujikawa/aria/%{name}-%{version}.tar.bz2
-URL:           http://rabien.virtualave.net/linux/linux_e.html
+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
@@ -37,9 +39,14 @@ specjalnych zachowa
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 gettextize --copy --force
+libtoolize --copy --force
+aclocal
+%{__automake} ||
+%{__autoconf}
 %configure
 %{__make}
 
@@ -51,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.662475 seconds and 4 git commands to generate.