]> git.pld-linux.org Git - packages/aria.git/blobdiff - aria.spec
- removed two lines with define
[packages/aria.git] / aria.spec
index cc3fe2e27d36d39b87f6ae46b3c56c3e7a1d4547..ff01df7f0e17e439096e8b8fdfb3de3ceb82a60d 100644 (file)
--- a/aria.spec
+++ b/aria.spec
@@ -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,10 +41,11 @@ specjalnych zachowa
 %patch0 -p1
 
 %build
+rm -f missing
 %{__gettextize}
 %{__libtoolize}
-aclocal
-%{__automake} ||
+%{__aclocal}
+%{__automake}
 %{__autoconf}
 %configure
 %{__make}
@@ -56,8 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog README TODO
-
 %find_lang %{name} --with-gnome --all-name
 
 %clean
@@ -65,5 +63,5 @@ 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.068851 seconds and 4 git commands to generate.