]> git.pld-linux.org Git - packages/ax25-apps.git/blame - ax25-apps.spec
- converted to UTF-8
[packages/ax25-apps.git] / ax25-apps.spec
CommitLineData
2efabd46 1Summary: ax25 tools for hamradio
c1b4ef54 2Summary(pl.UTF-8): Narzędzia ax25 dla hamradio
2efabd46 3Name: ax25-apps
ac93fc8f 4Version: 0.0.6
28b8c7d7 5Release: 2
d9ec699e 6License: GPL
2efabd46 7Group: Applications/Communications
26f00d36 8Source0: http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
dc36990c 9# Source0-md5: 47d9a775890f3694cf47659423a69ae5
26f00d36 10URL: http://ax25.sourceforge.net/
870f6450
JB
11BuildRequires: autoconf
12BuildRequires: automake
2efabd46 13BuildRequires: libax25-devel
870f6450 14BuildRequires: libtool
d9ec699e 15BuildRequires: ncurses-devel
2efabd46 16BuildRequires: zlib-devel
d9ec699e 17Requires: ax25-tools >= 0.0.8
73d0de91 18Requires: libax25 >= 0.0.9
d9ec699e 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20Conflicts: kernel <= 2.2.0
3c3d30cc 21
22%description
3c3d30cc 23Applications to test our AX25 connects.
24
c1b4ef54
JR
25%description -l pl.UTF-8
26Aplikacje testujące sprawność połączeń protokołu AX25.
3c3d30cc 27
28%prep
29%setup -q
30
3c3d30cc 31%build
d9ec699e 32rm -f missing
b065c8f1 33%{__libtoolize}
870f6450 34%{__aclocal}
394d4da9 35%{__autoconf}
36%{__automake}
ae653f8b 37AM_CFLAGS="-I/usr/include/ncurses"; export AM_CFLAGS
d9ec699e 38%configure
2efabd46 39%{__make}
3c3d30cc 40
41%install
42rm -rf $RPM_BUILD_ROOT
43
d9ec699e 44%{__make} install installconf \
45 DESTDIR=$RPM_BUILD_ROOT
46
ceb4f2e1 47%clean
9959864e 48rm -rf $RPM_BUILD_ROOT
3c3d30cc 49
50%files
2efabd46 51%defattr(644,root,root,755)
e2423951 52# note: ax25ipd/COPYING.ax25ipd contains notes other than GPL
e72535d4 53%doc AUTHORS ChangeLog NEWS README ax25*/{COPYING,HISTORY,README}.ax25*
2efabd46
JB
54%{_sysconfdir}/ax25/*
55%attr(755,root,root) %{_bindir}/*
56%attr(755,root,root) %{_sbindir}/*
d9ec699e 57%{_mandir}/man[158]/*
This page took 0.100926 seconds and 4 git commands to generate.