]> git.pld-linux.org Git - packages/rrdtool.git/blobdiff - rrdtool.spec
- rebuild with perl 5.18.0
[packages/rrdtool.git] / rrdtool.spec
index 5912a1e325fae1ace48ccc73541663b0431f5659..e11fc972ea5652a63222a8a7fa9eeba26cdb51b1 100644 (file)
@@ -1,4 +1,7 @@
 #
+## TODO:
+# - separate package with rrdcached (init script, systemd file, etc)
+#
 # Conditional build:
 %bcond_without python  # Python binding
 %bcond_without tcl     # Tcl binding
@@ -12,26 +15,29 @@ Summary(pt_BR.UTF-8):       Round Robin Database, uma ferramenta para construção de
 Summary(ru.UTF-8):     RRDtool - база данных с "циклическим обновлением"
 Summary(uk.UTF-8):     RRDtool - це система зберігання та показу серійних даних
 Name:          rrdtool
-Version:       1.4.5
-Release:       3
+Version:       1.4.7
+Release:       2
 License:       GPL v2+ + FLOSS exception
 Group:         Applications/Databases
 Source0:       http://oss.oetiker.ch/rrdtool/pub/%{name}-%{version}.tar.gz
-# Source0-md5: 4d116dba9a0888d8aaac179e35d3980a
+# Source0-md5: ffe369d8921b4dfdeaaf43812100c38f
 Patch0:                %{name}-tcl-path.patch
+Patch1:                %{name}-am.patch
 URL:           http://oss.oetiker.ch/rrdtool/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
-BuildRequires: cairo-devel >= 1.4.6
+BuildRequires: cairo-devel >= 1.10.2
 BuildRequires: gettext-devel >= 0.18
-BuildRequires: glib2-devel >= 1:2.12.12
+BuildRequires: glib2-devel >= 1:2.28.7
+BuildRequires: groff
 BuildRequires: intltool
 BuildRequires: libdbi-devel
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.6.31
+BuildRequires: libwrap-devel
+BuildRequires: libxml2-devel >= 1:2.7.8
 BuildRequires: lua51 >= 5.1
 BuildRequires: lua51-devel >= 5.1
-BuildRequires: pango-devel >= 1:1.17
+BuildRequires: pango-devel >= 1:1.28.4
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: pkgconfig
 %if %{with python}
@@ -43,10 +49,10 @@ BuildRequires:      rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.272
 %{?with_ruby:BuildRequires:    ruby-devel}
 %{?with_tcl:BuildRequires:     tcl-devel}
-Requires:      cairo >= 1.4.6
-Requires:      glib2 >= 1:2.12.12
-Requires:      libxml2 >= 2.6.31
-Requires:      pango >= 1:1.17
+Requires:      cairo >= 1.10.2
+Requires:      glib2 >= 1:2.28.7
+Requires:      libxml2 >= 1:2.7.8
+Requires:      pango >= 1:1.28.4
 Suggests:      fonts-TTF-DejaVu
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -107,11 +113,12 @@ Summary(ru.UTF-8):        RRDtool - Заголовки, необходимые для 
 Summary(uk.UTF-8):     RRDtool - бібліотечні лінки та файли хедерів
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      cairo-devel >= 1.4.6
-Requires:      glib2-devel >= 1:2.12.12
+Requires:      cairo-devel >= 1.10.2
+Requires:      glib2-devel >= 1:2.28.7
 Requires:      libdbi-devel
-Requires:      libxml2-devel >= 2.6.31
-Requires:      pango-devel >= 1:1.17
+Requires:      libwrap-devel
+Requires:      libxml2-devel >= 1:2.7.8
+Requires:      pango-devel >= 1:1.28.4
 
 %description devel
 RRDtool development files.
@@ -241,6 +248,7 @@ Rozszerzenie Tcl-a pozwalające na dostęp do biblioteki Tcl.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 sed -i -e 's#\$TCL_PACKAGE_PATH#%{_prefix}/lib#g' configure.ac
 sed -i -e 's#/lib/lua/#/%{_lib}/lua/#g' configure.ac
This page took 0.153832 seconds and 4 git commands to generate.