|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: libwps
|
|
|
|
|
Version: 0.2.7
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.2.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for reading and converting Microsoft Works word processor documents
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: LGPLv2+ or MPLv2.0+
|
|
|
|
|
URL: http://libwps.sourceforge.net/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
@ -12,8 +12,6 @@ BuildRequires: cppunit-devel
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: libwpd-devel
|
|
|
|
|
|
|
|
|
|
Patch0: libwps-aarch64.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Library that handles Microsoft Works documents.
|
|
|
|
@ -54,7 +52,6 @@ The %{name}-doc package contains documentation files for %{name}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .aarch64
|
|
|
|
|
# Prevent autotools from being rerun
|
|
|
|
|
touch -r aclocal.m4 configure configure.in
|
|
|
|
|
|
|
|
|
@ -84,7 +81,7 @@ LD_LIBRARY_PATH=$(pwd)/src/lib/.libs make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING CREDITS NEWS README
|
|
|
|
|
%doc COPYING.LGPL COPYING.MPL CREDITS NEWS README
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -103,6 +100,9 @@ LD_LIBRARY_PATH=$(pwd)/src/lib/.libs make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Apr 21 2013 David Tardon <dtardon@redhat.com> - 0.2.8-1
|
|
|
|
|
- new release
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Caolán McNamara <caolanm@redhat.com> - 0.2.7-5
|
|
|
|
|
- Resolves: rhbz#925931 support aarch64
|
|
|
|
|
|
|
|
|
|