]> git.pld-linux.org Git - packages/ax25-apps.git/blobdiff - ax25-apps.spec
- release 4
[packages/ax25-apps.git] / ax25-apps.spec
index 17e91f875e623070e9b8cc441e5e20cca8a7931f..1806d662af49dc1051a0b582f18d50eedc451e72 100644 (file)
@@ -1,24 +1,29 @@
 Summary:       ax25 tools for hamradio
-Summary(pl):   Narzêdzia ax25 dla hamradio
+Summary(pl.UTF-8):     Narzędzia ax25 dla hamradio
 Name:          ax25-apps
 Version:       0.0.6
-Release:       1
+Release:       4
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://prdownloads.sourceforge.net/ax25/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
+# Source0-md5: 47d9a775890f3694cf47659423a69ae5
+URL:           http://ax25.sourceforge.net/
+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
+Requires:      libax25 >= 0.0.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Conflicts:     kernel <= 2.2.0
 
 %description
 Applications to test our AX25 connects.
 
-%description -l pl
-Aplikacje testuj±ce sprawno¶æ po³±czeñ protoko³u AX25.
+%description -l pl.UTF-8
+Aplikacje testujące sprawność połączeń protokołu AX25.
 
 %prep
 %setup -q
@@ -26,10 +31,10 @@ Aplikacje testuj
 %build
 rm -f missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-AM_CFLAGS="-I%{_includedir}/ncurses"; export AM_CFLAGS
+AM_CFLAGS="-I/usr/include/ncurses"; export AM_CFLAGS
 %configure
 %{__make}
 
@@ -39,15 +44,13 @@ 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
+# note: ax25ipd/COPYING.ax25ipd contains notes other than GPL
+%doc AUTHORS ChangeLog NEWS README ax25*/{COPYING,HISTORY,README}.ax25*
 %{_sysconfdir}/ax25/*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
This page took 0.038236 seconds and 4 git commands to generate.