X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=8ada335350e95e52863dba6bac90717fcfd7e389;hb=64f30b785cee5fef544fe9a3019641aa2ed8f8c6;hp=84d04a35ee7eb5f3931dc87b4c748b679bae630b;hpb=7efac2c8cc221a2ee5145b6806a4f0886418ae4d;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 84d04a3..8ada335 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -56,9 +56,9 @@ through Apache mod_python. %build # python-pycurl and python-psycopg2 avail. from fedora 5 -# make sure to check myplc/-plc.lst +# make sure to check build//plc.pkgs if [ "%{distrorelease}" -le 4 ] ; then - modules="build_psycopg2=true build_pycurl=true" + modules="psycopg2 pycurl" else modules="" fi @@ -72,7 +72,12 @@ rm -f doc/PLCAPI.html %install rm -rf $RPM_BUILD_ROOT -%{__make} %{?_smp_mflags} install DESTDIR="$RPM_BUILD_ROOT" datadir="%{_datadir}" bindir="%{_bindir}" +if [ "%{distrorelease}" -le 4 ] ; then + modules="psycopg2 pycurl" +else + modules="" +fi +%{__make} %{?_smp_mflags} install DESTDIR="$RPM_BUILD_ROOT" datadir="%{_datadir}" bindir="%{_bindir}" modules="$modules" #someone out there skips doc installation - we DO want this installed for doc in PLCAPI.html PLCAPI.pdf ; do install -D -m 644 doc/$doc $RPM_BUILD_ROOT/"%{_datadir}"/plc_api/doc/$doc