new release
This commit is contained in:
parent
4ec0d77496
commit
eb3f89f2cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libwpg-0.2.0.tar.bz2
|
||||
/libwpg-0.2.1.tar.bz2
|
||||
/libwpg-0.2.2.tar.bz2
|
||||
|
13
libwpg.spec
13
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 <dtardon@redhat.com> - 0.2.2-1
|
||||
- new release
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user