]> git.pld-linux.org Git - packages/apcupsd.git/blobdiff - apcupsd.spec
- BR: automake (wrr)
[packages/apcupsd.git] / apcupsd.spec
index 48686bc8a551a10f4fc685f97e25d4d74089b9b9..3255ea690d1898153cc46bdde46711b8b41f41aa 100644 (file)
@@ -5,18 +5,18 @@
 Summary:       Power management software for APC UPS hardware
 Summary(pl):   Oprogramowanie do zarz±dzania energi± dla UPS-ów APC
 Name:          apcupsd
-Version:       3.10.13
-Release:       0.1
+Version:       3.10.15
+Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/apcupsd/%{name}-%{version}.tar.gz
-# Source0-md5: b201f70b0c066ff1bee86106e9ee5b6a
+# Source0-md5: 21b2b744ebcaa0010367a403a9c5e66c
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Patch0:                %{name}-configure.patch
-Patch1:                %{name}-llh.patch
 URL:           http://www.apcupsd.com/
 BuildRequires: autoconf
+BuildRequires: automake
 Requires(post,preun):  /sbin/chkconfig
 Requires(post):        fileutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,10 +40,10 @@ zasilania.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 cd autoconf
+cp -f /usr/share/automake/config.sub .
 %{__autoconf}
 cp -f ./configure ..
 cd ..
@@ -102,7 +102,7 @@ fi
 %doc ChangeLog Developers doc/{README.apcaccess,README.solaris}
 %{_mandir}/man8/apcupsd.*
 %attr(755,root,root) %{_sbindir}/*
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/apcupsd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/apcupsd.conf
 %attr(754,root,root) %{_sysconfdir}/apccontrol
 %attr(754,root,root) %{_sysconfdir}/changeme
 %attr(754,root,root) %{_sysconfdir}/commfailure
This page took 1.461476 seconds and 4 git commands to generate.