new upstream release 0.0.2

f41
David Tardon 9 years ago
parent 3dd2588949
commit 714620bffa

1
.gitignore vendored

@ -1 +1,2 @@
/libstaroffice-0.0.1.tar.xz
/libstaroffice-0.0.2.tar.xz

@ -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

@ -1 +1 @@
49b17673fd79a97ec0ca1e16d8a3ffe5 libstaroffice-0.0.1.tar.xz
0bd47f3cab084b3be208c014eff5c520 libstaroffice-0.0.2.tar.xz

Loading…
Cancel
Save