]> git.pld-linux.org Git - packages/collectd.git/commitdiff
- fixed collection subpackage descriptions, added TODO and cosmetics
authorTomasz Pala <gotar@pld-linux.org>
Wed, 19 Nov 2008 11:41:34 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectd.spec -> 1.52

collectd.spec

index 9b5b73445fcd5d05e60f4dc3abfbce83fad4ec7f..bf53532049dfcea3b03d83925ab970a62025bbc7 100644 (file)
@@ -10,6 +10,7 @@
 #    perl  . . . . . . . no            (needs libperl)
 #    tape  . . . . . . . no            ?
 # - logrotate file for logfile plugin
 #    perl  . . . . . . . no            (needs libperl)
 #    tape  . . . . . . . no            ?
 # - logrotate file for logfile plugin
+# - %desc -l pl for plugins
 #
 # Conditional build:
 %bcond_without dns             # ???
 #
 # Conditional build:
 %bcond_without dns             # ???
@@ -64,11 +65,11 @@ Requires(post,preun):       /sbin/chkconfig
 Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         _pkglibdir      /var/lib/%{name}
-%define         _webapps        /etc/webapps 
-%define         _webapp         %{name}
-%define         _webappdir      %{_webapps}/%{_webapp}
-%define         _appdir         %{_datadir}/%{_webapp}
+%define                _pkglibdir      %{_sharedstatedir}/%{name}
+%define                _webapps        /etc/webapps
+%define                _webapp         %{name}
+%define                _webappdir      %{_webapps}/%{_webapp}
+%define                _appdir         %{_datadir}/%{_webapp}
 
 %description
 collectd is a small daemon which collects system information every 10
 
 %description
 collectd is a small daemon which collects system information every 10
@@ -133,8 +134,8 @@ This plugin collects the battery's charge, the drawn current and the
 battery's voltage.
 
 %package collection
 battery's voltage.
 
 %package collection
-Summary:       Web script for collectiond
-Summary(pl_PL.UTF-8):  Web script for collectiond
+Summary:       Web script for collectd
+Summary(pl_PL.UTF-8):  Web script for collectd
 Group:         Applications/WWW
 Requires:      %{name} = %{version}-%{release}
 Requires:      perl(CGI)
 Group:         Applications/WWW
 Requires:      %{name} = %{version}-%{release}
 Requires:      perl(CGI)
@@ -147,7 +148,7 @@ Requires:   webserver(cgi)
 Suggests:      fonts-TTF-RedHat-liberation
 
 %description collection
 Suggests:      fonts-TTF-RedHat-liberation
 
 %description collection
-Web script for collectiond
+Web script for collectd.
 
 %package cpu
 Summary:       cpu-plugin for collectd
 
 %package cpu
 Summary:       cpu-plugin for collectd
This page took 0.116753 seconds and 4 git commands to generate.