diff --git a/hamlib.changes b/hamlib.changes index 582ed14..03853da 100644 --- a/hamlib.changes +++ b/hamlib.changes @@ -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 diff --git a/hamlib.spec b/hamlib.spec index 88fcc48..f3d2e35 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -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