Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory
checked in at Tue Oct 18 14:35:12 CEST 2011.



--------
--- openSUSE:Factory/yast2-devtools/yast2-devtools.changes      2011-10-03 
09:25:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-devtools/yast2-devtools.changes  
2011-10-04 15:15:23.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Oct  4 15:12:21 CEST 2011 - [email protected]
+
+- remove definition of Prefix in spec file (create-spec)
+- use _prefix in .spec file
+- 2.21.5 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-devtools-2.21.4.tar.bz2

New:
----
  yast2-devtools-2.21.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.95c0Xm/_old  2011-10-18 14:35:08.000000000 +0200
+++ /var/tmp/diff_new_pack.95c0Xm/_new  2011-10-18 14:35:08.000000000 +0200
@@ -19,16 +19,14 @@
 
 
 Name:           yast2-devtools
-Version:        2.21.4
+Version:        2.21.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-devtools-%{version}.tar.bz2
 
-Prefix:         /usr
-
 Group:          System/YaST
-License:        GPL v2 or later
+License:        GPL-2.0+
 BuildRequires:  docbook-xsl-stylesheets gcc-c++ libxslt perl-XML-Writer 
pkgconfig sgml-skel
 Requires:       perl
 Requires:       perl-XML-Writer
@@ -63,13 +61,13 @@
 autoreconf --force --install
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --prefix=%{prefix} --libdir=%{_libdir}
+./configure --prefix=%{_prefix} --libdir=%{_libdir}
 make
 
 %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,24 +92,24 @@
 
 %files
 %defattr(-,root,root)
-%{prefix}/bin/y2tool
-%{prefix}/bin/yastdoc
-%dir %{prefix}/share/emacs
-%dir %{prefix}/share/emacs/site-lisp
-%{prefix}/share/emacs/site-lisp/*ycp-mode.el
-%dir %{prefix}/share/vim
-%dir %{prefix}/share/vim/site
-%dir %{prefix}/share/vim/site/syntax
-%{prefix}/share/vim/site/syntax/ycp.vim
-%dir %{prefix}/share/vim/site/ftdetect
-%{prefix}/share/vim/site/ftdetect/ycp_filetype.vim
-%dir %{prefix}/lib/YaST2
-%{prefix}/share/cmake
-%{prefix}/lib/YaST2/bin
-%dir %{prefix}/share/YaST2
+%{_prefix}/bin/y2tool
+%{_prefix}/bin/yastdoc
+%dir %{_prefix}/share/emacs
+%dir %{_prefix}/share/emacs/site-lisp
+%{_prefix}/share/emacs/site-lisp/*ycp-mode.el
+%dir %{_prefix}/share/vim
+%dir %{_prefix}/share/vim/site
+%dir %{_prefix}/share/vim/site/syntax
+%{_prefix}/share/vim/site/syntax/ycp.vim
+%dir %{_prefix}/share/vim/site/ftdetect
+%{_prefix}/share/vim/site/ftdetect/ycp_filetype.vim
+%dir %{_prefix}/lib/YaST2
+%{_prefix}/share/cmake
+%{_prefix}/lib/YaST2/bin
+%dir %{_prefix}/share/YaST2
 /usr/share/YaST2/data
-%{prefix}/share/aclocal/*.m4
-%{prefix}/share/pkgconfig/yast2-devtools.pc
-%doc %{prefix}/share/doc/packages/yast2-devtools
+%{_prefix}/share/aclocal/*.m4
+%{_prefix}/share/pkgconfig/yast2-devtools.pc
+%doc %{_prefix}/share/doc/packages/yast2-devtools
 
 %changelog

++++++ yast2-devtools-2.21.4.tar.bz2 -> yast2-devtools-2.21.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.21.4/VERSION 
new/yast2-devtools-2.21.5/VERSION
--- old/yast2-devtools-2.21.4/VERSION   2011-10-02 12:51:44.000000000 +0200
+++ new/yast2-devtools-2.21.5/VERSION   2011-10-04 15:14:32.000000000 +0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-2.21.4/devtools/bin/create-spec 
new/yast2-devtools-2.21.5/devtools/bin/create-spec
--- old/yast2-devtools-2.21.4/devtools/bin/create-spec  2011-09-27 
11:18:59.000000000 +0200
+++ new/yast2-devtools-2.21.5/devtools/bin/create-spec  2011-10-04 
15:11:52.000000000 +0200
@@ -128,7 +128,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        $RPMNAME-%{version}.tar.bz2
 
-Prefix:         /usr
 $provides_locale",
 
     "\@HEADER-DEVEL\@" =>
@@ -151,30 +150,30 @@
 
     "\@BUILD\@" =>
 "$DEFAULTBUILDTAG
-%{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",
 
     "\@BUILD-QT\@" =>
 "$DEFAULTBUILDTAG
-%{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} --with-qt-dir=/usr/lib/qt3 
--with-qt-libdir=/usr/lib/qt3/%{_lib} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --with-qt-dir=/usr/lib/qt3 
--with-qt-libdir=/usr/lib/qt3/%{_lib} --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",
@@ -183,7 +182,7 @@
 "$DEFAULTBUILDTAG
 autoreconf --force --install
 \%{?suse_update_config:\%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix}
+./configure --libdir=%{_libdir} --prefix=%{_prefix}
 make %{?jobs:-j%jobs}",
 
 ##### INSTALL #####
@@ -191,7 +190,7 @@
     "\@INSTALL\@" =>
 "\%install
 make install DESTDIR=\"\$RPM_BUILD_ROOT\"
-[ -e \"%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK\" ] || 
Y2DIR=\"\$RPM_BUILD_ROOT$yast2dir\" make check DESTDIR=\"\$RPM_BUILD_ROOT\"
+[ -e \"%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK\" ] || 
Y2DIR=\"\$RPM_BUILD_ROOT$yast2dir\" make check DESTDIR=\"\$RPM_BUILD_ROOT\"
 for f in `find \$RPM_BUILD_ROOT/\@desktopdir\@/ -name \"*.desktop\"` ; do
     d=\${f##*/}
     \%suse_update_desktop_file -d ycc_\${d\%.desktop} \${d\%.desktop}
