packages: aespipe/aespipe.spec - upgraded to 2.4b; enabled padlock/intelaes...
gotar
gotar at pld-linux.org
Wed Jan 5 12:23:30 CET 2011
Author: gotar Date: Wed Jan 5 11:23:30 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- upgraded to 2.4b; enabled padlock/intelaes support (build & runtime
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
---- Files affected:
packages/aespipe:
aespipe.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: packages/aespipe/aespipe.spec
diff -u packages/aespipe/aespipe.spec:1.13 packages/aespipe/aespipe.spec:1.14
--- packages/aespipe/aespipe.spec:1.13 Wed Jan 14 13:08:31 2009
+++ packages/aespipe/aespipe.spec Wed Jan 5 12:23:25 2011
@@ -2,12 +2,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
@@ -41,26 +41,29 @@
%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
@@ -68,8 +71,8 @@
%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*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -77,6 +80,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2011/01/05 11:23:25 gotar
+- upgraded to 2.4b; enabled padlock/intelaes support (build & runtime
+ 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
+
Revision 1.13 2009/01/14 12:08:31 duddits
- up to 2.3e
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aespipe/aespipe.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list