X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=collectd.spec;h=bd8de3c24ffacdd6b860291949db9e06a03ba94c;hb=8a569bfe5bd4f0fb5f8ddec8e1aa26a69cb18527;hp=a2e7212f7b19072af7083008cc54086547dac73f;hpb=9987a2c5910668fa8bf1be5a6415edc20137eea1;p=packages%2Fcollectd.git diff --git a/collectd.spec b/collectd.spec index a2e7212..bd8de3c 100644 --- a/collectd.spec +++ b/collectd.spec @@ -17,7 +17,7 @@ # libvirt . . . . . . . no (pkg-config doesn't know library) # libyajl . . . . . . . no (yajl/yajl_parse.h not found) # oracle . . . . . . . no (ORACLE_HOME is not set) -# - Disabled modules: +# - Disabled modules (build most of them an package): # apple_sensors . . . no (obvious) # ipvs . . . . . . . no (ip_vs.h not found - llh to be fixed) # libvirt . . . . . . no (requires library) @@ -67,12 +67,12 @@ Summary: Collects system information in RRD files Summary(pl.UTF-8): Zbieranie informacji o systemie w plikach RRD Name: collectd -Version: 4.9.1 -Release: 0.9 +Version: 4.10.1 +Release: 1 License: GPL v2 Group: Daemons Source0: http://collectd.org/files/%{name}-%{version}.tar.bz2 -# Source0-md5: 5753496651c8c84afaea1fe290876bfc +# Source0-md5: 8cd79b4ebdb9dbeb51ba52d3463a06ef Source1: %{name}.conf Source2: %{name}.init Source3: %{name}-http.conf @@ -80,6 +80,7 @@ Source4: %{name}-lighttpd.conf Source10: %{name}-df.conf Source11: %{name}-rrdtool.conf Patch0: %{name}-collection.patch +Patch1: compile.patch URL: http://collectd.org/ %{?with_ipmi:BuildRequires: OpenIPMI-devel >= 2.0.14-3} BuildRequires: autoconf @@ -1101,6 +1102,7 @@ Perl files from Collectd package %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -1419,6 +1421,10 @@ fi %defattr(640,root,root,755) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/curl.conf %attr(755,root,root) %{_libdir}/%{name}/curl.so +%if %{with xml} +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/curl_xml.conf +%attr(755,root,root) %{_libdir}/%{name}/curl_xml.so +%endif %endif %files dbi