Changes of Revision 3
[-] | Added | rubygem-activesupport-2_0.spec |
x 1
2 +# 3 +# spec file for package rubygem-activesupport-2_0 (Version 2.0.2) 4 +# 5 +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. 6 +# This file and all modifications and additions to the pristine 7 +# package are under the same license as the package itself. 8 +# 9 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ 10 +# 11 + 12 +# norootforbuild 13 + 14 +Name: rubygem-activesupport-2_0 15 +Version: 2.0.2 16 +Release: 0 17 +%define mod_name activesupport 18 +# 19 +Group: Development/Languages/Ruby 20 +License: X11/MIT 21 +# 22 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 23 +BuildRequires: rubygems_with_buildroot_patch 24 +Requires: rubygems > 0.9 25 +Provides: rubygem-%{mod_name} = %{version}-%{release} 26 +Obsoletes: rubygem-%{mod_name} < %{version} 27 +# 28 +URL: http://rubyforge.org/projects/activesupport/ 29 +Source: http://rubyforge.org/frs/download.php/29553/activesupport-2.0.2.gem 30 +# 31 +Summary: Utility classes and extension to the standard library 32 +%description 33 +Utility classes and extension to the standard library that were required 34 +by Rails, but found of general use. 35 + 36 + 37 + 38 +Authors: 39 +-------- 40 + rails development team 41 + 42 +%prep 43 + 44 +%build 45 + 46 +%install 47 +gem install --local --build-root=%{buildroot} %{S:0} 48 + 49 +%clean 50 +%{__rm} -rf %{buildroot} 51 + 52 +%files 53 +%defattr(-,root,root,-) 54 +%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem 55 +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 56 +%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec 57 +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ 58 + 59 +%changelog 60 |