]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- added -ac_python.patch - fix for python sitedir path auto/th/beecrypt-4_0_0-1
authortwittner <twittner@pld-linux.org>
Thu, 16 Sep 2004 19:14:01 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BR: python-modules

Changed files:
    beecrypt.spec -> 1.39

beecrypt.spec

index 3433e37aff1c4bd15ad1d88808efef23c2b0251e..0c6eb587fa8e6ef261002be72be1f0153b0c7257 100644 (file)
@@ -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
This page took 0.079904 seconds and 4 git commands to generate.