Specify LGPL version in License tag.

This commit is contained in:
Kevin Kofler 2007-08-03 01:25:44 +00:00
parent f2c4f4c525
commit af9502b1d8

View File

@ -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 <Kevin@tigcc.ticalc.org> 1.0.5-5
- Specify LGPL version in License tag.
* Sat Jul 14 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.5-4
- get rid of redland-config dependency bloat too (#248106)