From 870f6450a953b5834a6d83d0a51c06f8573bd57c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 7 Oct 2002 09:43:13 +0000 Subject: [PATCH] - BR: autoconf,automake,libtool; new %%doc Changed files: ax25-apps.spec -> 1.15 --- ax25-apps.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ax25-apps.spec b/ax25-apps.spec index 17e91f8..7da723d 100644 --- a/ax25-apps.spec +++ b/ax25-apps.spec @@ -6,7 +6,10 @@ Release: 1 License: GPL Group: Applications/Communications Source0: http://prdownloads.sourceforge.net/ax25/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libax25-devel +BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: zlib-devel Requires: libax25 >= 0.0.9 @@ -26,7 +29,7 @@ Aplikacje testuj %build rm -f missing %{__libtoolize} -aclocal +%{__aclocal} %{__autoconf} %{__automake} AM_CFLAGS="-I%{_includedir}/ncurses"; export AM_CFLAGS @@ -39,15 +42,12 @@ rm -rf $RPM_BUILD_ROOT %{__make} install installconf \ DESTDIR=$RPM_BUILD_ROOT -gzip -9nf AUTHORS ChangeLog NEWS README \ - */{COPYING,HISTORY,README}* - %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz */*.gz +%doc AUTHORS ChangeLog NEWS README */{COPYING,HISTORY,README}* %{_sysconfdir}/ax25/* %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_sbindir}/* -- 2.43.0