- changed license to LGPLv2
This commit is contained in:
parent
d5005b7ee0
commit
c526889542
13
dialog.spec
13
dialog.spec
@ -1,12 +1,12 @@
|
|||||||
Summary: A utility for creating TTY dialog boxes
|
Summary: A utility for creating TTY dialog boxes
|
||||||
Name: dialog
|
Name: dialog
|
||||||
%define SubVersion 20070704
|
%define dialogsubversion 20070704
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 1.%{SubVersion}%{?dist}
|
Release: 2.%{dialogsubversion}%{?dist}
|
||||||
License: GPL
|
License: LGPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://invisible-island.net/dialog/dialog.html
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: ncurses-devel gettext findutils
|
BuildRequires: ncurses-devel gettext findutils
|
||||||
Patch: dialog-1.1-20070227-incdir.patch
|
Patch: dialog-1.1-20070227-incdir.patch
|
||||||
@ -32,7 +32,7 @@ contains the files needed for developing applications, which use the
|
|||||||
dialog library.
|
dialog library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dialog-%{version}-%{SubVersion}
|
%setup -q -n dialog-%{version}-%{dialogsubversion}
|
||||||
%patch -p1 -b .incdir
|
%patch -p1 -b .incdir
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libdialog.a
|
%{_libdir}/libdialog.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 17 2007 Harald Hoyer <harald@rawhide.home> - 1.1-2.20070704
|
||||||
|
- changed license to LGPLv2
|
||||||
|
|
||||||
* Thu Jul 5 2007 Harald Hoyer <harald@redhat.com> - 1.1-1.20070704
|
* Thu Jul 5 2007 Harald Hoyer <harald@redhat.com> - 1.1-1.20070704
|
||||||
- version 1.1-20070704
|
- version 1.1-20070704
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user