new upstream release 0.3.0
This commit is contained in:
parent
d1a7fa73b1
commit
fbc0ef43e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libwpg-0.2.1.tar.bz2
|
||||
/libwpg-0.2.2.tar.bz2
|
||||
/libwpg-0.2.2.tar.xz
|
||||
/libwpg-0.3.0.tar.xz
|
||||
|
12
libwpg.spec
12
libwpg.spec
@ -1,8 +1,8 @@
|
||||
%global apiversion 0.2
|
||||
%global apiversion 0.3
|
||||
|
||||
Name: libwpg
|
||||
Version: 0.2.2
|
||||
Release: 6%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for reading WordPerfect Graphics images
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -13,7 +13,8 @@ Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.xz
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: help2man
|
||||
BuildRequires: perl(Getopt::Std)
|
||||
BuildRequires: pkgconfig(libwpd-0.9)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(libwpd-0.10)
|
||||
|
||||
%description
|
||||
Libwpg project is a library and to work with graphics in WPG
|
||||
@ -105,6 +106,9 @@ install -m 0644 wpg2*.1 %{buildroot}/%{_mandir}/man1
|
||||
%{_mandir}/man1/wpg2svgbatch.pl.1*
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.2.2-6
|
||||
- generate man pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user