summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a6b666)
raw | patch | inline | side by side (parent: 3a6b666)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 29 Jun 2008 14:08:51 +0000 (14:08 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 29 Jun 2008 14:08:51 +0000 (14:08 +0000) |
rrdtool.spec | patch | blob | history |
diff --git a/rrdtool.spec b/rrdtool.spec
index 280ea60abe0d16c8056eba1b170140fb710bf28c..db1a055b807c8a25a245c62e0d1ae19f6da77e4c 100644 (file)
--- a/rrdtool.spec
+++ b/rrdtool.spec
URL: http://oss.oetiker.ch/rrdtool/
#Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}%{pre}.tar.gz
+%if %{with_php}
Source1: php4-%{svnrev}.tar.gz
Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: dejavu-lgc-fonts
BuildRequires: gcc-c++, openssl-devel, freetype-devel
%endif
%prep
-%setup -q -n %{name}-%{version}%{pre} %{?with_php: -a 1}
%if %{with_php}
+%setup -q -n %{name}-%{version}%{pre} -a 1
%patch1 -p1
+%else
+%setup -q -n %{name}-%{version}%{pre}
%endif
# Fix to find correct python dir on lib64
# Most edits shouldn't be necessary when using --libdir, but
# w/o, some introduce hardcoded rpaths where they shouldn't
-%{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' \
- configure Makefile.in php4/configure php4/ltconfig*
+%{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' configure Makefile.in*
+%if %{with_php}
+%{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' php4/configure php4/ltconfig*
+%endif
# Perl 5.10 seems to not like long version strings, hack around it
%{__perl} -pi.orig -e 's|1.299907080300|1.29990708|' \
#
# fix config files for php4 bindings
# workaround needed due to https://bugzilla.redhat.com/show_bug.cgi?id=211069
+%if %{with_php}
cp -p /usr/lib/rpm/config.{guess,sub} php4/
+%endif
+
%build
%configure \