]> git.pld-linux.org Git - packages/libmwaw.git/commitdiff
- now C++ 11 is the only option
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Jul 2018 16:28:57 +0000 (18:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Jul 2018 16:28:57 +0000 (18:28 +0200)
libmwaw.spec

index 95ec827c634e52070e866a47bbc19402a999b3e2..1ca4e1c6486a0d6a49063b6cd6a61387f5ee8ae1 100644 (file)
@@ -11,7 +11,7 @@ License:      MPL v2.0 or LGPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libmwaw/%{name}-%{version}.tar.xz
 # Source0-md5: df03f34343c0ebd5d7e96bef5de0345b
-URL:           http://sourceforge.net/projects/libmwaw
+URL:           https://sourceforge.net/projects/libmwaw/
 BuildRequires: doxygen
 BuildRequires: librevenge-devel >= 0.0
 BuildRequires: libstdc++-devel >= 6:4.7
@@ -93,8 +93,7 @@ ClarisWorks, MacWrite i WriteNow do innych formatów.
 %build
 %configure \
        --disable-silent-rules \
-       %{?with_static_libs:--enable-static} \
-       --with-sharedptr=c++11
+       %{?with_static_libs:--enable-static}
 
 %{__make}
 
This page took 0.235386 seconds and 4 git commands to generate.