|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
|
|
|
|
|
Name: libstaroffice
|
|
|
|
|
Version: 0.0.1
|
|
|
|
|
Version: 0.0.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for import of StarOffice documents
|
|
|
|
|
Summary: A library for import of binary StarOffice documents
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0 or LGPLv2+
|
|
|
|
|
URL: https://github.com/fosnola/libstaroffice/wiki
|
|
|
|
@ -15,8 +15,7 @@ BuildRequires: pkgconfig(librevenge-0.0)
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{name} is a library for import of StarOffice documents. It only handles
|
|
|
|
|
v3-v5 spreadsheets currently.
|
|
|
|
|
%{name} is a library for import of binary StarOffice documents.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
@ -45,7 +44,8 @@ supported: CSV, HTML, plain text, SVG, raw.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --disable-werror --disable-silent-rules --with-sharedptr=c++11
|
|
|
|
|
%configure --disable-static --disable-werror --disable-silent-rules \
|
|
|
|
|
--enable-zip --with-sharedptr=c++11
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
@ -97,5 +97,8 @@ install -m 0644 sd2*.1 sd?2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
%{_mandir}/man1/sdc2csv.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 11 2016 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Feb 11 2016 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
|
|
|
|
- initial import
|
|
|
|
|