diff --git a/gem2rpm.yml b/gem2rpm.yml new file mode 100644 index 0000000..01b0245 --- /dev/null +++ b/gem2rpm.yml @@ -0,0 +1,70 @@ +# --- +# ## 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: -x_y +# ## 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 +# diff --git a/rubygem-rubyzip.changes b/rubygem-rubyzip.changes index 71e569e..1415f24 100644 --- a/rubygem-rubyzip.changes +++ b/rubygem-rubyzip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 10 18:29:10 UTC 2015 - coolo@suse.com + +- updated to version 1.1.7 + ------------------------------------------------------------------- Mon Oct 13 06:33:43 UTC 2014 - adrian@suse.de diff --git a/rubygem-rubyzip.spec b/rubygem-rubyzip.spec index 474c329..7f24f5d 100644 --- a/rubygem-rubyzip.spec +++ b/rubygem-rubyzip.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-rubyzip # -# Copyright (c) 2014 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 @@ -16,23 +16,31 @@ # +# +# This file was generated with a gem2rpm.yml and not just plain gem2rpm. +# All sections marked as MANUAL, license headers, summaries and descriptions +# can be maintained in that file. Please consult this file before editing any +# of those fields +# + Name: rubygem-rubyzip -Version: 1.1.3 +Version: 1.1.7 Release: 0 %define mod_name rubyzip %define mod_full_name %{mod_name}-%{version} - BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{ruby >= 1.9.2} +BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 Url: http://github.com/rubyzip/rubyzip Source: http://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml Summary: rubyzip is a ruby module for reading and writing zip files -License: Ruby +License: BSD-2-Clause Group: Development/Languages/Ruby %description -rubyzip is a ruby module for reading and writing zip files - +rubyzip is a ruby module for reading and writing zip files. %prep @@ -40,7 +48,6 @@ rubyzip is a ruby module for reading and writing zip files %install %gem_install \ - --symlink-binaries \ --doc-files="README.md" \ -f diff --git a/rubyzip-1.1.3.gem b/rubyzip-1.1.3.gem deleted file mode 100644 index 224ec4a..0000000 --- a/rubyzip-1.1.3.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2645d75205b5dc263264cea55c70c83588f0892a82a6aed9acbb8fd4b0593c1 -size 34816 diff --git a/rubyzip-1.1.7.gem b/rubyzip-1.1.7.gem new file mode 100644 index 0000000..893c9fa --- /dev/null +++ b/rubyzip-1.1.7.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ab7c93f05eb8f6ec1c6c110f60bb5f0f2fa54b09e95eaa3b097e0fe5640133 +size 98816