Hello community, here is the log from the commit of package rubygem-fast_xs for openSUSE:Factory checked in at 2014-02-13 15:04:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-fast_xs (Old) and /work/SRC/openSUSE:Factory/.rubygem-fast_xs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-fast_xs" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-fast_xs/rubygem-fast_xs.changes 2012-03-20 12:11:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-fast_xs.new/rubygem-fast_xs.changes 2014-02-13 15:04:11.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 13 06:48:44 UTC 2014 - [email protected] + +- use new macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-fast_xs.spec ++++++ --- /var/tmp/diff_new_pack.MEo87a/_old 2014-02-13 15:04:12.000000000 +0100 +++ /var/tmp/diff_new_pack.MEo87a/_new 2014-02-13 15:04:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-fast_xs # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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,35 +15,33 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: rubygem-fast_xs Version: 0.8.0 Release: 0 -License: MIT -Summary: C extensions for escaping text -Url: http://fast-xs.rubyforge.org/ -Group: Development/Languages/Ruby %define mod_name fast_xs %define mod_full_name %{mod_name}-%{version} -Source: %{mod_full_name}.gem -BuildRequires: rubygems_with_buildroot_patch + BuildRoot: %{_tmppath}/%{name}-%{version}-build -%rubygems_requires +BuildRequires: ruby-devel +BuildRequires: ruby-macros >= 3 +BuildRequires: rubygem(rdoc) > 3.10 +Url: http://fast-xs.rubyforge.org/ +Source: http://rubygems.org/gems/%{mod_full_name}.gem +Summary: C extensions for escaping text +License: MIT +Group: Development/Languages/Ruby %description fast_xs provides C extensions for escaping text. - The original String#fast_xs method is based on the xchar code by Sam Ruby: - * http://intertwingly.net/stories/2005/09/28/xchar.rb * http://intertwingly.net/blog/2005/09/28/XML-Cleansing - _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. - Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. - String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as @@ -68,27 +66,34 @@ Test::Unit or RSpec files, useful for developers. %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 %{SOURCE0} +%gem_install -f %gem_cleanup - -%clean -rm -rf %{buildroot} +mkdir -p %{buildroot}%{_docdir}/%{name} +ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc %buildroot/%{_docdir}/%{name}/History.rdoc +ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc %buildroot/%{_docdir}/%{name}/README.rdoc %files %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ -%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec +%{_docdir}/%{name} +%{gem_base}/cache/%{mod_full_name}.gem +%{gem_base}/gems/%{mod_full_name}/ +%{gem_extensions}/%{mod_full_name} +%exclude %{gem_base}/gems/%{mod_full_name}/test +%{gem_base}/specifications/%{mod_full_name}.gemspec %files doc %defattr(-,root,root,-) -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ +%doc %{gem_base}/doc %files testsuite %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test +%{gem_base}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
