- updated to version 2.0.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rdiscount?expand=0&rev=6
This commit is contained in:
parent
aea048c253
commit
9a968b786b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a085178fc7d6372222af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df
|
||||
size 53760
|
3
rdiscount-2.0.7.gem
Normal file
3
rdiscount-2.0.7.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:417fa105b9c282b430a60f7c450e8cb50bd3a28d36b4fd377d4ae29e8a6d49b2
|
||||
size 56320
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 14:09:34 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 2.0.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 00:17:32 UTC 2011 - mrueckert@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rdiscount
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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,24 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: rubygem-rdiscount
|
||||
Version: 1.6.8
|
||||
Version: 2.0.7
|
||||
Release: 0
|
||||
%define mod_name rdiscount
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
#
|
||||
Group: Development/Languages/Ruby
|
||||
License: BSD4c
|
||||
#
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: rubygems_with_buildroot_patch
|
||||
%rubygems_requires
|
||||
#
|
||||
BuildRequires: ruby-macros >= 1
|
||||
Url: http://github.com/rtomayko/rdiscount
|
||||
Source: %{mod_full_name}.gem
|
||||
#
|
||||
Summary: Fast Implementation of Gruber's Markdown in C
|
||||
License: BSD4c
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
Fast Implementation of Gruber's Markdown in C
|
||||
|
||||
@ -40,6 +37,7 @@ Fast Implementation of Gruber's Markdown in C
|
||||
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.
|
||||
@ -48,17 +46,20 @@ Usually in RDoc and RI formats.
|
||||
Summary: Test suite for %{mod_name}
|
||||
Group: Development/Languages/Ruby
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description testsuite
|
||||
Test::Unit or RSpec files, useful for developers.
|
||||
|
||||
%prep
|
||||
%build
|
||||
%install
|
||||
%gem_install %{S:0}
|
||||
%gem_cleanup
|
||||
#gem_unpack
|
||||
#if you need patches, apply them here and replace the # with a % sign in the surrounding lines
|
||||
#gem_build
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
%build
|
||||
|
||||
%install
|
||||
%gem_install -f
|
||||
%gem_cleanup
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user