|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global apiversion 0.3
|
|
|
|
|
|
|
|
|
|
Name: libmwaw
|
|
|
|
|
Version: 0.3.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.3.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for import of many old Mac document formats
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ or MPLv2.0
|
|
|
|
@ -48,7 +48,6 @@ Supported output formats are CSV, HTML, SVG, plain text and raw.
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CXXFLAGS="-std=c++11 %{optflags}"
|
|
|
|
|
%configure --disable-static --disable-werror --disable-zip --enable-docs --with-sharedptr=c++11
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
@ -104,6 +103,9 @@ install -m 0644 mwaw2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
%{_mandir}/man1/mwaw2text.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 26 2015 David Tardon <dtardon@redhat.com> - 0.3.7-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.3.6-2
|
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
|
|
|
|
|