CVS patchset: 5061
CVS date: 2001/09/18 19:28:21
This commit is contained in:
jbj 2001-09-18 19:28:21 +00:00
parent 78de87f74c
commit 7aea4d1e95
1 changed files with 53 additions and 0 deletions

53
beecrypt/beecrypt.spec Normal file
View File

@ -0,0 +1,53 @@
Summary: The BeeCrypt Cryptography Library
Name: beecrypt
Version: 2.1.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
make
%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)
%{_libdir}/libbeecrypt.so.2.1.0
%files devel
%defattr(-,root,root)
%{_libdir}/libbeecrypt.so.2
%{_libdir}/libbeecrypt.so
%{_libdir}/libbeecrypt.la
%{_includedir}/beecrypt
%changelog
* Tue Sep 18 2001 Jeff Johnson <jbj@redhat.com>
- repackage