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