Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2018-03-14 19:39:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pry-doc (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-pry-doc"

Wed Mar 14 19:39:43 2018 rev:16 rq:586327 version:0.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2018-03-07 10:36:49.693824082 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes     
2018-03-14 19:40:01.775088489 +0100
@@ -1,0 +2,5 @@
+Tue Mar 13 10:00:35 UTC 2018 - [email protected]
+
+- remove precompiled binaries
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-pry-doc.spec ++++++
--- /var/tmp/diff_new_pack.CxfxIA/_old  2018-03-14 19:40:03.743018585 +0100
+++ /var/tmp/diff_new_pack.CxfxIA/_new  2018-03-14 19:40:03.751018301 +0100
@@ -28,6 +28,9 @@
 Release:        0
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+BuildRequires:  etags
+# /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
@@ -41,21 +44,21 @@
 
 %description
 Pry Doc is a Pry REPL plugin. It provides extended documentation support for
-the
-REPL by means of improving the `show-doc` and `show-source` commands. With
-help
+the REPL by means of improving the `show-doc` and `show-source` commands. With 
help
 of the plugin the commands are be able to display the source code and the docs
 of Ruby methods and classes implemented in C.
-documentation.
-
 %prep
 
 %build
 
 %install
 %gem_install \
+  --no-rdoc --no-ri \
   --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
+# MANUAL
+rm -r %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/libexec
+# /MANUAL
 
 %gem_packages
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.CxfxIA/_old  2018-03-14 19:40:03.819015885 +0100
+++ /var/tmp/diff_new_pack.CxfxIA/_new  2018-03-14 19:40:03.819015885 +0100
@@ -1,55 +1,24 @@
-# ---
+---
 # ## 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
+:description: |-
+  Pry Doc is a Pry REPL plugin. It provides extended documentation support for
+  the REPL by means of improving the `show-doc` and `show-source` commands. 
With help
+  of the plugin the commands are be able to display the source code and the 
docs
+  of Ruby methods and classes implemented in C. 
+
+:preamble: |-
+  BuildRequires: etags
+:disable_docs: true
+
+:main:
+  :preamble: |-
+    Requires: etags
+
+:post_install: |-
+   rm -r %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/libexec
+
 #     Recommends: pwgen
 #   :filelist: |-
 #     /usr/bin/gem2rpm-opensuse


Reply via email to