Hello community,
here is the log from the commit of package rubygem-memcache-client for
openSUSE:Factory checked in at 2014-10-14 07:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-memcache-client (Old)
and /work/SRC/openSUSE:Factory/.rubygem-memcache-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-memcache-client"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-memcache-client/rubygem-memcache-client.changes
2012-07-23 10:34:35.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-memcache-client.new/rubygem-memcache-client.changes
2014-10-14 07:11:55.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:32:29 UTC 2014 - [email protected]
+
+- adapt to new rubygem packaging style
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-memcache-client.spec ++++++
--- /var/tmp/diff_new_pack.R1kF59/_old 2014-10-14 07:11:57.000000000 +0200
+++ /var/tmp/diff_new_pack.R1kF59/_new 2014-10-14 07:11:57.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-memcache-client
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,8 +22,7 @@
%define mod_name memcache-client
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rubygems_with_buildroot_patch
-%rubygems_requires
+BuildRequires: ruby-macros >= 5
#
Url: http://github.com/mperham/memcache-client
Source: %{mod_name}-%{version}.gem
@@ -38,17 +37,11 @@
%prep
%build
%install
-%gem_install %{S:0}
+%gem_install \
+ --symlink-binaries \
+ --doc-files="LICENSE.txt" \
+ -f
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_bindir}/memcached_top
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%gem_packages
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]