From af9502b1d86bebb2eafce186c58b9f1818c9da45 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Fri, 3 Aug 2007 01:25:44 +0000 Subject: [PATCH] Specify LGPL version in License tag. --- redland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redland.spec b/redland.spec index 4885304..9384c94 100644 --- a/redland.spec +++ b/redland.spec @@ -1,10 +1,10 @@ Name: redland Version: 1.0.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Redland RDF Application Framework Group: System Environment/Libraries -License: LGPL or Apache License 2.0 +License: LGPLv2+ or ASL 2.0 URL: http://librdf.org/ Source: http://download.librdf.org/source/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Fri Aug 3 2007 Kevin Kofler 1.0.5-5 +- Specify LGPL version in License tag. + * Sat Jul 14 2007 Kevin Kofler 1.0.5-4 - get rid of redland-config dependency bloat too (#248106)