Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 2571ec5efc2a82e4b5ad9b3aff896b70 > files > 2

ax25-apps-0.0.6-11mdv2010.0.src.rpm

%define name ax25-apps
%define version 0.0.6
%define release %mkrel 11

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Applications for kernel AX.25 support (kernel >= 2.2)
Group: Communications
License: GPL
Url: http://ax25.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Buildrequires: ax25-devel
Buildrequires: libncurses-devel
Buildrequires: glibc-static-devel
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
Applications for kernel AX.25 support (kernel >= 2.2).
This package is split off from the previous ax25-utils. 
It contains the following applications : ax25ipd, 
ax25mond, ax25rtctl, ax25rtd, call, listen.

%prep

%setup -q

%build

%configure2_5x --localstatedir=/var

%make

%install

%makeinstall installconf

mkdir -p $RPM_BUILD_ROOT/var/ax25/ax25rtd

rm -rf $RPM_BUILD_ROOT/%_docdir/ax25-apps

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)

%dir %{_sysconfdir}/ax25
%dir /var/ax25/ax25rtd
%config(noreplace) %{_sysconfdir}/ax25/ax25ipd.conf
%config(noreplace) %{_sysconfdir}/ax25/ax25mond.conf
%config(noreplace) %{_sysconfdir}/ax25/ax25rtd.conf
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*



%changelog
* Wed Oct 07 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.0.6-11mdv2010.0
+ Revision: 455737
- no need for explicit dependencies, especially when they prevent x86_64 installation

  + Thierry Vignaud <tvignaud@mandriva.com>
    - use %%configure2_5x
    - rebuild
    - rebuild

* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.0.6-8mdv2009.0
+ Revision: 243099
- rebuild

* Thu Dec 20 2007 Olivier Blin <oblin@mandriva.com> 0.0.6-6mdv2008.1
+ Revision: 135826
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request
    - import ax25-apps


* Mon Jul 31 2006 Lenny Cartier <lenny@mandrakesoft.com> 0.0.6-6mdv2007.0
- rebuild

* Thu Aug 05 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.0.6-5mdk
- rebuild

* Thu Jun 03 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.0.6-4mdk
- rebuild

* Sat Apr 26 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.0.6-3mdk
- adjust buildrequires

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.0.6-2mdk
- rebuild

* Thu May 21 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.0.6-1mdk
- refresh requires & builrequires
- fix group
- submitted by Laurent Grawet <laurent.grawet@ibelgique.com>