summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lutterkort <lutter@fedoraproject.org>2007-12-19 18:19:55 +0000
committerDavid Lutterkort <lutter@fedoraproject.org>2007-12-19 18:19:55 +0000
commit5c773bc06409b4931b59b516f5633548896501e4 (patch)
tree822bda38b0b5deee06762a6bdc6a3fe42b6dd405
parentcb97844bd843baf441ed8faa3db0607b7eec9f99 (diff)
downloadrubygem-activesupport-5c773bc06409b4931b59b516f5633548896501e4.tar.gz
rubygem-activesupport-5c773bc06409b4931b59b516f5633548896501e4.tar.xz
rubygem-activesupport-5c773bc06409b4931b59b516f5633548896501e4.zip
New version
-rw-r--r--.cvsignore2
-rw-r--r--rubygem-activesupport.spec25
-rw-r--r--sources2
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 <dlutter@redhat.com> - 2.0.1-1
+- New version
+
* Wed Nov 28 2007 David Lutterkort <dlutter@redhat.com> - 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