]> git.pld-linux.org Git - packages/libmwaw.git/commitdiff
- updated to 0.3.4 auto/th/libmwaw-0.3.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Feb 2015 18:00:29 +0000 (19:00 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Feb 2015 18:00:29 +0000 (19:00 +0100)
- switch shared_ptr impl from boost to C++11

libmwaw.spec

index 2e3664a994b39cb8603893b0ad78cc45e42d9556..22e23d3094f8ea91edcdfec4aca265bb03e7ad00 100644 (file)
@@ -5,17 +5,16 @@
 Summary:       Library for reading and converting ClarisWorks, MacWrite, WriteNow word processor documents
 Summary(pl.UTF-8):     Biblioteka do odczytu i konwersji dokumentów tekstowych ClarisWorks, MacWrite i WriteNow
 Name:          libmwaw
-Version:       0.3.3
+Version:       0.3.4
 Release:       1
 License:       MPL v2.0 or LGPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libmwaw/%{name}-%{version}.tar.xz
-# Source0-md5: de4963d833142ce690ca9518a916e888
+# Source0-md5: 402e8af2bda6e8f2b5e68af44648820f
 URL:           http://sourceforge.net/projects/libmwaw
-BuildRequires: boost-devel
 BuildRequires: doxygen
 BuildRequires: librevenge-devel >= 0.0
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.3
 BuildRequires: pkgconfig >= 1:0.20
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -92,10 +91,11 @@ ClarisWorks, MacWrite i WriteNow do innych formatów.
 %setup -q
 
 %build
+CXXFLAGS="%{rpmcxxflags} -std=c++0x"
 %configure \
        --disable-silent-rules \
-       %{?with_static_libs:--enable-static}
-#      --with-sharedptr=c++11  not ready for - uses implicit bool cast
+       %{?with_static_libs:--enable-static} \
+       --with-sharedptr=c++11
 
 %{__make}
 
This page took 0.088575 seconds and 4 git commands to generate.