Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2012-02-14 19:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ycp-ui-bindings", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
    2011-09-23 12:53:34.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2012-02-14 19:10:14.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Dec  7 10:06:22 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Fri Nov 25 12:27:04 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-ycp-ui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.dxKOTa/_old  2012-02-14 19:10:15.000000000 +0100
+++ /var/tmp/diff_new_pack.dxKOTa/_new  2012-02-14 19:10:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ycp-ui-bindings
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,27 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-ycp-ui-bindings
 Version:        2.21.2
-Release:        1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-ycp-ui-bindings-2.21.2.tar.bz2
-
-Prefix:         /usr
-
-Group:          System/YaST
-License:        GPL-2.0+
+Source0:        yast2-ycp-ui-bindings-%{version}.tar.bz2
 
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  yast2-devtools
 
 # autodocs + docbook docs
 BuildRequires:  doxygen
-BuildRequires:  docbook-xsl-stylesheets libxslt
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 BuildRequires:  sgml-skel
 
 Requires:       yast2-core
@@ -52,6 +47,8 @@
 BuildRequires:  boost-devel
 
 Summary:        YaST2 - YCP Bindings for the YaST2 User Interface Engine
+License:        GPL-2.0+
+Group:          System/YaST
 Provides:       %{_libdir}/YaST2/plugin/libpy2UI.so.2.0.0
 
 %description
@@ -60,10 +57,10 @@
 modules are written).
 
 %package devel
-
 Requires:       yast2-ycp-ui-bindings = %version
-Group:          Development/Libraries
+
 Summary:        YaST2 - YCP Bindings for the YaST2 User Interface Engine
+Group:          Development/Libraries
 
 Requires:       glibc-devel
 Requires:       libstdc++-devel
@@ -79,26 +76,25 @@
 language in which most YaST2 modules are written).
 
 %prep
-%setup -n yast2-ycp-ui-bindings-2.21.2
+%setup -n yast2-ycp-ui-bindings-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -121,7 +117,8 @@
 %defattr(-,root,root)
 %{_libdir}/YaST2/plugin/lib*.so
 %{_libdir}/YaST2/plugin/lib*.la
-%{prefix}/include/YaST2
+%{_prefix}/include/YaST2
 %{_libdir}/pkgconfig/yast2-ycp-ui-bindings.pc
-%doc %{prefix}/share/doc/packages/yast2-ycp-ui-bindings
+%doc %{_prefix}/share/doc/packages/yast2-ycp-ui-bindings
+
 %changelog

++++++ yast2-ycp-ui-bindings-2.21.2.tar.bz2 ++++++
++++ 19009 lines of diff (skipped)

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

Reply via email to