From 5c773bc06409b4931b59b516f5633548896501e4 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Wed, 19 Dec 2007 18:19:55 +0000 Subject: [PATCH] New version --- .cvsignore | 2 +- rubygem-activesupport.spec | 25 ++++++++++++------------- sources | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5741e76..caf68a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -activesupport-1.4.4.gem +activesupport-2.0.1.gem diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 62638a6..d34da89 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -7,8 +7,8 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gemname} -Version: 1.4.4 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://www.rubyonrails.org @@ -33,16 +33,11 @@ mkdir -p %{buildroot}%{gemdir} gem install --local --install-dir %{buildroot}%{gemdir} \ --force --rdoc %{SOURCE0} -# Documentation in the standard places -install -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version} -for f in README CHANGELOG ; do - install -p -m0644 %{buildroot}%{geminstdir}/$f %{buildroot}%{_docdir}/%{name}-%{version} -done - # Remove bad shebangs for f in %{buildroot}%{geminstdir}/lib/active_support/multibyte/generators/generate_tables.rb \ - %{buildroot}%{geminstdir}/lib/active_support/vendor/builder.rb \ - %{buildroot}%{geminstdir}/lib/active_support/vendor/builder/* ; do + %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/builder.rb \ + %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/blankslate.rb \ + %{buildroot}%{geminstdir}/lib/active_support/vendor/builder-2.1.2/builder/* ; do sed -i -e '1s/^\#!.*$//' $f done @@ -51,15 +46,19 @@ rm -rf %{buildroot} %files %defattr(-, root, root, -) -%{gemdir}/gems/%{gemname}-%{version}/ +%dir %{geminstdir} +%doc %{geminstdir}/CHANGELOG +%{geminstdir}/lib +%doc %{geminstdir}/README %doc %{gemdir}/doc/%{gemname}-%{version} -%doc %{_docdir}/%{name}-%{version}/README -%doc %{_docdir}/%{name}-%{version}/CHANGELOG %{gemdir}/cache/%{gemname}-%{version}.gem %{gemdir}/specifications/%{gemname}-%{version}.gemspec %changelog +* Mon Dec 10 2007 David Lutterkort - 2.0.1-1 +- New version + * Wed Nov 28 2007 David Lutterkort - 1.4.4-3 - Fix buildroot diff --git a/sources b/sources index 9b82869..9bf1de1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8637bfe846c4b0171ebbd7f5a56efb19 activesupport-1.4.4.gem +82cdf3c9adbda2f422d712c857e7468f activesupport-2.0.1.gem