remove unnecessary tk-devel and libXft-devel build dependencies
This commit is contained in:
parent
3a3451c8c6
commit
48f8a0430f
@ -5,14 +5,14 @@
|
|||||||
Summary: A program-script interaction and testing utility
|
Summary: A program-script interaction and testing utility
|
||||||
Name: expect
|
Name: expect
|
||||||
Version: %{majorver}
|
Version: %{majorver}
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
# URL: probably more useful is http://sourceforge.net/projects/expect/
|
# URL: probably more useful is http://sourceforge.net/projects/expect/
|
||||||
URL: http://expect.nist.gov/
|
URL: http://expect.nist.gov/
|
||||||
Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Buildrequires: tcl-devel tk-devel autoconf automake libXft-devel chrpath
|
Buildrequires: tcl-devel autoconf automake chrpath
|
||||||
# Patch0: fixes change log file permissions
|
# Patch0: fixes change log file permissions
|
||||||
Patch0: expect-5.43.0-log_file.patch
|
Patch0: expect-5.43.0-log_file.patch
|
||||||
# Patch1: fixes install location, change pkgIndex
|
# Patch1: fixes install location, change pkgIndex
|
||||||
@ -182,6 +182,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_mandir}/man1/tknewsbiff.1*
|
%{_mandir}/man1/tknewsbiff.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2017 Nils Philippsen <nils@redhat.com> - 5.45-26
|
||||||
|
- remove unnecessary tk-devel and libXft-devel build dependencies
|
||||||
|
|
||||||
* Tue Mar 28 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-25
|
* Tue Mar 28 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-25
|
||||||
- tknewsbiff man page should be only in expectk - removed its duplicate
|
- tknewsbiff man page should be only in expectk - removed its duplicate
|
||||||
from expect package
|
from expect package
|
||||||
|
Loading…
Reference in New Issue
Block a user