Hello community,

here is the log from the commit of package physfs for openSUSE:Factory checked 
in at 2016-02-11 12:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/physfs (Old)
 and      /work/SRC/openSUSE:Factory/.physfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "physfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/physfs/physfs.changes    2013-11-29 
16:25:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.physfs.new/physfs.changes       2016-02-11 
12:38:16.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 10 10:20:38 UTC 2016 - [email protected]
+
+- Use cmake macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ physfs.spec ++++++
--- /var/tmp/diff_new_pack.c1PoeA/_old  2016-02-11 12:38:17.000000000 +0100
+++ /var/tmp/diff_new_pack.c1PoeA/_new  2016-02-11 12:38:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package physfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -78,21 +78,14 @@
 %build
 # just to be sure...
 rm -rf zlib123
-mkdir build
-cd build
-export CFLAGS='%{optflags}'
-export CXXFLAGS='%{optflags}'
-cmake -DCMAKE_SKIP_RPATH=ON \
-      -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-      -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \
+%cmake \
       -DCMAKE_BUILD_TYPE=Release \
       -DPHYSFS_BUILD_STATIC=FALSE \
-      -DPHYSFS_BUILD_TEST=FALSE ..
-make %{?_smp_mflags} VERBOSE=1
+  -DPHYSFS_BUILD_TEST=FALSE
+make %{?_smp_mflags}
 
 %install
-cd build
-make DESTDIR=$RPM_BUILD_ROOT install
+%cmake_install
 
 %post -n lib%{name}%{so_nr} -p /sbin/ldconfig
 


Reply via email to