From 9a968b786ba33caa89d0a4020fbbd923597fb0e3693ca4e9a90f329426c95571 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 12 Feb 2013 14:09:47 +0000 Subject: [PATCH] - updated to version 2.0.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rdiscount?expand=0&rev=6 --- rdiscount-1.6.8.gem | 3 --- rdiscount-2.0.7.gem | 3 +++ rubygem-rdiscount.changes | 5 +++++ rubygem-rdiscount.spec | 35 ++++++++++++++++++----------------- 4 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 rdiscount-1.6.8.gem create mode 100644 rdiscount-2.0.7.gem diff --git a/rdiscount-1.6.8.gem b/rdiscount-1.6.8.gem deleted file mode 100644 index aea6755..0000000 --- a/rdiscount-1.6.8.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a085178fc7d6372222af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df -size 53760 diff --git a/rdiscount-2.0.7.gem b/rdiscount-2.0.7.gem new file mode 100644 index 0000000..87a5792 --- /dev/null +++ b/rdiscount-2.0.7.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417fa105b9c282b430a60f7c450e8cb50bd3a28d36b4fd377d4ae29e8a6d49b2 +size 56320 diff --git a/rubygem-rdiscount.changes b/rubygem-rdiscount.changes index 4fbb17a..aa53d70 100644 --- a/rubygem-rdiscount.changes +++ b/rubygem-rdiscount.changes @@ -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 diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index 10182d6..435464e 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -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,-)