Hello community,

here is the log from the commit of package yast2-ncurses for openSUSE:Factory 
checked in at 2011-12-15 16:08:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ncurses", Maintainer is "g...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ncurses/yast2-ncurses.changes      
2011-09-23 12:53:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ncurses.new/yast2-ncurses.changes 
2011-12-15 16:08:49.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 25 12:22:20 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-ncurses.spec ++++++
--- /var/tmp/diff_new_pack.w5xwHq/_old  2011-12-15 16:08:50.000000000 +0100
+++ /var/tmp/diff_new_pack.w5xwHq/_new  2011-12-15 16:08:50.000000000 +0100
@@ -15,24 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-ncurses
 Version:        2.21.4
-Release:        1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-ncurses-2.21.4.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-ncurses-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  dejagnu doxygen gcc-c++ yast2-devtools
-BuildRequires:  blocxx-devel libxcrypt-devel ncurses-devel
+BuildRequires:  blocxx-devel
+BuildRequires:  dejagnu
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  yast2-devtools
 
 Summary:        YaST2 - Character Based User Interface
+License:        GPL-2.0+
+Group:          System/YaST
 Provides:       yast2_ui
 Requires:       glibc-locale
 BuildRequires:  yast2-libyui-devel >= 2.21.1
@@ -44,10 +46,10 @@
 component for YaST2.
 
 %package devel
-
 Requires:       yast2-ncurses = %version
-Group:          Development/Libraries
+
 Summary:        YaST2 - Character Based User Interface
+Group:          Development/Libraries
 Requires:       yast2-ncurses >= 2.16.15
 Requires:       ncurses-devel yast2-libyui-devel
 
@@ -56,26 +58,26 @@
 component for YaST2.
 
 %prep
-%setup -n yast2-ncurses-2.21.4
+%setup -n yast2-ncurses-%{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
@@ -94,7 +96,8 @@
 %files devel
 %defattr (-, root, root)
 %{_libdir}/YaST2/plugin/libpy2ncurses.so
-%dir %{prefix}/include/YaST2
-%{prefix}/include/YaST2/ncurses/
-%doc %{prefix}/share/doc/packages/yast2-ncurses
+%dir %{_prefix}/include/YaST2
+%{_prefix}/include/YaST2/ncurses/
+%doc %{_prefix}/share/doc/packages/yast2-ncurses
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to