Hello community, here is the log from the commit of package grantlee5 for openSUSE:Factory checked in at 2015-04-16 14:12:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grantlee5 (Old) and /work/SRC/openSUSE:Factory/.grantlee5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee5" Changes: -------- --- /work/SRC/openSUSE:Factory/grantlee5/grantlee5.changes 2014-10-08 22:13:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.grantlee5.new/grantlee5.changes 2015-04-16 14:12:45.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jan 7 17:51:25 UTC 2015 - [email protected] + +- Move away from using kf5-filesystem, only users of KDEInstallDirs + should use it + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grantlee5.spec ++++++ --- /var/tmp/diff_new_pack.GMf1wM/_old 2015-04-16 14:12:45.000000000 +0200 +++ /var/tmp/diff_new_pack.GMf1wM/_new 2015-04-16 14:12:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package grantlee5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,6 @@ Patch0: includes.diff BuildRequires: cmake >= 2.8.12 BuildRequires: doxygen -BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Script) @@ -61,11 +60,25 @@ %else SUFFIX="" %endif -%cmake_kf5 -d build -- -DGrantlee_Qt5_TRANSITIONAL=ON -DBUILD_TESTS=OFF -DLIB_SUFFIX=$SUFFIX -%make_jobs +mkdir -p build +pushd build +cmake .. \ + cmake -DCMAKE_BUILD_TYPE=None \\\ + -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\ + -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\ + -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ + -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ + -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\ + -DCMAKE_VERBOSE_MAKEFILE=ON \\\ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\ + -DBUILD_TESTS=OFF \\\ + -DLIB_SUFFIX=$SUFFIX .. + + make %{?_smp_mflags} VERBOSE=1 +popd %install -%kf5_makeinstall -C build +%makeinstall -C build %post -p /sbin/ldconfig
