]> git.pld-linux.org Git - packages/collectd.git/commitdiff
- pl desc for -ipmi, bcond descs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Aug 2008 17:32:02 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectd.spec -> 1.33

collectd.spec

index c28228c95756cdc8ca75bf1c642e2801f4eed48f..9d658d8be555fae56c4162aa339b5b97f2f65396 100644 (file)
 #    vserver . . . . . . yes
 #    wireless  . . . . . yes
 #    xmms  . . . . . . . yes
-%bcond_without dns
-%bcond_without ipmi
-%bcond_without iptables
-%bcond_with    multimeter
-%bcond_without netlink
-
+#
+# Conditional build:
+%bcond_without dns             # ???
+%bcond_without ipmi            # ipmi plugin package
+%bcond_without iptables        # iptables plugin
+%bcond_with    multimeter      # multimeter plugin
+%bcond_without netlink         # netlink plugin
+#
 #http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358637
 %ifarch %{x8664}
 %undefine with_iptables
@@ -190,6 +192,9 @@ Requires:   %{name} = %{version}-%{release}
 %description ipmi
 ipmi plugin for collectd.
 
+%description ipmi -l pl.UTF-8
+Wtyczka ipmi dla collectd.
+
 %package mysql
 Summary:       mysql-plugin for collectd
 Summary(pl_PL.UTF-8):  ModuĊ‚ mysql dla collectd.
@@ -297,11 +302,11 @@ EOF
        --with-libstatgrab=/usr \
        --with-lm-sensors=/usr \
        --with-libmysql=/usr \
-       --%{?with_ipmi:en}%{?!with_ipmi:dis}able-ipmi \
-       --%{?with_multimeter:en}%{?!with_multimeter:dis}able-multimeter \
-       --%{?with_dns:en}%{?!with_dns:dis}able-dns \
-       --%{?with_iptables:en}%{?!with_iptables:dis}able-iptables \
-       --%{?with_netlink:en}%{?!with_netlink:dis}able-netlink
+       --%{?with_ipmi:en}%{!?with_ipmi:dis}able-ipmi \
+       --%{?with_multimeter:en}%{!?with_multimeter:dis}able-multimeter \
+       --%{?with_dns:en}%{!?with_dns:dis}able-dns \
+       --%{?with_iptables:en}%{!?with_iptables:dis}able-iptables \
+       --%{?with_netlink:en}%{!?with_netlink:dis}able-netlink
 
 
 %{__make} LDFLAGS="%{rpmldflags} -lstatgrab" \
This page took 0.039367 seconds and 4 git commands to generate.