]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- updated to 20030610 snaps
authorArtur Frysiak <artur@frysiak.net>
Tue, 10 Jun 2003 23:49:46 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added subpackage with Python bindings
- removed already applied from_rpm patch
- added python patch to fix building Python module

Changed files:
    beecrypt.spec -> 1.15

beecrypt.spec

index 46de6406c0f50caa50d5ea24bc18e635c3c5918b..75b9c0ef295143bb62c9206b69b8040d176dfdd8 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 # _with_javaglue
 #
-%define                snap 20030516
+%define                snap 20030610
 Summary:       The BeeCrypt Cryptography Library
 Summary(pl):   Biblioteka kryptograficzna BeeCrypt
 Name:          beecrypt
@@ -11,10 +11,11 @@ Release:    0.%{snap}.1
 Epoch:         2
 License:       LGPL
 Group:         Libraries
-Source0:       http://dl.sf.net/%{name}/%{name}-%{version}pre.%{snap}.tar.gz
-# Source0-md5: 5f7fdcb0616c8c49aaa1a9de45f43778
-Patch0:                %{name}-from_rpm.patch
-Patch1:                %{name}-opt.patch
+#Source0:      http://dl.sf.net/%{name}/%{name}-%{version}pre.%{snap}.tar.gz
+Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}pre.%{snap}.tar.gz
+# Source0-md5: c8659b0005a19606a7e182ff09eb10c2
+Patch0:                %{name}-opt.patch
+Patch1:                %{name}-python.patch
 URL:           http://sourceforge.net/projects/beecrypt/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -56,6 +57,22 @@ The BeeCrypt Cryptography Library - static library.
 %description static -l pl
 Biblioteka statyczna BeeCrypt.
 
+%package -n python-beecrypt
+Summary:       Python interface to BeeCrypt library
+Summary(pl):   Pythonowy interfejs do biblioteki BeeCrypt
+Group:         Development/Languages/Python
+Requires:      %{name} = %{version}
+%pyrequires_eq python
+
+%description -n python-beecrypt
+The python-beecrypt package contains a module which permits applications
+written in the Python programming language to use the interface
+supplied by BeeCrypt libraries.
+
+%description -n python-beecrypt -l pl
+Pakiet python-beecrypt zawiera modu³, który pozwala aplikacjom napisanym w
+Pythonie na u¿ywanie interfejsu dostarczanego przez bibliotekê BeeCrytp.
+
 %prep
 %setup  -q -n %{name}-%{version}pre
 %patch0 -p1
@@ -99,3 +116,7 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+
+%files -n python-beecrypt
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/*.so
This page took 0.071897 seconds and 4 git commands to generate.