From: twittner Date: Thu, 16 Sep 2004 19:14:01 +0000 (+0000) Subject: - added -ac_python.patch - fix for python sitedir path X-Git-Tag: auto/th/beecrypt-4_0_0-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fauto%2Fth%2Fbeecrypt-4_0_0-1;p=packages%2Fbeecrypt.git - added -ac_python.patch - fix for python sitedir path - added BR: python-modules Changed files: beecrypt.spec -> 1.39 --- 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