diff --git a/.gitignore b/.gitignore index 8e616da..7c25e42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libwpg-0.2.0.tar.bz2 /libwpg-0.2.1.tar.bz2 +/libwpg-0.2.2.tar.bz2 diff --git a/libwpg.spec b/libwpg.spec index d551e6f..7e21bed 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -1,10 +1,10 @@ Name: libwpg -Version: 0.2.1 -Release: 2%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Library for reading WordPerfect Graphics images Group: System Environment/Libraries -License: GPLv2+ +License: GPLv2+ or LGPLv2+ or MPLv1.1 URL: http://libwpg.sourceforge.net/ Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.bz2 @@ -65,7 +65,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files -%doc AUTHORS ChangeLog COPYING +%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL %{_libdir}/*.so.* @@ -77,11 +77,14 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files tools -%doc COPYING +%doc COPYING.LGPL COPYING.MPL %{_bindir}/* %changelog +* Thu Apr 18 2013 David Tardon - 0.2.2-1 +- new release + * Thu Feb 14 2013 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index f19113f..4740815 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d283e02441d8cebdcd1e5d9df227d67 libwpg-0.2.1.tar.bz2 +b85436266b2ac91d351ab5684b181151 libwpg-0.2.2.tar.bz2