|
|
@ -1,8 +1,8 @@
|
|
|
|
%global apiversion 0.0
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: libstaroffice
|
|
|
|
Name: libstaroffice
|
|
|
|
Version: 0.0.6
|
|
|
|
Version: 0.0.7
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A library for import of binary StarOffice documents
|
|
|
|
Summary: A library for import of binary StarOffice documents
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0 or LGPLv2+
|
|
|
|
License: MPLv2.0 or LGPLv2+
|
|
|
@ -47,8 +47,7 @@ supported: CSV, HTML, plain text, SVG, raw.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static --disable-werror --disable-silent-rules \
|
|
|
|
%configure --disable-static --disable-silent-rules --enable-zip
|
|
|
|
--enable-zip
|
|
|
|
|
|
|
|
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' \
|
|
|
@ -99,6 +98,9 @@ install -m 0644 sd2*.1 sd?2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
%{_mandir}/man1/sdc2csv.1*
|
|
|
|
%{_mandir}/man1/sdc2csv.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Apr 05 2020 David Tardon <dtardon@redhat.com> - 0.0.7-1
|
|
|
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-5
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|