- Update dependencies
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=9
This commit is contained in:
parent
6b72824b33
commit
40547090d2
@ -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
|
Sun Apr 1 18:54:17 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
39
hamlib.spec
39
hamlib.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hamlib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@ Name: hamlib
|
|||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Run-time library to control radio transcievers and receivers
|
Summary: Run-time library to control radio transcievers and receivers
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1-only
|
||||||
Group: Productivity/Hamradio/Other
|
Group: Productivity/Hamradio/Other
|
||||||
URL: http://hamlib.sourceforge.net
|
URL: http://hamlib.sourceforge.net
|
||||||
#Git-Clone: https://git.code.sf.net/p/hamlib/code
|
#Git-Clone: https://git.code.sf.net/p/hamlib/code
|
||||||
@ -36,11 +36,12 @@ BuildRequires: perl
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: tcl-devel
|
|
||||||
BuildRequires: pkgconfig(gdlib)
|
BuildRequires: pkgconfig(gdlib)
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(lua)
|
BuildRequires: pkgconfig(lua)
|
||||||
BuildRequires: pkgconfig(python2)
|
BuildRequires: pkgconfig(python2)
|
||||||
|
BuildRequires: pkgconfig(tcl)
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
|
||||||
@ -96,6 +97,7 @@ other shack hardware.
|
|||||||
%package -n tcl-Hamlib
|
%package -n tcl-Hamlib
|
||||||
Summary: Tcl bindings for Hamlib
|
Summary: Tcl bindings for Hamlib
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
|
%requires_eq tcl
|
||||||
|
|
||||||
%description -n tcl-Hamlib
|
%description -n tcl-Hamlib
|
||||||
Hamlib provide a programming interface for controlling radios and
|
Hamlib provide a programming interface for controlling radios and
|
||||||
@ -149,8 +151,8 @@ make %{?_smp_mflags} check
|
|||||||
%postun -n libhamlib%{sover} -p /sbin/ldconfig
|
%postun -n libhamlib%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license LICENSE
|
||||||
%doc AUTHORS LICENSE NEWS
|
%doc AUTHORS NEWS
|
||||||
%{_bindir}/rigctl
|
%{_bindir}/rigctl
|
||||||
%{_bindir}/rigctld
|
%{_bindir}/rigctld
|
||||||
%{_bindir}/rigmem
|
%{_bindir}/rigmem
|
||||||
@ -158,18 +160,17 @@ make %{?_smp_mflags} check
|
|||||||
%{_bindir}/rigswr
|
%{_bindir}/rigswr
|
||||||
%{_bindir}/rotctl
|
%{_bindir}/rotctl
|
||||||
%{_bindir}/rotctld
|
%{_bindir}/rotctld
|
||||||
%{_mandir}/man1/rigctl.1%{ext_man}
|
%{_mandir}/man1/rigctl.1%{?ext_man}
|
||||||
%{_mandir}/man1/rigctld.1%{ext_man}
|
%{_mandir}/man1/rigctld.1%{?ext_man}
|
||||||
%{_mandir}/man1/rigmem.1%{ext_man}
|
%{_mandir}/man1/rigmem.1%{?ext_man}
|
||||||
%{_mandir}/man1/rigsmtr.1%{ext_man}
|
%{_mandir}/man1/rigsmtr.1%{?ext_man}
|
||||||
%{_mandir}/man1/rigswr.1%{ext_man}
|
%{_mandir}/man1/rigswr.1%{?ext_man}
|
||||||
%{_mandir}/man1/rotctl.1%{ext_man}
|
%{_mandir}/man1/rotctl.1%{?ext_man}
|
||||||
%{_mandir}/man1/rotctld.1%{ext_man}
|
%{_mandir}/man1/rotctld.1%{?ext_man}
|
||||||
%{_infodir}/hamlib.info%{ext_info}
|
%{_infodir}/hamlib.info%{?ext_info}
|
||||||
%{_docdir}/hamlib
|
%{_docdir}/hamlib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_includedir}/hamlib
|
%dir %{_includedir}/hamlib
|
||||||
%{_includedir}/hamlib/*.h
|
%{_includedir}/hamlib/*.h
|
||||||
%{_datadir}/aclocal/hamlib.m4
|
%{_datadir}/aclocal/hamlib.m4
|
||||||
@ -178,32 +179,26 @@ make %{?_smp_mflags} check
|
|||||||
%{_libdir}/libhamlib++.so
|
%{_libdir}/libhamlib++.so
|
||||||
|
|
||||||
%files -n libhamlib%{sover}
|
%files -n libhamlib%{sover}
|
||||||
%defattr(-,root,root)
|
%license COPYING COPYING.LIB
|
||||||
%doc COPYING COPYING.LIB
|
|
||||||
%{_libdir}/libhamlib.so.%{sover}*
|
%{_libdir}/libhamlib.so.%{sover}*
|
||||||
|
|
||||||
%files -n libhamlib++%{sover}
|
%files -n libhamlib++%{sover}
|
||||||
%defattr(-,root,root)
|
%license COPYING COPYING.LIB
|
||||||
%doc COPYING COPYING.LIB
|
|
||||||
%{_libdir}/libhamlib++.so.%{sover}*
|
%{_libdir}/libhamlib++.so.%{sover}*
|
||||||
|
|
||||||
%files -n lua-Hamliblua
|
%files -n lua-Hamliblua
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/lua
|
%{_libdir}/lua
|
||||||
|
|
||||||
%files -n python-Hamlib
|
%files -n python-Hamlib
|
||||||
%defattr(-,root,root)
|
|
||||||
%{python_sitearch}/Hamlib.*
|
%{python_sitearch}/Hamlib.*
|
||||||
%{python_sitearch}/_Hamlib.*
|
%{python_sitearch}/_Hamlib.*
|
||||||
|
|
||||||
%files -n tcl-Hamlib
|
%files -n tcl-Hamlib
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/tcl*/
|
%dir %{_libdir}/tcl*/
|
||||||
%dir %{_libdir}/tcl*/Hamlib
|
%dir %{_libdir}/tcl*/Hamlib
|
||||||
%{_libdir}/tcl*/Hamlib/*
|
%{_libdir}/tcl*/Hamlib/*
|
||||||
|
|
||||||
%files -n perl-Hamlib
|
%files -n perl-Hamlib
|
||||||
%defattr(-,root,root)
|
|
||||||
%{perl_vendorarch}/*
|
%{perl_vendorarch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user