]> git.pld-linux.org Git - packages/ax25-tools.git/commitdiff
- added linux26 patch (removes obsolete baycom/soundmodem debugging, AC-branch AC-STABLE auto/ac/ax25-tools-0_0_8-5 auto/th/ax25-tools-0_0_8-5
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Apr 2004 14:36:56 +0000 (14:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  removed smmixer utility - it relied on functionality removed from Linux 2.6,
  replaced by userspace utility - see soundmodem package)
- release 5

Changed files:
    ax25-tools.spec -> 1.20

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.13094 seconds and 4 git commands to generate.