forked from pool/ax25-tools
- Cleanup spec file with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/ax25-tools?expand=0&rev=2
This commit is contained in:
parent
daad1fb02f
commit
1d45ce5f7a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 07:16:52 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 21:27:04 UTC 2017 - dl8fcl@darc.de
|
Mon Feb 6 21:27:04 UTC 2017 - dl8fcl@darc.de
|
||||||
|
|
||||||
|
@ -1,10 +1,20 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ax25-tools (Version 0.0.10)
|
# spec file for package ax25-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: ax25-tools
|
Name: ax25-tools
|
||||||
Version: 0.0.10rc4_87
|
Version: 0.0.10rc4_87
|
||||||
@ -12,13 +22,12 @@ Release: 0
|
|||||||
Summary: AX.25 tools
|
Summary: AX.25 tools
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Hamradio/Packet
|
Group: Productivity/Hamradio/Packet
|
||||||
Url: http://ax25.sourceforge.net/
|
Url: http://www.linux-ax25.org
|
||||||
Source: ax25-tools-%{version}.tar.xz
|
Source: ax25-tools-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
BuildRequires: libax25-devel
|
BuildRequires: libax25-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These are the support utilities required to make use of the internal
|
These are the support utilities required to make use of the internal
|
||||||
@ -30,14 +39,15 @@ package ax25apps.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf -fiv
|
||||||
%configure --localstatedir=%{_localstatedir}/lib
|
%configure --localstatedir=%{_localstatedir}/lib
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install installconf
|
||||||
make installconf DESTDIR=%{buildroot}
|
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ax25/mheard
|
mkdir -p %{buildroot}%{_localstatedir}/lib/ax25/mheard
|
||||||
|
rm %{buildroot}%{_datadir}/doc/ax25-tools
|
||||||
|
#m %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -61,7 +71,5 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ax25/mheard
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%{_mandir}/man9/*
|
%{_mandir}/man9/*
|
||||||
%exclude %{_localstatedir}/lib/ax25/mheard/mheard.dat
|
|
||||||
%exclude %{_datadir}/doc/ax25-tools
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user