]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- BR python for %with_python
authorKarol Krenski <charles@pld-linux.org>
Thu, 17 Feb 2005 23:29:35 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.313

postgresql.spec

index 6e64a110a726f472996e7eed72331844cba5ea4d..c4d3284293f28647dec681e61a152089e4cd8ede 100644 (file)
@@ -66,7 +66,10 @@ BuildRequires:       ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
 %{?with_perl:BuildRequires:    perl-devel}
-%{?with_python:BuildRequires:  python-devel >= 1:2.3}
+%if %{with python}
+BuildRequires: python >= 1:2.3
+BuildRequires: python-devel >= 1:2.3
+%endif
 BuildRequires: readline-devel >= 4.2
 BuildRequires: rpm-pythonprov
 BuildRequires: sed >= 4.0
This page took 0.143134 seconds and 4 git commands to generate.