]> git.pld-linux.org Git - packages/aespipe.git/commitdiff
- upgraded to 2.4b; enabled padlock/intelaes support (build & runtime auto/th/aespipe-2_4b-1
authorTomasz Pala <gotar@pld-linux.org>
Wed, 5 Jan 2011 11:23:25 +0000 (11:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  detection), override --enable-asm=(x86|amd64) (autodetected on build time),
- more specific file masks, fixed Group,
- applied aes-GPL.diff for Dr B. R. Gladman's licensed files over README

Changed files:
    aespipe.spec -> 1.14

aespipe.spec

index 8f667143e31a3d42cdcaf2c3adb304299780a864..856c9c9954a5f5bd11e82bfc8e8963aa104c61fe 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       AES-encryption tool for tar/cpio and loop-aes images
 Summary(pl.UTF-8):     Narzędzie do szyfrowania AES dla tar/cpio i obrazów loop-aes
 Name:          aespipe
-Version:       2.3e
+Version:       2.4b
 Release:       1
-License:       GPL
-Group:         Applications
+License:       GPL, distributable
+Group:         Applications/File
 Source0:       http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2
-# Source0-md5: c3109e21e608af2f5ddf11c858520d75
+# Source0-md5: 9854ed1dfdc38838e784a79000ce82e7
 URL:           http://loop-aes.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -40,26 +40,29 @@ plików po loopbacku loop-AES.
 
 %prep
 %setup -q -n %{name}-v%{version}
+%{__patch} --forward README < aes-GPL.diff || :
 
 %build
 %{__aclocal}
 %{__autoconf}
-%configure
-%{__make} \
-%ifarch %{x8664} 
-       amd64
-%endif
+%configure \
+       --enable-padlock \
+       --enable-intelaes \
 %ifarch %{ix86}
-       x86
+       --enable-asm=x86
+%endif
+%ifarch %{x8664}
+       --enable-asm=amd64
 %endif
 
+%{__make}
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install aespipe $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 install bz2aespipe $RPM_BUILD_ROOT%{_bindir}
-install aespipe.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,5 +70,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/*aespipe
+%{_mandir}/man1/*.1*
This page took 0.077028 seconds and 4 git commands to generate.