]> git.pld-linux.org Git - packages/beecrypt.git/blobdiff - beecrypt.spec
- updated for final 3.0.0
[packages/beecrypt.git] / beecrypt.spec
index 4c2e8772233fae14f885993fe8423e85d7c8fff7..a37a164d993280526eb6166aadd3e8159f4608d7 100644 (file)
@@ -1,15 +1,26 @@
+#
+# Conditional build:
 # _with_javaglue
-%define                snap 20030516
+#
+%include       /usr/lib/rpm/macros.python
+%define                snap 20030610
 Summary:       The BeeCrypt Cryptography Library
 Summary(pl):   Biblioteka kryptograficzna BeeCrypt
 Name:          beecrypt
 Version:       3.0.0
 Release:       0.%{snap}.1
+Epoch:         2
 License:       LGPL
-Group:         Development/Libraries
-Source0:       http://dl.sf.net/%{name}/%{name}-%{version}pre.%{snap}.tar.gz
-Patch0:                %{name}-from_rpm.patch
+Group:         Libraries
+#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
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,9 +58,26 @@ 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
+%patch1 -p1
 
 %build
 rm -f missing
@@ -59,7 +87,9 @@ rm -f missing
 %{__autoheader}
 %{__automake}
 %configure \
-       --with%{?!_with_javaglue:out}-javaglue
+       --with%{?!_with_javaglue:out}-javaglue \
+       --with-cpu=%{_target_cpu} \
+       --with-arch=%{_target_cpu}
 %{__make}
 
 %install
@@ -70,12 +100,12 @@ rm -rf $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 README* CONTRIBUTORS AUTHORS BUGS NEWS 
+%doc AUTHORS BENCHMARKS BUGS CONTRIBUTORS NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
@@ -87,3 +117,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.033068 seconds and 4 git commands to generate.