Hello community,
here is the log from the commit of package rubygem-archive-tar-minitar for
openSUSE:Factory checked in at 2014-10-15 08:51:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-archive-tar-minitar (Old)
and /work/SRC/openSUSE:Factory/.rubygem-archive-tar-minitar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-archive-tar-minitar"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-archive-tar-minitar/rubygem-archive-tar-minitar.changes
2012-12-10 10:11:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-archive-tar-minitar.new/rubygem-archive-tar-minitar.changes
2014-10-15 08:52:26.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:27:26 UTC 2014 - [email protected]
+
+- adapt to new rubygem packaging style
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-archive-tar-minitar.spec ++++++
--- /var/tmp/diff_new_pack.7MwjTZ/_old 2014-10-15 08:52:28.000000000 +0200
+++ /var/tmp/diff_new_pack.7MwjTZ/_new 2014-10-15 08:52:28.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package rubygem-archive-tar-minitar (Version 0.5.2)
+# spec file for package rubygem-archive-tar-minitar
#
-# Copyright (c) 2009 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
@@ -15,43 +15,41 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
+
Name: rubygem-archive-tar-minitar
Version: 0.5.2
Release: 0
%define mod_name archive-tar-minitar
-#
-Group: Development/Languages/Ruby
-License: GPL-2.0+ or Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rubygems_with_buildroot_patch
-%rubygems_requires
-
-Requires: ruby >= 1.8.2
-BuildRequires: ruby-devel >= 1.8.2
-#
+BuildRequires: %{ruby >= 1.8.2}
+BuildRequires: %{rubygem gem2rpm}
+BuildRequires: %{rubygem rdoc > 3.10}
+BuildRequires: ruby-macros >= 5
+BuildRequires: update-alternatives
Url: http://rubyforge.org/projects/ruwiki/
-Source: %{mod_name}-%{version}.gem
-#
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: Provides POSIX tarchive management from Ruby programs
+License: GPL-2.0+ or Ruby
+Group: Development/Languages/Ruby
+PreReq: update-alternatives
+
%description
-Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Ferna'ndez's implementation in
rpa-base, but has been reorganised to promote reuse in other projects.
+Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
+provides the ability to deal with POSIX tar(1) archive files. The
+implementation is based heavily on Mauricio Ferna'ndez's implementation in
+rpa-base, but has been reorganised to promote reuse in other projects.
%prep
+
%build
-%install
-%gem_install %{S:0}
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install \
+ --symlink-binaries \
+ --doc-files="ChangeLog README" \
+ -f
-%files
-%defattr(-,root,root,-)
-%{_bindir}/minitar
-%{_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]