From 70deed5478ab293b72ac060fac4278f62c8db91e Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 2 Jul 2018 14:55:00 +0200 Subject: [PATCH] Fix license --- tix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tix.spec b/tix.spec index b035971..54e15f9 100644 --- a/tix.spec +++ b/tix.spec @@ -8,8 +8,8 @@ Summary: A set of extension widgets for Tk Name: tix Epoch: 1 Version: %{tixmajor}.3 -Release: 22%{?dist} -License: BSD +Release: 23%{?dist} +License: TCL URL: http://tix.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/Tix%{version}-src.tar.gz # 0: Fixes BZ#81297 (soname of libraries) @@ -125,6 +125,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/Tix%{tixmajor}/license.terms %doc %{tcl_sitelib}/Tix%{tixmajor} %changelog +* Mon Jul 02 2018 Vitezslav Crhonek - 1:8.4.3-23 +- Fix license + * Tue Feb 27 2018 Vitezslav Crhonek - 1:8.4.3-22 - Add BuildRequires gcc - Remove Group tag