Hello community,

here is the log from the commit of package rubygem-strptime for 
openSUSE:Factory checked in at 2016-10-19 13:01:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-strptime (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-strptime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-strptime"

Changes:
--------
New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-strptime.new/rubygem-strptime.changes   
2016-10-19 13:01:59.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Sep 22 11:01:54 UTC 2016 - [email protected]
+
+- Initial package 
+

New:
----
  rubygem-strptime.changes
  rubygem-strptime.spec
  strptime-0.1.8.gem

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

Other differences:
------------------
++++++ rubygem-strptime.spec ++++++
#
# spec file for package rubygem-strptime
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           rubygem-strptime
Version:        0.1.8
Release:        0
%define mod_name strptime
%define mod_full_name %{mod_name}-%{version}

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 3
Requires:       ruby => 2.0
BuildRequires:  ruby => 2.0
Requires:       ruby < 3
BuildRequires:  ruby < 3
BuildRequires:  ruby-devel
Url:            https://github.com/nurse/strptime
Source:         http://rubygems.org/gems/%{mod_full_name}.gem
Summary:        A fast strptime engine
License:        BSD-2-Clause
Group:          Development/Languages/Ruby

%description
A fast strptime engine which uses VM.

%package doc
Summary:        RDoc documentation for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f
%gem_cleanup
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
%{gem_base}/cache/%{mod_full_name}.gem
%{gem_base}/gems/%{mod_full_name}/
%{gem_extensions}/%{mod_full_name}
%{gem_base}/specifications/%{mod_full_name}.gemspec
%exclude %{gem_base}/gems/%{mod_full_name}/ext

%files doc
%defattr(-,root,root,-)
%doc %{gem_base}/doc

%changelog

Reply via email to