License tag changed to BSD

This commit is contained in:
Ondrej Vasik 2007-08-27 12:58:18 +00:00
parent 6128f2f339
commit 735d40ec2d

View File

@ -1,14 +1,15 @@
Summary: SGML and XML parser
Name: opensp
Version: 1.5.2
Release: 5%{?dist}
Release: 6%{?dist}
Requires: sgml-common >= 0.5
URL: http://openjade.sourceforge.net/
Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
Patch0: opensp-multilib.patch
Patch1: opensp-nodeids.patch
Patch2: opensp-sigsegv.patch
License: Distributable
Patch3: opensp-undefsymbols.patch
License: BSD
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -34,6 +35,7 @@ Header files and libtool library for developing applications that use OpenSP.
%patch0 -p1 -b .multilib
%patch1 -p1 -b .nodeids
%patch2 -p1 -b .sigsegv
%patch3 -p1 -b .undef
%build
%configure --disable-dependency-tracking --disable-static --enable-http \
@ -101,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 27 2007 Ondrej Vasik <ovasik@redhat.com> 1.5.2-6
- License tag change to BSD
- Rebuilt for F8
* Thu Jun 21 2007 Ondrej Vasik <ovasik@redhat.com> 1.5.2-5
- fixed SIGSEGV (bug #245104)