From 735d40ec2de347582e9e044fffc46a1a5f3d9dfe Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mon, 27 Aug 2007 12:58:18 +0000 Subject: [PATCH] License tag changed to BSD --- opensp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/opensp.spec b/opensp.spec index 0583692..ced52c2 100644 --- a/opensp.spec +++ b/opensp.spec @@ -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 1.5.2-6 +- License tag change to BSD +- Rebuilt for F8 + * Thu Jun 21 2007 Ondrej Vasik 1.5.2-5 - fixed SIGSEGV (bug #245104)