]> git.pld-linux.org Git - packages/aria.git/blobdiff - aria.spec
- remove CXXFLAGS override + ac fixes needed for rebuild
[packages/aria.git] / aria.spec
index 704420e8d2dd60b2683052c93d0d57b361421da7..680d8afc28eb70dc0dc43d88b8cb7e8758833cdd 100644 (file)
--- a/aria.spec
+++ b/aria.spec
@@ -2,12 +2,11 @@ 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
+Source0:       http://aria.rednoah.com/storage/sources/%{name}-%{version}.tar.bz2
+# Source0-md5: e3a42719d5d36e853c5bf0fc8f07dc9b
 Patch0:                %{name}-am_lt.patch
 URL:           http://aria.rednoah.com/
 BuildRequires: XFree86-devel
@@ -20,8 +19,6 @@ BuildRequires:        libstdc++-devel
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
 Aria is a download tool similar to Reget or GetRight. It downloads
 files from Internet via HTTP or FTP. The transfer can be paused,
@@ -44,11 +41,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 +56,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.05971 seconds and 4 git commands to generate.