forked from pool/ax25-tools
This commit is contained in:
parent
1d45ce5f7a
commit
560d62cebe
@ -26,8 +26,10 @@ Url: http://www.linux-ax25.org
|
||||
Source: ax25-tools-%{version}.tar.xz
|
||||
BuildRequires: libax25-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
These are the support utilities required to make use of the internal
|
||||
@ -40,14 +42,14 @@ package ax25apps.
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --localstatedir=%{_localstatedir}/lib
|
||||
%configure \
|
||||
--localstatedir=%{_localstatedir}/lib
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install installconf
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ax25/mheard
|
||||
rm %{buildroot}%{_datadir}/doc/ax25-tools
|
||||
#m %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
|
||||
rm -rf %{buildroot}%{_datadir}/doc/ax25-tools
|
||||
rm -rf %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user