]> git.pld-linux.org Git - packages/aria.git/blobdiff - aria.spec
- removed two lines with define
[packages/aria.git] / aria.spec
index d20f0792b4a1db428910fa4031ebe1ccdaf172c1..ff01df7f0e17e439096e8b8fdfb3de3ceb82a60d 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
@@ -18,7 +18,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
@@ -42,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}
 
@@ -56,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.103204 seconds and 4 git commands to generate.