- Update dependencies

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=9
This commit is contained in:
Martin Pluskal 2018-04-04 10:34:37 +00:00 committed by Git OBS Bridge
parent 6b72824b33
commit 40547090d2
2 changed files with 22 additions and 22 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 4 10:31:02 UTC 2018 - mpluskal@suse.com
- Update dependencies
-------------------------------------------------------------------
Sun Apr 1 18:54:17 UTC 2018 - mardnh@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package hamlib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@ Name: hamlib
Version: 3.2
Release: 0
Summary: Run-time library to control radio transcievers and receivers
License: LGPL-2.1
License: LGPL-2.1-only
Group: Productivity/Hamradio/Other
URL: http://hamlib.sourceforge.net
#Git-Clone: https://git.code.sf.net/p/hamlib/code
@ -36,11 +36,12 @@ BuildRequires: perl
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: swig
BuildRequires: tcl-devel
BuildRequires: pkgconfig(gdlib)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(lua)
BuildRequires: pkgconfig(python2)
BuildRequires: pkgconfig(tcl)
Requires(post): info
Requires(preun): info
@ -96,6 +97,7 @@ other shack hardware.
%package -n tcl-Hamlib
Summary: Tcl bindings for Hamlib
Group: Development/Languages/Tcl
%requires_eq tcl
%description -n tcl-Hamlib
Hamlib provide a programming interface for controlling radios and
@ -149,8 +151,8 @@ make %{?_smp_mflags} check
%postun -n libhamlib%{sover} -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS LICENSE NEWS
%license LICENSE
%doc AUTHORS NEWS
%{_bindir}/rigctl
%{_bindir}/rigctld
%{_bindir}/rigmem
@ -158,18 +160,17 @@ make %{?_smp_mflags} check
%{_bindir}/rigswr
%{_bindir}/rotctl
%{_bindir}/rotctld
%{_mandir}/man1/rigctl.1%{ext_man}
%{_mandir}/man1/rigctld.1%{ext_man}
%{_mandir}/man1/rigmem.1%{ext_man}
%{_mandir}/man1/rigsmtr.1%{ext_man}
%{_mandir}/man1/rigswr.1%{ext_man}
%{_mandir}/man1/rotctl.1%{ext_man}
%{_mandir}/man1/rotctld.1%{ext_man}
%{_infodir}/hamlib.info%{ext_info}
%{_mandir}/man1/rigctl.1%{?ext_man}
%{_mandir}/man1/rigctld.1%{?ext_man}
%{_mandir}/man1/rigmem.1%{?ext_man}
%{_mandir}/man1/rigsmtr.1%{?ext_man}
%{_mandir}/man1/rigswr.1%{?ext_man}
%{_mandir}/man1/rotctl.1%{?ext_man}
%{_mandir}/man1/rotctld.1%{?ext_man}
%{_infodir}/hamlib.info%{?ext_info}
%{_docdir}/hamlib
%files devel
%defattr(-,root,root)
%dir %{_includedir}/hamlib
%{_includedir}/hamlib/*.h
%{_datadir}/aclocal/hamlib.m4
@ -178,32 +179,26 @@ make %{?_smp_mflags} check
%{_libdir}/libhamlib++.so
%files -n libhamlib%{sover}
%defattr(-,root,root)
%doc COPYING COPYING.LIB
%license COPYING COPYING.LIB
%{_libdir}/libhamlib.so.%{sover}*
%files -n libhamlib++%{sover}
%defattr(-,root,root)
%doc COPYING COPYING.LIB
%license COPYING COPYING.LIB
%{_libdir}/libhamlib++.so.%{sover}*
%files -n lua-Hamliblua
%defattr(-,root,root)
%{_libdir}/lua
%files -n python-Hamlib
%defattr(-,root,root)
%{python_sitearch}/Hamlib.*
%{python_sitearch}/_Hamlib.*
%files -n tcl-Hamlib
%defattr(-,root,root)
%dir %{_libdir}/tcl*/
%dir %{_libdir}/tcl*/Hamlib
%{_libdir}/tcl*/Hamlib/*
%files -n perl-Hamlib
%defattr(-,root,root)
%{perl_vendorarch}/*
%changelog