diff --git a/tre.changes b/tre.changes index 6d240cc..f257dd2 100644 --- a/tre.changes +++ b/tre.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 8 12:47:43 UTC 2012 - cfarrell@suse.com + +- license update: BSD-3-Clause + Package is predominantly BSD-3-Clause licensed. This spec file license + update makes the openSUSE package license substantially similar to the + Fedora package license" + ------------------------------------------------------------------- Sun Jan 29 01:09:35 UTC 2012 - jengelh@medozas.de diff --git a/tre.spec b/tre.spec index 18f42be..6b816de 100644 --- a/tre.spec +++ b/tre.spec @@ -16,15 +16,14 @@ # - Name: tre Version: 0.8.0 -Release: 1 -License: LGPLv2.1+ -Group: System/Libraries +Release: 0 Source0: http://laurikari.net/tre/tre-%{version}.tar.bz2 Patch0: %{name}.diff Summary: POSIX compatible regexp library with approximate matching +License: BSD-3-Clause +Group: System/Libraries Url: http://laurikari.net/tre/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig @@ -35,7 +34,6 @@ matching library with some exciting features such as approximate matching. %package -n libtre5 -License: GPL v2.1 or later Summary: POSIX compatible regexp library with approximate matching Group: System/Libraries Requires: %{name} = %{version} @@ -53,7 +51,6 @@ matching. %postun -n libtre5 -p /sbin/ldconfig %package devel -License: LGPLv2.1+ Requires: libtre5 = %{version} Summary: POSIX compatible regexp library with approximate matching Group: Development/Libraries/C and C++ @@ -66,7 +63,6 @@ matching library with some exciting features such as approximate matching. %package -n agrep -License: NON-OSI-COMPLIANT(non-commercial) ; LGPLv2.1+ Summary: Another powerful grep with interesting features Group: Productivity/Text/Utilities