]> git.pld-linux.org Git - packages/libstaroffice.git/commitdiff
- updated to 0.0.6 auto/th/libstaroffice-0.0.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jul 2018 09:55:23 +0000 (11:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jul 2018 09:55:23 +0000 (11:55 +0200)
- now C++ 11 is the only option

libstaroffice.spec

index ce630f1c544dea4498d9df6387eb7e58b6bd4cec..191c8fab0bd09d6fcf2614e7f5eca5ba3a3ac324 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Library for importing of StarOffice documents
 Summary(pl.UTF-8):     Biblioteka do importowania dokumentów StarOffice'a
 Name:          libstaroffice
-Version:       0.0.4
+Version:       0.0.6
 Release:       1
 License:       MPL v2.0
 Group:         Libraries
 #Source0Download: https://github.com/fosnola/libstaroffice/releases
 Source0:       https://github.com/fosnola/libstaroffice/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: cc9ab242fdc3d1a96151912610d57fb1
+# Source0-md5: 3db5ccd618b67df20adc9555fe89560a
 URL:           https://github.com/fosnola/libstaroffice/wiki
 BuildRequires: doxygen
 BuildRequires: librevenge-devel >= 0.0
@@ -92,8 +92,7 @@ Obecnie obsługiwane są: CSV, HTML, SVG, tekstowy i surowy.
 %build
 %configure \
        --disable-silent-rules \
-       %{?with_static_libs:--enable-static} \
-       --with-sharedptr=c++11
+       %{?with_static_libs:--enable-static}
 
 %{__make}
 
This page took 0.082475 seconds and 4 git commands to generate.