@@ -218,20 +217,20 @@
     # and use it here. (cannot use configure directly because
     # makefile has ${prefix} and spec file has %{prefix}
     # FIXME: $prefix unfunctional
-    #"\@yast2dir@" => "\\\${prefix}/share/YaST2",
+    #"\@yast2dir@" => "\\\${_prefix}/share/YaST2",
     "\@pkgconfigdir\@" => "%{_libdir}/pkgconfig",
-    "\@pkgconfigdatadir\@" => "%{prefix}/share/pkgconfig",
+    "\@pkgconfigdatadir\@" => "%{_prefix}/share/pkgconfig",
 
-    "\@ybindir\@" => "%{prefix}/lib/YaST2/bin",
-       "\@ystartupdir\@" => "%{prefix}/lib/YaST2",
+    "\@ybindir\@" => "%{_prefix}/lib/YaST2/bin",
+       "\@ystartupdir\@" => "%{_prefix}/lib/YaST2",
     "\@plugindir\@" => "%{_libdir}/YaST2/plugin",
-    "\@includedir\@" => "%{prefix}/include/YaST2",
-    "\@docdir\@" => "%{prefix}/share/doc/packages/$RPMNAME",
+    "\@includedir\@" => "%{_prefix}/include/YaST2",
+    "\@docdir\@" => "%{_prefix}/share/doc/packages/$RPMNAME",
     "\@logdir\@" => "/var/log/YaST2",
     "\@vardir\@" => "/var/lib/YaST2",
     "\@mandir\@" => "%{_mandir}",
 
-    "\@execcompdir\@" => "%{prefix}/lib/YaST2",
+    "\@execcompdir\@" => "%{_prefix}/lib/YaST2",
     "\@agentdir\@" => "${execcompdir}/servers_non_y2",
 
     "\@ydatadir\@" => "${yast2dir}/data",
@@ -243,7 +242,7 @@
     "\@yncludedir\@" => "${yast2dir}/include",
     "\@schemadir\@" => "${yast2dir}/schema",
     "\@scrconfdir\@" => "${yast2dir}/scrconf",
-    "\@desktopdir\@" => "%{prefix}/share/applications/YaST2",
+    "\@desktopdir\@" => "%{_prefix}/share/applications/YaST2",
     '@fillupdir@' => '/var/adm/fillup-templates',
 
     "\@LL\@" => "$LL",

continue with "q"...



Remember to have fun...

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

Reply via email to