Hello community, here is the log from the commit of package rubygem-rice for openSUSE:Factory checked in at 2015-03-18 13:03:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rice (Old) and /work/SRC/openSUSE:Factory/.rubygem-rice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rice" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rice/rubygem-rice.changes 2015-01-22 01:07:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-rice.new/rubygem-rice.changes 2015-03-18 13:03:25.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Feb 10 08:51:44 UTC 2015 - [email protected] + +- Fix architecture name +- Don't package autoconf cache +- Unpack sources to update config.guess + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rice.spec ++++++ --- /var/tmp/diff_new_pack.WNcY3j/_old 2015-03-18 13:03:26.000000000 +0100 +++ /var/tmp/diff_new_pack.WNcY3j/_new 2015-03-18 13:03:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-rice # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,15 +25,24 @@ %ifarch %ix86 %define myarch x86 %endif +%ifarch ppc +%define myarch powerpc +%endif +%ifarch ppc64 +%define myarch powerpc64 +%endif +%ifarch ppc64le +%define myarch powerpc64le +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 BuildRequires: autoconf BuildRequires: automake -BuildRequires: gettext-devel +BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gettext-devel BuildRequires: ruby-devel -BuildRequires: fdupes +BuildRequires: ruby-macros >= 1 Url: http://opensuse.org Source: http://rubygems.org/gems/%{mod_full_name}.gem Source1: %{mod_name}-rpmlintrc @@ -55,17 +64,17 @@ Usually in RDoc and RI formats. %prep -#gem_unpack -#if you need patches, apply them here and replace the # with a % sign in the surrounding lines -#gem_build +%gem_unpack %build +%gem_build %install touch meta.files touch meta.dirs %gem_install -f +rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/autom4te.cache mkdir -p %{buildroot}%{_docdir}/%{name} pushd %{buildroot} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
