]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- updated to 3.0.0pre snap 20030516
authorArtur Frysiak <artur@frysiak.net>
Sat, 17 May 2003 23:29:20 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added from_rpm.patch with additional base64 support

Changed files:
    beecrypt.spec -> 1.10

beecrypt.spec

index 7a46d9f783891add480e5c4fbf96bc8639400aef..4c2e8772233fae14f885993fe8423e85d7c8fff7 100644 (file)
@@ -1,16 +1,16 @@
+# _with_javaglue
+%define                snap 20030516
 Summary:       The BeeCrypt Cryptography Library
 Summary(pl):   Biblioteka kryptograficzna BeeCrypt
 Name:          beecrypt
-Version:       2.1.0
-Release:       2
+Version:       3.0.0
+Release:       0.%{snap}.1
 License:       LGPL
 Group:         Development/Libraries
-Source0:       http://www.virtualunlimited.com/download/%{name}-%{version}.tar.gz
-#BuildRequires:        autoconf
-#BuildRequires:        automake
-#BuildRequires:        libtool
-URL:           http://beecrypt.virtualunlimited.com/
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Source0:       http://dl.sf.net/%{name}/%{name}-%{version}pre.%{snap}.tar.gz
+Patch0:                %{name}-from_rpm.patch
+URL:           http://sourceforge.net/projects/beecrypt/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BeeCrypt is an open source cryptography library that contains highly
@@ -48,42 +48,41 @@ The BeeCrypt Cryptography Library - static library.
 Biblioteka statyczna BeeCrypt.
 
 %prep
-%setup -q
+%setup  -q -n %{name}-%{version}pre
+%patch0 -p1
 
 %build
-#rm -f missing
-#libtoolize --copy --force
-#aclocal
-#autoconf
-#automake -a -c
-%configure2_13 \
-       --enable-static \
-       --%{?debug:en}%{!?debug:dis}able-debug
+rm -f missing
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --with%{?!_with_javaglue:out}-javaglue
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BENCHMARKS BUGS CONTRIBUTORS ChangeLog NEWS README
+%doc README* CONTRIBUTORS AUTHORS BUGS NEWS 
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc AUTHORS* BENCHMARKS* CONTRIBUTORS* ChangeLog*
+%{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/beecrypt
+%{_includedir}/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.043378 seconds and 4 git commands to generate.