Hello community,

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

Package is "yast2-transfer", Maintainer is "u...@suse.com"

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

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

Other differences:
------------------
++++++ yast2-transfer.spec ++++++
--- /var/tmp/diff_new_pack.w9nmaJ/_old  2011-12-15 16:09:36.000000000 +0100
+++ /var/tmp/diff_new_pack.w9nmaJ/_new  2011-12-15 16:09:36.000000000 +0100
@@ -15,22 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-transfer
 Version:        2.21.0
-Release:        1
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-transfer-2.21.0.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-transfer-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  curl-devel doxygen gcc-c++ libxcrypt-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+BuildRequires:  curl-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxcrypt-devel
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 Summary:        YaST2 - Agent for Various Transfer Protocols
+License:        GPL-2.0+
+Group:          System/YaST
 Provides:       yast2-agent-curl yast2-agent-tftp yast2-agent-curl-devel 
yast2-agent-tftp-devel
 Obsoletes:      yast2-agent-curl yast2-agent-tftp yast2-agent-curl-devel 
yast2-agent-tftp-devel
 Requires:       curl 
@@ -39,26 +45,26 @@
 A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP.
 
 %prep
-%setup -n yast2-transfer-2.21.0
+%setup -n yast2-transfer-%{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
@@ -82,5 +88,6 @@
 #%dir /usr/share/YaST2/include/transfer
 #/usr/share/YaST2/include/transfer/url.ycp
 
-%doc %{prefix}/share/doc/packages/yast2-transfer
+%doc %{_prefix}/share/doc/packages/yast2-transfer
+
 %changelog

++++++ yast2-transfer-2.21.0.tar.bz2 ++++++
++++ 16608 lines of diff (skipped)

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

Reply via email to