]> git.pld-linux.org Git - packages/python-subvertpy.git/commitdiff
- added missing BRs
authorArtur Frysiak <artur@frysiak.net>
Thu, 11 Mar 2010 14:42:00 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-subvertpy.spec -> 1.2

python-subvertpy.spec

index b1160203e16155e46ec5fceeec2a4ee853efa1e0..888e276d4e2439a6bb69bd12e5300ea46a79e2a0 100644 (file)
@@ -14,6 +14,8 @@ Source0:      http://samba.org/~jelmer/subvertpy/%{module}-%{version}.tar.gz
 # Source0-md5: 01e2098db04ddddaf06a7e27c075745d
 Patch0:                apu_includes.patch
 URL:           http://samba.org/~jelmer/subvertpy/
+BuildRequires: apr-devel
+BuildRequires: apr-utils-devel
 BuildRequires: python-devel
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
@@ -22,15 +24,14 @@ BuildRequires:      subversion-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Python bindings for the Subversion version control system that are aimed to be
-complete, fast and feel native to Python programmers.
+Python bindings for the Subversion version control system that are
+aimed to be complete, fast and feel native to Python programmers.
 
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p1
 
 %build
-export APR_CONFIG=apr-1-config
 python setup.py build
 
 %install
This page took 0.058762 seconds and 4 git commands to generate.