]> git.pld-linux.org Git - packages/ax25-apps.git/blobdiff - ax25-apps.spec
- BR: autoconf,automake,libtool; new %%doc
[packages/ax25-apps.git] / ax25-apps.spec
index d29bc2a37cc19ba25bed7449e31a22eeec24c977..7da723dd008f2926a9c7ee1d30339b91d116ea40 100644 (file)
@@ -1,20 +1,21 @@
 Summary:       ax25 tools for hamradio
 Summary(pl):   Narzêdzia ax25 dla hamradio
 Name:          ax25-apps
-Version:       0.0.5
+Version:       0.0.6
 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
 Requires:      ax25-tools >= 0.0.8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Conflicts:     kernel <= 2.2.0
-ExclusiveArch:  %{ix86}
-
 
 %description
 Applications to test our AX25 connects.
@@ -27,10 +28,10 @@ Aplikacje testuj
 
 %build
 rm -f missing
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c -f
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 AM_CFLAGS="-I%{_includedir}/ncurses"; export AM_CFLAGS
 %configure
 %{__make}
@@ -41,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}/*
This page took 0.133346 seconds and 4 git commands to generate.