]> git.pld-linux.org Git - packages/ax25-tools.git/blob - ax25-tools.spec
- corected Requires: glibc-2.2.4 to glibc >= 2.2
[packages/ax25-tools.git] / ax25-tools.spec
1 Summary: ax25 toolls for hamradio.
2 Name: ax25-tools
3 Version: 0.0.8
4 Release: 2
5 License: LGPL
6 Group: Applications/Communications
7 Group(pl): Aplikacje/Komunikacja
8 Source0: http://prdownloads.sourceforge.net/ax25/ax25-tools-%{version}.tar.gz
9 BuildRoot: /tmp/%{name}-%{version}-root
10 ExclusiveArch: %{ix86}
11 Requires: glibc >= 2.2
12 Requires: kernel >= 2.2.0
13 Requires: libtool >= 1.4.2
14 Requires: libax25 >= 0.0.9
15 Requires: zlib >= 1.1.3
16
17 BuildRequires: libax25-devel
18 BuildRequires: zlib-devel
19
20 %description
21
22 Tools for start up ax25 protocole.
23
24 %description -l pl
25
26 Narzêdzia inicjalizuj±ce protokó³ ax25.
27
28 %prep
29 %setup -q
30
31 %build
32
33 %configure2_13
34 make
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 mkdir -p ${RPM_BUILD_ROOT}/var/ax25
39
40 make DESTDIR=${RPM_BUILD_ROOT} install installconf
41 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/doc/ax25-tools/*
42
43 %post -p /sbin/ldconfig
44
45 %postun -p /sbin/ldconfig
46
47 %clean                                                                          
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(-,root,root)
52 /%{_sysconfdir}/ax25/*
53 /%{_bindir}/*
54 /%{_sbindir}/*
55 /%{_docdir}/ax25-tools/*.gz
56 /%{_mandir}/man[14589]/*.gz
57 /var/ax25/*
This page took 0.066953 seconds and 4 git commands to generate.