summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwittner2004-09-16 19:14:01 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc0fd553b9a767e94937af339ef62be0a9d2c1586 (patch)
tree67263d70bc007514f97aea1ac4f08c8ca46cd4a1
parenta665c7ed388926a2f74185e40039349f10e9b1d7 (diff)
downloadbeecrypt-c0fd553b9a767e94937af339ef62be0a9d2c1586.zip
beecrypt-c0fd553b9a767e94937af339ef62be0a9d2c1586.tar.gz
- added -ac_python.patch - fix for python sitedir pathauto/th/beecrypt-4_0_0-1
- added BR: python-modules Changed files: beecrypt.spec -> 1.39
-rw-r--r--beecrypt.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/beecrypt.spec b/beecrypt.spec
index 3433e37..0c6eb58 100644
--- a/beecrypt.spec
+++ b/beecrypt.spec
@@ -16,11 +16,15 @@ Source0: http://dl.sourceforge.net/beecrypt/%{name}-%{version}.tar.gz
# Source0-md5: f19e060ecc4fc23d8f1268e1b145614f
Patch0: %{name}-opt.patch
Patch1: %{name}-lib64_fix.patch
+Patch2: %{name}-ac_python.patch
URL: http://sourceforge.net/projects/beecrypt/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: libtool
-%{?with_python:BuildRequires: python-devel}
+%if %{with python}
+BuildRequires: python-devel
+BuildRequires: python-modules
+%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define specflags_alpha -mno-explicit-relocs
@@ -80,6 +84,7 @@ Pythonie na używanie interfejsu dostarczanego przez bibliotekę BeeCrytp.
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
# --with-cplusplus or building (even empty) *.cxx into libbeecrypt
# makes it (and thus rpm) depending on libstdc++ which is unacceptable