]> git.pld-linux.org Git - packages/ax25-tools.git/blobdiff - ax25-tools.spec
- added linux26 patch (removes obsolete baycom/soundmodem debugging,
[packages/ax25-tools.git] / ax25-tools.spec
index bb1b17b68e43ebed8d1f42ffc2d944e0d17bd8b1..740c137184a1bbac5877f0fa81402e79b74457ed 100644 (file)
@@ -2,14 +2,16 @@ Summary:      ax25 tools for hamradio
 Summary(pl):   Narzêdzia ax25 dla hamradio
 Name:          ax25-tools
 Version:       0.0.8
-Release:       4
+Release:       5
 License:       LGPL
 Group:         Applications/Communications
 Source0:       http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
 # Source0-md5: 70172b979b38a9434f21d2e8152f0d5e
+Patch0:                %{name}-linux26.patch
 URL:           http://ax25.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libax25-devel
-BuildRequires: libtool >= 1.4.2
 BuildRequires: zlib-devel
 Requires:      glibc >= 2.2
 Requires:      libax25 >= 0.0.9
@@ -28,10 +30,16 @@ Narz
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure2_13 \
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
        --without-x
+
 %{__make}
 
 %install
This page took 0.032267 seconds and 4 git commands to generate.