|
|
@ -1,8 +1,8 @@
|
|
|
|
%global apiversion 0.3
|
|
|
|
%global apiversion 0.3
|
|
|
|
|
|
|
|
|
|
|
|
Name: libmwaw
|
|
|
|
Name: libmwaw
|
|
|
|
Version: 0.3.14
|
|
|
|
Version: 0.3.15
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A library for import of many old Mac document formats
|
|
|
|
Summary: A library for import of many old Mac document formats
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ or MPLv2.0
|
|
|
|
License: LGPLv2+ or MPLv2.0
|
|
|
@ -51,7 +51,7 @@ Supported output formats are CSV, HTML, SVG, plain text and raw.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static --disable-werror --disable-zip --enable-docs --with-sharedptr=c++11
|
|
|
|
%configure --disable-static --disable-werror --disable-zip --enable-docs
|
|
|
|
sed -i \
|
|
|
|
sed -i \
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
@ -106,6 +106,9 @@ install -m 0644 mwaw2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
%{_mandir}/man1/mwaw2text.1*
|
|
|
|
%{_mandir}/man1/mwaw2text.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 18 2019 David Tardon <dtardon@redhat.com> - 0.3.15-1
|
|
|
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-3
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|