X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=rrdtool.spec;h=221e17140c6b3b0ea7e6db62cf02426cc3716432;hb=f4e53aa0157c41721ef3398ed1f1d2ff06217dad;hp=d71d3e190e40dd83cf5884ef9e07221a646227bf;hpb=bb80fbeb0fc8a57a7c3d84eb0b6bce5aa5e37ca7;p=pkg-rrdtool.git diff --git a/rrdtool.spec b/rrdtool.spec index d71d3e1..221e171 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -9,13 +9,13 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool -Version: 1.3.1 -Release: 0.20%{?pre:.%{pre}}%{?dist} +Version: 1.3.7 +Release: 1 License: GPLv2+ with exceptions Group: Applications/Databases 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 +Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}.tar.gz %if %{with_php} Source1: php4-%{svnrev}.tar.gz Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch @@ -145,10 +145,10 @@ The %{name}-ruby package includes RRDtool bindings for Ruby. %prep %if %{with_php} -%setup -q -n %{name}-%{version}%{pre} -a 1 +%setup -q -n %{name}-%{version} -a 1 %patch1 -p1 %else -%setup -q -n %{name}-%{version}%{pre} +%setup -q -n %{name}-%{version} %endif # Fix to find correct python dir on lib64 @@ -293,6 +293,7 @@ find examples/ -type f -exec chmod 0644 {} \; %{_includedir}/*.h %exclude %{_libdir}/*.la %{_libdir}/*.so +%{_libdir}/pkgconfig/librrd.pc %files doc %defattr(-,root,root,-) @@ -310,8 +311,7 @@ find examples/ -type f -exec chmod 0644 {} \; %files python %defattr(-,root,root,-) %doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README -%{python_sitearch}/rrdtoolmodule.so -%{python_sitearch}/py_rrdtool-*.egg-info +%{python_sitearch}/* %endif %if %{with_php}