From 7d84d5c9a98112476c3ad39d3e188b3ca6dbf3ff Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Wed, 19 Dec 2007 18:26:01 +0000 Subject: New version --- .cvsignore | 2 +- rubygem-actionpack.spec | 18 ++++++------------ sources | 2 +- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 67e7f68..4e60ce3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -actionpack-1.13.6.gem +actionpack-2.0.1.gem diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec index d9e4711..cd6d883 100644 --- a/rubygem-actionpack.spec +++ b/rubygem-actionpack.spec @@ -6,7 +6,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC Name: rubygem-%{gemname} -Version: 1.13.6 +Version: 2.0.1 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -14,7 +14,7 @@ URL: http://www.rubyonrails.org Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: rubygems -Requires: rubygem(activesupport) = 1.4.4 +Requires: rubygem(activesupport) = 2.0.1 BuildRequires: rubygems BuildArch: noarch Provides: rubygem(%{gemname}) = %{version} @@ -35,14 +35,6 @@ mkdir -p %{buildroot}%{gemdir} gem install --local --install-dir %{buildroot}%{gemdir} \ --force --rdoc %{SOURCE0} -# Cleanup some upstream packaging oddities -mv %{buildroot}%{geminstdir}/examples/.htaccess %{buildroot}%{geminstdir}/examples/htaccess - -for f in address_book_controller.rbx blog_controller.cgi debate_controller.cgi \ - address_book_controller.cgi benchmark_with_ar.fcgi \ - address_book_controller.fcgi ; do - sed -i -e '1c\#! /usr/bin/ruby' %{buildroot}%{geminstdir}/examples/$f -done sed -i -e 1d %{buildroot}%{geminstdir}/lib/action_controller/session/drb_server.rb %clean @@ -50,9 +42,8 @@ rm -rf %{buildroot} %files %defattr(-, root, root, -) -%doc %{geminstdir}/CHANGELOG -%doc %{geminstdir}/examples %dir %{geminstdir} +%doc %{geminstdir}/CHANGELOG %{geminstdir}/install.rb %{geminstdir}/lib %doc %{geminstdir}/MIT-LICENSE @@ -66,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Mon Dec 10 2007 David Lutterkort - 2.0.1-1 +- New version + * Thu Nov 29 2007 David Lutterkort - 1.13.6-1 - New version diff --git a/sources b/sources index 3d3d71d..b07480d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66a094b9d66ce82bab2fd4ce0b95c4c1 actionpack-1.13.6.gem +621e91de0ae33c0287c50d4dd37372e5 actionpack-2.0.1.gem -- cgit