Resolves: rhbz#925931 support aarch64

f41
Caolán McNamara 12 years ago
parent f88f830c4a
commit 2109ff5624

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
Name: libwps
Version: 0.2.7
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Library for reading and converting Microsoft Works word processor documents
Group: System Environment/Libraries
@ -12,6 +12,8 @@ BuildRequires: cppunit-devel
BuildRequires: doxygen
BuildRequires: libwpd-devel
Patch0: libwps-aarch64.patch
%description
Library that handles Microsoft Works documents.
@ -52,6 +54,7 @@ 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
@ -100,6 +103,9 @@ LD_LIBRARY_PATH=$(pwd)/src/lib/.libs make check
%changelog
* Tue Apr 16 2013 Caolán McNamara <caolanm@redhat.com> - 0.2.7-5
- Resolves: rhbz#925931 support aarch64
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save