diff --git a/rubygem-rubyzip.changes b/rubygem-rubyzip.changes index ac58b4b..db02072 100644 --- a/rubygem-rubyzip.changes +++ b/rubygem-rubyzip.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 8 08:45:55 UTC 2012 - coolo@suse.com + +- update to 0.9.7, still no upstream changelog + +------------------------------------------------------------------- +Wed Apr 4 15:40:51 UTC 2012 - coolo@suse.com + +- update to 0.9.6.1, no upstream changelog + ------------------------------------------------------------------- Mon Jun 14 17:25:01 UTC 2010 - mrueckert@suse.de diff --git a/rubygem-rubyzip.spec b/rubygem-rubyzip.spec index 1cfb52e..ea6bfbe 100644 --- a/rubygem-rubyzip.spec +++ b/rubygem-rubyzip.spec @@ -1,7 +1,7 @@ # -# spec file for package rubygem-rubyzip (Version 0.9.4) +# spec file for package rubygem-rubyzip # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,26 +15,40 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild + Name: rubygem-rubyzip -Version: 0.9.4 +Version: 0.9.7 Release: 0 %define mod_name rubyzip +%define mod_full_name %{mod_name}-%{version} # -Group: Development/Languages/Ruby -License: Ruby # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch %rubygems_requires + +Requires: ruby >= 1.8.7 +BuildRequires: ruby-devel >= 1.8.7 # -Url: http://rubyzip.sourceforge.net/ -Source: %{mod_name}-%{version}.gem +Url: http://github.com/aussiegeek/rubyzip +Source: %{mod_full_name}.gem # Summary: rubyzip is a ruby module for reading and writing zip files +License: Ruby +Group: Development/Languages/Ruby + %description rubyzip is a ruby module for reading and writing zip files +%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 %build %install @@ -45,9 +59,12 @@ rubyzip is a ruby module for reading and writing zip files %files %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ +%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ +%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec + +%files doc +%defattr(-,root,root,-) +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ %changelog diff --git a/rubyzip-0.9.4.gem b/rubyzip-0.9.4.gem deleted file mode 100644 index 25fddbf..0000000 --- a/rubyzip-0.9.4.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f41ef1e0061749e4aeb47f95c10130906efc6ebae82a43cd897c8fb53e86d1 -size 66048 diff --git a/rubyzip-0.9.7.gem b/rubyzip-0.9.7.gem new file mode 100644 index 0000000..c80e475 --- /dev/null +++ b/rubyzip-0.9.7.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10c23a61ec428f56636cbc137bd76db5d137f3fa41aa5b0599093cb1ea7c00a +size 31232