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)