]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- BR: python if bcond with_python
authorKarol Krenski <charles@pld-linux.org>
Fri, 29 Apr 2005 00:21:55 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg.spec -> 1.190

ekg.spec

index 7a8a03e4f09659695e6b5c9db16c56e355efa3a0..5409df834c384db428108aa3c50da579b0ae0b00 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -31,7 +31,10 @@ BuildRequires:       libjpeg-devel
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: %{_bindir}/perl
-%{?with_python:BuildRequires:  python-devel}
+%if %{with python}
+BuildRequires: python
+BuildRequires: python-devel
+%endif
 BuildRequires: readline-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.055318 seconds and 4 git commands to generate.