]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- fix my last change auto/th/apcupsd-3_12_4-1
authorshadzik <shadzik@pld-linux.org>
Tue, 10 Apr 2007 18:06:38 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.spec -> 1.81

apcupsd.spec

index dd196394d9f5d0b201acc5f127838f8765fb931f..9c05181387d52e7156cc41b037cc65950007b293 100644 (file)
@@ -20,6 +20,7 @@ Source2:      %{name}.logrotate
 Source3:       %{name}.sysconfig
 Patch0:                %{name}-configure.patch
 URL:           http://www.apcupsd.com/
+BuildRequires: autoconf
 %{?with_snmp:BuildRequires:    net-snmp-devel}
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post):        fileutils
@@ -61,8 +62,10 @@ o stanie UPS-a.
 %prep
 %setup -q
 %patch0 -p1
+for i in configure.in aclocal.m4 config.h.in; do install autoconf/$i .;done
 
 %build
+%{__autoconf}
 %configure \
        --with-log-dir=%{_var}/log \
        --with-stat-dir=%{_var}/lib/apcupsd \
This page took 0.103314 seconds and 4 git commands to generate.