Fix devel package dependency on tcl-hamlib.
This commit is contained in:
parent
834b012362
commit
1cb4a5fb01
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: hamlib
|
Name: hamlib
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 2%{?pre:.%{pre}}%{?dist}
|
Release: 3%{?pre:.%{pre}}%{?dist}
|
||||||
Summary: Run-time library to control radio transceivers and receivers
|
Summary: Run-time library to control radio transceivers and receivers
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
@ -43,7 +43,7 @@ command line interface or in a text-oriented interactive interface.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development library to control radio transceivers and receivers
|
Summary: Development library to control radio transceivers and receivers
|
||||||
Requires: hamlib%{?_isa} = %{version}-%{release}
|
Requires: hamlib%{?_isa} = %{version}-%{release}
|
||||||
Requires: hamlib-tcl%{?_isa} = %{version}-%{release}
|
Requires: tcl-hamlib%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Hamlib radio control library C development headers and libraries
|
Hamlib radio control library C development headers and libraries
|
||||||
@ -223,6 +223,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 24 2015 Richard Shaw <hobbes1069@gmail.com> - 3.0-3
|
||||||
|
- Fix devel package dependency on tcl-hamlib.
|
||||||
|
|
||||||
* Tue Sep 22 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0-2
|
* Tue Sep 22 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0-2
|
||||||
- Rebuild against new swig (BZ#1192849)
|
- Rebuild against new swig (BZ#1192849)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user