Hello community,

here is the log from the commit of package libical for openSUSE:Factory checked 
in at 2014-09-19 13:55:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libical (Old)
 and      /work/SRC/openSUSE:Factory/.libical.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libical"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libical/libical.changes  2013-06-17 
10:43:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libical.new/libical.changes     2014-09-19 
13:56:01.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Sep 18 08:28:26 UTC 2014 - [email protected]
+
+- Use %cmake macros so that %optflags reliably lands on the build
+  command lines
+- Improve on RPM group classification
+- Drop strange Recommends: from libical-doc to libical1
+  (the latter does not offer any directly-usable feature when
+  the docs are installed).
+- Documentation subpackage should be noarch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libical.spec ++++++
--- /var/tmp/diff_new_pack.0LgqEV/_old  2014-09-19 13:56:02.000000000 +0200
+++ /var/tmp/diff_new_pack.0LgqEV/_new  2014-09-19 13:56:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libical
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -26,7 +26,7 @@
 Url:            http://sourceforge.net/projects/freeassociation/
 Source:         libical-%{version}.tar.gz
 Source2:        baselibs.conf
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 
 %package -n %{name}%{sonum}
 Summary:        An Implementation of Basic iCAL Protocols
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
@@ -50,7 +50,7 @@
 component properties, parameters, and subcomponents.
 
 %package devel
-Summary:        An implementation of basic iCAL protocols
+Summary:        Development files for libical, an implementation of basic iCAL 
protocols
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{sonum} = %{version}
 
@@ -61,7 +61,7 @@
 component properties, parameters, and subcomponents.
 
 %package devel-static
-Summary:        An implementation of basic iCAL protocols
+Summary:        Additional static library for development with libical
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
 
@@ -72,9 +72,11 @@
 component properties, parameters, and subcomponents.
 
 %package doc
-Summary:        An Implementation of Basic iCAL Protocols
-Group:          Development/Libraries/C and C++
-Recommends:     %{name}%{sonum} = %{version}
+Summary:        Example source code for libical-using programs
+Group:          Documentation/Other
+%if 0%{?suse_version} >= 1120
+BuildArch:      noarch
+%endif
 
 %description doc
 Libical is an open source implementation of the IETF's iCalendar
@@ -86,20 +88,11 @@
 %setup -q
 
 %build
-mkdir build
-pushd build
-cmake  -DCMAKE_SKIP_RPATH=ON \
-       -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
-       -DLIB_SUFFIX="$(echo %_lib | cut -b4-)" \
-       -DCMAKE_C_FLAGS="%{optflags}" \
-       ..
-make
-popd
+%cmake
+make %{?_smp_mflags}
 
 %install
-pushd build
-%make_install
-popd
+%cmake_install
 rm examples/CMakeLists.txt
 rm examples/Makefile.*
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to