]> git.pld-linux.org Git - packages/aespipe.git/commitdiff
- ifarch fix
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 May 2005 14:23:07 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aespipe.spec -> 1.7

aespipe.spec

index a5cec207043a20fe60be115084655492b975afba..943806f48d7883be6d9df054b5c069ad5b3be633 100644 (file)
@@ -10,6 +10,7 @@ Source0:      http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2
 URL:           http://loop-aes.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: rpmbuild(macros) >= 1.213
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,7 +46,7 @@ plik
 %{__autoconf}
 %configure
 %{__make} \
-%ifarch %{amd64} 
+%ifarch %{x8664} 
        amd64
 %endif
 %ifarch %{ix86}
@@ -56,9 +57,9 @@ plik
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install  aespipe $RPM_BUILD_ROOT%{_bindir}
-install  bz2aespipe $RPM_BUILD_ROOT%{_bindir}
-install  aespipe.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install aespipe $RPM_BUILD_ROOT%{_bindir}
+install bz2aespipe $RPM_BUILD_ROOT%{_bindir}
+install aespipe.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.164244 seconds and 4 git commands to generate.