Hello community,
here is the log from the commit of package rubygem-mime-types-1 for
openSUSE:Factory checked in at 2014-10-22 16:22:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mime-types-1 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mime-types-1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mime-types-1"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-mime-types-1/rubygem-mime-types-1.changes
2014-10-14 07:12:00.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-mime-types-1.new/rubygem-mime-types-1.changes
2014-10-22 16:22:40.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Oct 21 14:40:27 UTC 2014 - [email protected]
+
+- add -1 suffix to avoid overwrite with version 2 rubygem
+
+-------------------------------------------------------------------
New:
----
gem2rpm.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mime-types-1.spec ++++++
--- /var/tmp/diff_new_pack.54uaIW/_old 2014-10-22 16:22:41.000000000 +0200
+++ /var/tmp/diff_new_pack.54uaIW/_new 2014-10-22 16:22:41.000000000 +0200
@@ -21,12 +21,15 @@
Release: 0
%define mod_name mime-types
%define mod_full_name %{mod_name}-%{version}
-
+%define mod_version_suffix -1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: %{rubygem gem2rpm}
+BuildRequires: %{rubygem rdoc > 3.10}
+BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
-BuildRequires: rubygem(rdoc) > 3.10
Url: http://mime-types.rubyforge.org/
Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1: gem2rpm.yml
Summary: This library allows for the identification of a file's likely
MIME
License: MIT and Artistic-2.0 and GPL-2.0
Group: Development/Languages/Ruby
@@ -75,14 +78,12 @@
added from the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp]
and added by the users of MIME::Types.
-
%prep
%build
%install
%gem_install \
- --symlink-binaries \
--doc-files="History.rdoc README.rdoc" \
-f
++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
# this is a custom description
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: '-1'
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
# %if 0%{?use_system_libev}
# export USE_VENDORED_LIBEV="no"
# %endif
# ## used by gem2rpm
# :post_install: |-
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
# :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
# :preamble: |-
# Requires: util-linux
# Recommends: pwgen
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
# apache:
# :preamble: |-
# Requires: .....
# :filelist: |-
# /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
# Custom description is optional
#
# bar
# :post: |-
# /bin/echo foo
#
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]