]> git.pld-linux.org Git - packages/rrdtool.git/commitdiff
- up to 1.7.2 auto/th/rrdtool-1.7.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Sep 2019 10:58:36 +0000 (12:58 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Sep 2019 10:58:36 +0000 (12:58 +0200)
rrdtool-build.patch [new file with mode: 0644]
rrdtool.spec

diff --git a/rrdtool-build.patch b/rrdtool-build.patch
new file mode 100644 (file)
index 0000000..dc8d808
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur rrdtool-1.7.2.org/doc/Makefile.am rrdtool-1.7.2/doc/Makefile.am
+--- rrdtool-1.7.2.org/doc/Makefile.am  2019-02-04 14:54:27.000000000 +0100
++++ rrdtool-1.7.2/doc/Makefile.am      2019-09-26 12:54:12.423554850 +0200
+@@ -62,7 +62,7 @@
+       $(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool --section=3 $< > $@
+ .1.txt .3.txt:
+-      $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp -Wbreak $< > $@
++      $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
+ .1.pdf .3.pdf:
+       $(AM_V_GEN)@TROFF@ -man $< | ps2pdf - $@
index 7c8f0cc6326d276af214fb76096f38f2b29e428d..92de1615bf8f678e18352353cc5d58bfd1517f89 100644 (file)
@@ -23,14 +23,15 @@ 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.7.0
-Release:       3
+Version:       1.7.2
+Release:       1
 License:       GPL v2+ + FLOSS exception
 Group:         Applications/Databases
 Source0:       https://oss.oetiker.ch/rrdtool/pub/%{name}-%{version}.tar.gz
-# Source0-md5: 2f37eeb613bed11077470c9e2057010e
+# Source0-md5: 638e3a0a1609d97e9f82e8832759dcd2
 Patch0:                %{name}-tcl-path.patch
 Patch1:                %{name}-missing.patch
+Patch2:                %{name}-build.patch
 URL:           http://oss.oetiker.ch/rrdtool/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -303,6 +304,7 @@ Rozszerzenie Tcl-a pozwalające na dostęp do biblioteki Tcl.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -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.248805 seconds and 4 git commands to generate.