]> git.pld-linux.org Git - packages/arj.git/commitdiff
- Fixed build on athlon@nest (big tx to arekm)
authordjurban <djurban@pld-linux.org>
Sat, 22 Feb 2003 12:08:11 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arj.spec -> 1.7

arj.spec

index c61dd60cb92bfc4bcf1f4e7212614807de88f861..d7fd05041c75c7840af2954a5cf1293a224e3269 100644 (file)
--- a/arj.spec
+++ b/arj.spec
@@ -7,8 +7,10 @@ License:       GPL
 Group:         Applications/Archiving
 Source0:       http://testcase.newmail.ru/files/%{name}-%{version}.tar.gz
 BuildRequires: autoconf
+BuildRequires:  automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+
 %define                no_install_post_strip 1
 
 %description
@@ -27,6 +29,8 @@ pakietu zna spos
 %build
 cd gnu
 %{__autoconf}
+install %{_datadir}/automake/config.* .
+
 %configure
 cd ..
 %{__make} \
This page took 0.099553 seconds and 4 git commands to generate.