]> git.pld-linux.org Git - packages/logtool.git/commitdiff
- added ac_fixes patch and added regenerate ac files (now using %%configure RA-1_0 STABLE logtool-1_1_0-3
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Dec 2001 09:38:43 +0000 (09:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  is possible),
- updated Source url and added URL.

Changed files:
    logtool.spec -> 1.9

logtool.spec

index ef36f5d6c4a80c243d60388f4c68e2f61dfc2117..396a5921dc7fde6128127e319844ec2389ffc144 100644 (file)
@@ -7,7 +7,11 @@ License:       GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
 Group(pl):     Aplikacje/Tekst
-Source0:       http://users.digitex.net/~max/logtool/%{name}-%{version}.tar.gz
+Source0:       http://www.xjack.org/logtool/logtool/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ac_fixes.patch
+URL:           http://www.xjack.org/logtool/
+BuildRequires: autoconf
+BuildRequires: automake
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir /etc/logtool
@@ -28,18 +32,22 @@ czytania raport
 
 %prep
 %setup -q  
+%patch0 -p1
 
 %build
-%{__make} clean
-%configure2_13
-%{__make} CFLAGS="%{rpmcflags} -ansi -pedantic -DHAVE_CONFIG_H"
+rm -f missing
+aclocal
+autoconf
+automake -a -c || :
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
 
 install conf/{include,exclude,logtool.conf,green,yellow} \
-                                       $RPM_BUILD_ROOT%{_sysconfdir}
+       $RPM_BUILD_ROOT%{_sysconfdir}
 install logtool/logtool logtail/logtail        $RPM_BUILD_ROOT%{_bindir}
 
 ln -sf logtool $RPM_BUILD_ROOT%{_bindir}/lt
@@ -51,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,TODO,CHANGES,USAGE,CREDITS}.gz doc/*.gz doc/examples
+%doc *.gz doc/*.gz doc/examples
 %attr(750,root,root) %dir %{_sysconfdir}
 %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
This page took 0.533621 seconds and 4 git commands to generate.