|
|
@ -1,8 +1,8 @@
|
|
|
|
%global apiversion 0.1
|
|
|
|
%global apiversion 0.1
|
|
|
|
|
|
|
|
|
|
|
|
Name: libabw
|
|
|
|
Name: libabw
|
|
|
|
Version: 0.1.2
|
|
|
|
Version: 0.1.3
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A library for import of AbiWord files
|
|
|
|
Summary: A library for import of AbiWord files
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -51,7 +51,7 @@ supported: XHTML, raw, text.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
|
|
|
%configure --disable-silent-rules --disable-static
|
|
|
|
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' \
|
|
|
@ -98,6 +98,9 @@ install -m 0644 abw2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
%{_mandir}/man1/abw2html.1*
|
|
|
|
%{_mandir}/man1/abw2html.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Aug 17 2019 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
|
|
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|