64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
Summary: The BeeCrypt Cryptography Library
|
|
Name: beecrypt
|
|
Version: 2.2.0
|
|
Release: 1
|
|
Copyright: LGPL
|
|
Group: Development/Libraries
|
|
Source0: http://beecrypt.virtualunlimited.com/download/beecrypt-%{version}.tar.gz
|
|
URL: http://beecrypt.virtualunlimited.com/
|
|
Buildroot: %{_tmppath}/%{name}-root
|
|
|
|
%description
|
|
The BeeCrypt Cryptography Library.
|
|
|
|
%package devel
|
|
Summary: The BeeCrypt Cryptography Library headers
|
|
Group: Development/Libraries
|
|
Requires: beecrypt = %{version}
|
|
|
|
%description devel
|
|
The BeeCrypt Cryptography Library headers.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --enable-static
|
|
make
|
|
make apidocs
|
|
|
|
%install
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
make DESTDIR="${RPM_BUILD_ROOT}" install
|
|
|
|
%clean
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc BENCHMARKS NEWS README*
|
|
%{_libdir}/libbeecrypt.so.@VERSION@
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%doc BUGS ChangeLog apidocs/*
|
|
%{_libdir}/libbeecrypt.so.2
|
|
%{_libdir}/libbeecrypt.so
|
|
%{_libdir}/libbeecrypt.la
|
|
%{_libdir}/libbeecrypt.a
|
|
%{_includedir}/beecrypt
|
|
|
|
%changelog
|
|
* Mon Oct 8 2001 Jeff Johnson <jbj@redhat.com>
|
|
- upgrade to 2.2.0pre.
|
|
|
|
* Mon Sep 24 2001 Jeff Johnsopn <jbj@redhat.com>
|
|
- add static libraries.
|
|
|
|
* Tue Sep 18 2001 Jeff Johnson <jbj@redhat.com>
|
|
- repackage.
|