Hello community,
here is the log from the commit of package yast2-product-creator for
openSUSE:Factory checked in at 2013-10-11 11:08:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-product-creator (Old)
and /work/SRC/openSUSE:Factory/.yast2-product-creator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-product-creator"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes
2013-08-23 11:05:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
2013-10-11 11:08:47.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 19 14:54:49 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+ instead
+- 3.1.0
+
+-------------------------------------------------------------------
Old:
----
yast2-product-creator-3.0.1.tar.bz2
New:
----
yast2-product-creator-3.1.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-product-creator.spec ++++++
--- /var/tmp/diff_new_pack.TBHodG/_old 2013-10-11 11:08:47.000000000 +0200
+++ /var/tmp/diff_new_pack.TBHodG/_new 2013-10-11 11:08:47.000000000 +0200
@@ -17,18 +17,18 @@
Name: yast2-product-creator
-Version: 3.0.1
+Version: 3.1.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-product-creator-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
BuildRequires: autoyast2-installation
BuildRequires: perl-XML-Writer
BuildRequires: update-desktop-files
BuildRequires: yast2
BuildRequires: yast2-add-on-creator
-BuildRequires: yast2-devtools
+BuildRequires: yast2-devtools >= 3.0.6
BuildRequires: yast2-packager
BuildRequires: yast2-security
BuildRequires: yast2-slp
@@ -73,55 +73,37 @@
XEN images etc.), based on existing installation sources.
%prep
-%setup -n yast2-product-creator-%{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
+%yast_install
install -d $RPM_BUILD_ROOT/var/lib/YaST2/product-creator
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
%post
%{fillup_only -n product-creator}
%files
%defattr(-,root,root)
-%dir /usr/share/YaST2/include/product-creator
-/usr/share/YaST2/include/product-creator/*
-/usr/share/YaST2/clients/product-creator.rb
-/usr/share/YaST2/clients/image-creator.rb
-/usr/share/YaST2/clients/kiwi.rb
-/usr/share/YaST2/modules/*.rb
-%{_prefix}/share/applications/YaST2/product-creator.desktop
-%{_prefix}/share/applications/YaST2/image-creator.desktop
-%{_prefix}/lib/YaST2/bin/y2mkiso
-%doc %{_prefix}/share/doc/packages/yast2-product-creator
-%doc %{_prefix}/share/doc/packages/yast2-product-creator/README.expert
+%dir %{yast_yncludedir}/product-creator
+%{yast_yncludedir}/product-creator/*
+%{yast_clientdir}/product-creator.rb
+%{yast_clientdir}/image-creator.rb
+%{yast_clientdir}/kiwi.rb
+%{yast_moduledir}/*.rb
+%{yast_desktopdir}/product-creator.desktop
+%{yast_desktopdir}/image-creator.desktop
+%{yast_ybindir}/y2mkiso
+%doc %{yast_docdir}
+%doc %{yast_docdir}/README.expert
-%dir /usr/share/YaST2/data/product-creator
-/usr/share/YaST2/data/product-creator/*
+%dir %{yast_ydatadir}/product-creator
+%{yast_ydatadir}/product-creator/*
#%dir /etc/YaST2/product-creator
-/usr/share/YaST2/scrconf/*.scr
+%{yast_scrconfdir}/*.scr
/var/adm/fillup-templates/sysconfig.product-creator
%changelog
++++++ yast2-product-creator-3.0.1.tar.bz2 ->
yast2-product-creator-3.1.0.tar.bz2 ++++++
++++ 16304 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]