]> git.pld-linux.org Git - packages/collectd.git/blobdiff - collectd.spec
- python 3.6
[packages/collectd.git] / collectd.spec
index d615d4a786985b0969146c0686ba9876edbb2b83..c5eccda85c69c597fce1464219b7ff7ce7b2a98a 100644 (file)
 %bcond_without dns             # DNS plugin
 %bcond_without ipmi            # IPMI plugin
 %bcond_without iptables        # iptables plugin
+%bcond_with    java
 %bcond_without libesmtp        # notify_email plugin
 %bcond_without libvirt         # libvirt plugin
 %bcond_without modbus  # modbus plugin
 Summary:       Collects system information in RRD files
 Summary(pl.UTF-8):     Zbieranie informacji o systemie w plikach RRD
 Name:          collectd
-Version:       5.5.0
-Release:       1
+Version:       5.6.1
+Release:       2
 License:       GPL v2
 Group:         Daemons
 Source0:       http://collectd.org/files/%{name}-%{version}.tar.bz2
-# Source0-md5: c39305ef5514b44238b0d31f77e29e6a
+# Source0-md5: 979f43b6439d7df93f0b40c73d779223
 Source1:       %{name}.conf
 Source2:       %{name}.init
 Source3:       %{name}-http.conf
@@ -140,9 +141,6 @@ Source11:   %{name}-rrdtool.conf
 Patch0:                %{name}-collection.patch
 Patch1:                compile.patch
 Patch2:                noquote.patch
-
-Patch5:                no-Werror.patch
-Patch6:                %{name}-modbus.patch
 URL:           http://collectd.org/
 %{?with_ipmi:BuildRequires:    OpenIPMI-devel >= 2.0.14-3}
 BuildRequires: autoconf
@@ -1321,9 +1319,6 @@ Perl files from Collectd package
 %patch1 -p1
 %patch2 -p1
 
-%patch5 -p1
-#%patch6 -p1
-
 %build
 %{__libtoolize} --ltdl
 %{__aclocal}
@@ -1342,6 +1337,7 @@ Perl files from Collectd package
        %{__enable_disable dns} \
        %{__enable_disable ipmi} \
        %{__enable_disable iptables} \
+       %{__with_without java} \
        %{__enable_disable multimeter} \
        %{__enable_disable mysql} \
        %{__enable_disable netlink} \
This page took 0.081539 seconds and 4 git commands to generate.