Hello community, here is the log from the commit of package yast2-sysconfig for openSUSE:Factory checked in at 2013-10-23 19:27:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-sysconfig (Old) and /work/SRC/openSUSE:Factory/.yast2-sysconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-sysconfig" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-sysconfig/yast2-sysconfig.changes 2013-08-12 11:04:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-sysconfig.new/yast2-sysconfig.changes 2013-10-23 19:27:04.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Sep 19 17:33:13 UTC 2013 - [email protected] + +- do not use *.spec.in template, use *.spec file with RPM macros + instead +- 3.1.0 + +------------------------------------------------------------------- Old: ---- yast2-sysconfig-3.0.1.tar.bz2 New: ---- yast2-sysconfig-3.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.nJkFSA/_old 2013-10-23 19:27:05.000000000 +0200 +++ /var/tmp/diff_new_pack.nJkFSA/_new 2013-10-23 19:27:05.000000000 +0200 @@ -17,20 +17,23 @@ Name: yast2-sysconfig -Version: 3.0.1 +Version: 3.1.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-sysconfig-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 BuildRequires: perl-XML-Writer BuildRequires: update-desktop-files BuildRequires: yast2 -BuildRequires: yast2-devtools +BuildRequires: yast2-devtools >= 3.0.6 BuildRequires: yast2-testsuite Requires: perl Requires: yast2 >= 2.21.22 +# For tests +BuildRequires: ruby + BuildArch: noarch Provides: y2c_rc_config @@ -66,50 +69,31 @@ provided by yast2-sysconfig package. %prep -%setup -n yast2-sysconfig-%{version} +%setup -n %{name}-%{version} %build -%{_prefix}/bin/y2tool y2autoconf -%{_prefix}/bin/y2tool y2automake -autoreconf --force --install - -export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" - -./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 +%yast_build %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 - d=${f##*/} - %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} -done - -%clean -rm -rf "$RPM_BUILD_ROOT" +%yast_install %files %defattr(-,root,root) -%dir /usr/share/YaST2/include/sysconfig -/usr/share/YaST2/include/sysconfig/* -/usr/share/YaST2/clients/sysconfig.rb -/usr/share/YaST2/clients/sysconfig_*.rb -/usr/share/YaST2/modules/Sysconfig.rb -%{_prefix}/share/applications/YaST2/sysconfig.desktop -%{_prefix}/lib/YaST2/bin/parse_configs.pl -/usr/share/YaST2/data/sysedit.agent -/usr/share/YaST2/data/descriptions -/usr/share/YaST2/schema/autoyast/rnc/sysconfig.rnc -%dir %{_prefix}/share/doc/packages/yast2-sysconfig -%doc %{_prefix}/share/doc/packages/yast2-sysconfig/README -%doc %{_prefix}/share/doc/packages/yast2-sysconfig/COPYING -%doc %{_prefix}/share/doc/packages/yast2-sysconfig/metadata.txt +%dir %{yast_yncludedir}/sysconfig +%{yast_yncludedir}/sysconfig/* +%{yast_clientdir}/sysconfig.rb +%{yast_clientdir}/sysconfig_*.rb +%{yast_moduledir}/Sysconfig.rb +%{yast_desktopdir}/sysconfig.desktop +%{yast_ybindir}/parse_configs.pl +%{yast_ydatadir}/sysedit.agent +%{yast_ydatadir}/descriptions +%{yast_schemadir}/autoyast/rnc/sysconfig.rnc +%dir %{yast_docdir} +%doc %{yast_docdir}/COPYING +%doc %{yast_docdir}/metadata.txt %files devel-doc -%doc %{_prefix}/share/doc/packages/yast2-sysconfig/autodocs +%doc %{yast_docdir}/autodocs %changelog ++++++ yast2-sysconfig-3.0.1.tar.bz2 -> yast2-sysconfig-3.1.0.tar.bz2 ++++++ ++++ 15576 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
