new upstream release 0.10.0
This commit is contained in:
parent
9586902aa0
commit
8783d57a1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libwpd-0.9.7.tar.bz2
|
||||
/libwpd-0.9.8.tar.xz
|
||||
/libwpd-0.9.9.tar.xz
|
||||
/libwpd-0.10.0.tar.xz
|
||||
|
14
libwpd.spec
14
libwpd.spec
@ -1,10 +1,9 @@
|
||||
%global apiversion 0.9
|
||||
%global streamname %{name}-stream
|
||||
%global apiversion 0.10
|
||||
|
||||
Name: libwpd
|
||||
Summary: Library for reading and converting WordPerfect documents
|
||||
Version: 0.9.9
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libwpd.sf.net/
|
||||
@ -13,6 +12,7 @@ License: LGPLv2+ or MPLv2.0
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
@ -78,7 +78,6 @@ LD_LIBRARY_PATH=../lib/.libs make check
|
||||
%files
|
||||
%doc COPYING.LGPL COPYING.MPL CREDITS README
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
%{_libdir}/%{streamname}-%{apiversion}.so.*
|
||||
|
||||
%files tools
|
||||
%{_bindir}/wpd2html
|
||||
@ -91,9 +90,7 @@ LD_LIBRARY_PATH=../lib/.libs make check
|
||||
%files devel
|
||||
%doc HACKING TODO
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/%{streamname}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
%{_libdir}/pkgconfig/%{streamname}-%{apiversion}.pc
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
|
||||
%files doc
|
||||
@ -103,6 +100,9 @@ LD_LIBRARY_PATH=../lib/.libs make check
|
||||
%doc docs/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.10.0-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.9.9-2
|
||||
- generate man pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user