From 7bed12f8a6caf68ccadbb29aace8b650e572e674 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:28:45 +0000 Subject: auto-import changelog data from beecrypt-2.2.0-5.src.rpm Fri Jun 21 2002 Tim Powers - automated rebuild Wed Jun 05 2002 Jeff Johnson - run ldconfig when installing/erasing (#65974). Thu May 23 2002 Tim Powers - automated rebuild Mon May 13 2002 Jeff Johnson - upgrade to latest 2.2.0 (from cvs.rpm.org). Mon Jan 21 2002 Jeff Johnson - use the same beecrypt-2.2.0 that rpm is using internally. Thu Jan 10 2002 Nalin Dahyabhai 2.1.0-1 - initial package --- diff --git a/.cvsignore b/.cvsignore index e69de29..bae6b9b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +beecrypt-2.2.0.tar.gz diff --git a/beecrypt.spec b/beecrypt.spec new file mode 100644 index 0000000..f1b41d2 --- /dev/null +++ b/beecrypt.spec @@ -0,0 +1,87 @@ +Name: beecrypt +Version: 2.2.0 +Release: 5 +License: LGPL +Summary: An open source cryptography library. +Group: System Environment/Libraries +#Source: http://www.virtualunlimited.com/download/beecrypt-%{version}.tar.gz +# +# The source tar ball was prepared from +# cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel login +# (no password, just carriage return) +# cvs -d :pserver:anonymous@cvs.rpm.org:/cvs/devel export -D now beecrypt +# cd beecrypt +# ./autogen.sh +# meke dist +# This is an doxygen/splint annotated version of "official" beecrypt-2.2.0. +# +Source: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%package devel +Summary: Files needed for developing applications with beecrypt. +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description +Beecrypt is a general-purpose cryptography library. + +%description devel +Beecrypt is a general-purpose cryptography library. This package contains +files needed for developing applications with beecrypt. + +%prep +%setup -q + +%build +%configure \ + --enable-shared \ + --enable-static \ + --disable-optimized \ + --enable-threads \ + --without-javaglue +# We override here because the makefile hard-codes -O3 otherwise, and we +# should let the app decide if it wants actual threading or no-op stubs +# which are sufficient for single-threaded apps. +make CFLAGS="$RPM_OPT_FLAGS" LIBS="" + +%install +rm -fr $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -fr $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/* +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so + +%changelog +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Wed Jun 5 2002 Jeff Johnson +- run ldconfig when installing/erasing (#65974). + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Mon May 13 2002 Jeff Johnson +- upgrade to latest 2.2.0 (from cvs.rpm.org). + +* Mon Jan 21 2002 Jeff Johnson +- use the same beecrypt-2.2.0 that rpm is using internally. + +* Thu Jan 10 2002 Nalin Dahyabhai 2.1.0-1 +- initial package diff --git a/sources b/sources index e69de29..b5d3d5d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9099afc74684a00718da92d135ace765 beecrypt-2.2.0.tar.gz