From c5268895423634b1078993acb77bbd699f2bdef5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 17 Aug 2007 12:23:36 +0000 Subject: [PATCH] - changed license to LGPLv2 --- dialog.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dialog.spec b/dialog.spec index e5b8239..358443f 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,12 +1,12 @@ Summary: A utility for creating TTY dialog boxes Name: dialog -%define SubVersion 20070704 +%define dialogsubversion 20070704 Version: 1.1 -Release: 1.%{SubVersion}%{?dist} -License: GPL +Release: 2.%{dialogsubversion}%{?dist} +License: LGPLv2 Group: Applications/System URL: http://invisible-island.net/dialog/dialog.html -Source: ftp://invisible-island.net/dialog/dialog-%{version}-%{SubVersion}.tgz +Source: ftp://invisible-island.net/dialog/dialog-%{version}-%{dialogsubversion}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel gettext findutils Patch: dialog-1.1-20070227-incdir.patch @@ -32,7 +32,7 @@ contains the files needed for developing applications, which use the dialog library. %prep -%setup -q -n dialog-%{version}-%{SubVersion} +%setup -q -n dialog-%{version}-%{dialogsubversion} %patch -p1 -b .incdir %build @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libdialog.a %changelog +* Fri Aug 17 2007 Harald Hoyer - 1.1-2.20070704 +- changed license to LGPLv2 + * Thu Jul 5 2007 Harald Hoyer - 1.1-1.20070704 - version 1.1-20070704