From c0fd553b9a767e94937af339ef62be0a9d2c1586 Mon Sep 17 00:00:00 2001 From: twittner Date: Thu, 16 Sep 2004 19:14:01 +0000 Subject: [PATCH] - added -ac_python.patch - fix for python sitedir path - added BR: python-modules Changed files: beecrypt.spec -> 1.39 --- beecrypt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 %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 -- 2.43.0