Update to 3.2.
This commit is contained in:
parent
ca56a9e7c3
commit
aa5fbca33c
@ -1,12 +1,11 @@
|
||||
diff -Naur hamlib-3.0~rc1.orig/bindings/Makefile.am hamlib-3.0~rc1/bindings/Makefile.am
|
||||
--- hamlib-3.0~rc1.orig/bindings/Makefile.am 2015-08-22 11:27:18.000000000 -0500
|
||||
+++ hamlib-3.0~rc1/bindings/Makefile.am 2015-09-02 08:47:47.252243932 -0500
|
||||
@@ -63,7 +63,7 @@
|
||||
$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck
|
||||
--- a/bindings/Makefile.am
|
||||
+++ b/bindings/Makefile.am
|
||||
@@ -70,7 +70,7 @@ distcheck-perl: Hamlib-pl.mk
|
||||
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck
|
||||
|
||||
install-perl: Hamlib-pl.mk
|
||||
- $(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_vendor_install
|
||||
- $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site
|
||||
+ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_vendor_install
|
||||
|
||||
## ExtUtils::MakeMaker says uninstall is deprecated and won't remove the files
|
||||
## anyway, so we'll have to figure out another way to remove the installed files.
|
||||
|
16
hamlib.spec
16
hamlib.spec
@ -2,8 +2,8 @@
|
||||
#global pre rc1
|
||||
|
||||
Name: hamlib
|
||||
Version: 3.1
|
||||
Release: 11%{?pre:.%{pre}}%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Run-time library to control radio transceivers and receivers
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -11,7 +11,6 @@ URL: http://www.hamlib.org
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?pre:~%{pre}}.tar.gz
|
||||
|
||||
Patch0: hamlib-3.0-perl_install.patch
|
||||
Patch1: hamlib-pc.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python2-devel, swig, gd-devel, libxml2-devel, tcl-devel
|
||||
@ -101,7 +100,7 @@ Hamlib TCL Language bindings to allow radio control from TCL scripts.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}%{?pre:~%{pre}}
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -185,7 +184,7 @@ fi
|
||||
%files devel
|
||||
%doc README.developer
|
||||
%{_libdir}/libhamlib.so
|
||||
%{_libdir}/tcl/Hamlib/hamlibtcl.so
|
||||
%{_libdir}/tcl8.6/Hamlib/hamlibtcl.so
|
||||
%{_datadir}/aclocal/hamlib.m4
|
||||
%dir %{_includedir}/hamlib
|
||||
%{_includedir}/hamlib/rig.h
|
||||
@ -215,11 +214,14 @@ fi
|
||||
%{python2_sitearch}/_Hamlib.so
|
||||
|
||||
%files -n tcl-hamlib
|
||||
%{_libdir}/tcl/
|
||||
%exclude %{_libdir}/tcl/Hamlib/hamlibtcl.so
|
||||
%{_libdir}/tcl8.6/
|
||||
%exclude %{_libdir}/tcl8.6/Hamlib/hamlibtcl.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 03 2018 Richard Shaw <hobbes1069@gmail.com> - 3.2-1
|
||||
- Update to 3.2.
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hamlib-3.1.tar.gz) = befc5c407379e30711bde2affb9c191add6dbb04a36c1309f8771170cf04156c48609a094775638036282e085de6c78d09ef8d2760d69c595471e16e985e0885
|
||||
SHA512 (hamlib-3.2.tar.gz) = 9aec2d361980abafdedf7b80f5b8bcf5b71f4f0c32bbfecebc0a50e6f74eb263ddc5188cf77283ed7361baabedb8364a2ce94a12fdda1bbdfaa0a030f510f224
|
||||
|
Loading…
Reference in New Issue
Block a user