Changeset: 32d257ebe788 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=32d257ebe788 Modified Files: MonetDB.spec Branch: Oct2012 Log Message:
MonetDB.spec: Remove support for old Fedora releases. diffs (50 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -57,7 +57,9 @@ BuildRequires: zlib-devel Obsoletes: %{name}-devel %define perl_libdir %(perl -MConfig -e '$x=$Config{installvendorarch}; $x =~ s|$Config{vendorprefix}/||; print $x;') -%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) +# need to define python_sitelib on RHEL 5 and older +# no need to define python3_sitelib: it's defined by python3-devel +%if 0%{?rhel} && 0%{?rhel} <= 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %endif %{!?gem_dir: %global gem_dir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)} @@ -475,10 +477,8 @@ fi Summary: MonetDB5 SQL server modules Group: Applications/Databases Requires: MonetDB5-server = %{version}-%{release} -%if (0%{?fedora} > 14) # for systemd-tmpfiles Requires: systemd-units -%endif Obsoletes: MonetDB-SQL-devel Obsoletes: %{name}-SQL @@ -491,24 +491,16 @@ accelerators. It also has an SQL fronte This package contains the SQL frontend for MonetDB5. If you want to use SQL with MonetDB, you will need to install this package. -%if (0%{?fedora} > 14) %post SQL-server5 systemd-tmpfiles --create %{_sysconfdir}/tmpfiles.d/monetdbd.conf -%endif %files SQL-server5 %defattr(-,root,root) %{_bindir}/monetdb %{_bindir}/monetdbd %dir %attr(775,monetdb,monetdb) %{_localstatedir}/log/monetdb -%if (0%{?fedora} > 14) # Fedora 15 and newer %{_sysconfdir}/tmpfiles.d/monetdbd.conf -%else -# Fedora 14 and older -%dir %attr(775,monetdb,monetdb) %{_localstatedir}/run/monetdb -%exclude %{_sysconfdir}/tmpfiles.d/monetdbd.conf -%endif %config(noreplace) %{_localstatedir}/monetdb5/dbfarm/.merovingian_properties %{_libdir}/monetdb5/autoload/*_sql.mal %{_libdir}/monetdb5/lib_sql.so _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list