Changes of Revision 12
[-] | Changed | collectd.spec |
x 1
2 # norootforbuild 3 4 Name: collectd 5 -Version: 4.2.2 6 +Version: 4.2.4 7 Release: 0 8 Summary: Statistics Collection Daemon for filling RRD Files 9 -Source: http://verplant.org/collectd/files/collectd-%{version}.tar.bz2 10 +Source: http://verplant.org/collectd/files/collectd-%{version}.tar.bz2 11 Source1: collectd.suse.init 12 Source2: collectd.apache2.conf 13 -Patch4: collectd-lib64.patch 14 -Patch5: collectd-fix-ignore-return-value.patch 15 -Patch6: collectd-fix-snprintf-overflow.patch 16 -Patch7: collectd-fix-config.patch 17 -Patch9: collectd-version.patch 18 +Patch4: collectd-lib64.patch 19 +Patch5: collectd-fix-ignore-return-value.patch 20 +Patch7: collectd-fix-config.patch 21 +Patch9: collectd-version.patch 22 Patch10: collectd-perl-vendor.patch 23 URL: http://verplant.org/collectd/ 24 -Group: System/Monitoring 25 +Group: System/Monitoring 26 License: GNU General Public License (GPL) 27 -BuildRoot: %{_tmppath}/build-%{name}-%{version} 28 -Requires: sensors rrdtool 29 +BuildRoot: %{_tmppath}/build-%{name}-%{version} 30 +Requires: sensors rrdtool 31 BuildRequires: sensors rrdtool libpng-devel zlib-devel perl 32 BuildRequires: libstatgrab-devel gettext gettext-devel intltool 33 BuildRequires: make gcc autoconf automake libtool 34 BuildRequires: freetype2-devel libart_lgpl-devel 35 + 36 %if %suse_version >= 930 37 BuildRequires: mysql-shared mysql-devel >= 4.1.0 38 %endif 39 + 40 %if %suse_version >= 1030 41 BuildRequires: rrdtool-devel 42 BuildRequires: libcurl-devel 43 %else 44 BuildRequires: curl-devel 45 %endif 46 + 47 # in case we'd like to split it later: 48 Provides: collectd-perl = %{version}-%{release} 49 PreReq: %fillup_prereq 50
51 %patch4 52 %endif 53 %patch5 54 -%patch6 55 %patch7 56 %patch9 57 %patch10 58
59 /srv/www/collectd 60 61 %changelog 62 +* Sat Jan 26 2008 Carsten Schoene <cs@linux-administrator.com> 4.2.4 63 +- new upstream version 64 + 65 * Tue Dec 18 2007 Pascal Bleser <guru@unixtech.be> 4.2.2 66 - new upstream version 67 68 |
||
[+] | Changed | collectd-perl-vendor.patch ^ |
@@ -1,11 +1,11 @@ ---- bindings/Makefile.am.orig 2007-11-11 03:32:18.000000000 +0100 -+++ bindings/Makefile.am 2007-11-11 03:33:13.000000000 +0100 +--- bindings/Makefile.am.orig 2008-01-26 20:33:23.000000000 +0100 ++++ bindings/Makefile.am 2008-01-26 20:33:44.000000000 +0100 @@ -3,7 +3,7 @@ all-local: @PERL_BINDINGS@ install-exec-local: -- [ ! -f perl/Makefile ] || $(MAKE) -C perl install -+ [ ! -f perl/Makefile ] || $(MAKE) -C perl install_vendor +- [ ! -f perl/Makefile ] || ( cd perl && $(MAKE) install ) ++ [ ! -f perl/Makefile ] || ( cd perl && $(MAKE) install_vendor ) clean-local: - [ ! -f perl/Makefile ] || $(MAKE) -C perl realclean + [ ! -f perl/Makefile ] || ( cd perl && $(MAKE) realclean ) | ||
Added | collectd-4.2.4.tar.bz2 ^ |