rpms/ruby-activesupport/F-8 .cvsignore, 1.4, 1.5 ruby-activesupport.spec, 1.4, 1.5 sources, 1.4, 1.5

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Wed Dec 19 18:44:51 UTC 2007


Author: lutter

Update of /cvs/pkgs/rpms/ruby-activesupport/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24607/F-8

Modified Files:
	.cvsignore ruby-activesupport.spec sources 
Log Message:
New version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activesupport/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Nov 2007 22:55:37 -0000	1.4
+++ .cvsignore	19 Dec 2007 18:44:18 -0000	1.5
@@ -1 +1 @@
-activesupport-1.4.4.tgz
+activesupport-2.0.1.tgz


Index: ruby-activesupport.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activesupport/F-8/ruby-activesupport.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-activesupport.spec	29 Nov 2007 22:55:37 -0000	1.4
+++ ruby-activesupport.spec	19 Dec 2007 18:44:18 -0000	1.5
@@ -3,14 +3,14 @@
 %define has_ruby_irb 0%{?fedora:%fedora} || 0%{?rhel:%rhel} >= 5
 
 Name:           ruby-%{rname}
-Version:        1.4.4
+Version:        2.0.1
 Release:        1%{?dist}
 Summary:        Utility classes and extension to Ruby's standard library
 Group:          Development/Languages
 
 License:        MIT
 URL:            http://rubyforge.org/projects/activesupport/
-Source0:        http://rubyforge.org/frs/download.php/26548/%{rname}-%{version}.tgz
+Source0:        http://rubyforge.org/frs/download.php/28871/%{rname}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -39,9 +39,16 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/%{ruby_sitelib}/
 cp -pr lib/* $RPM_BUILD_ROOT/%{ruby_sitelib}/
-chmod a-x $RPM_BUILD_ROOT/%{ruby_sitelib}/active_support/breakpoint.rb
 find $RPM_BUILD_ROOT/%{ruby_sitelib} -type f -name '._*' | xargs -r rm
 
+# Remove bad shebangs
+for f in %{buildroot}%{ruby_sitelib}/active_support/multibyte/generators/generate_tables.rb \
+         %{buildroot}%{ruby_sitelib}/active_support/vendor/builder-2.1.2/builder.rb \
+         %{buildroot}%{ruby_sitelib}/active_support/vendor/builder-2.1.2/blankslate.rb \
+         %{buildroot}%{ruby_sitelib}/active_support/vendor/builder-2.1.2/builder/* ; do
+  sed -i -e '1s/^\#!.*$//' $f
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -49,11 +56,15 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG
+%{ruby_sitelib}/activesupport.rb
 %{ruby_sitelib}/active_support.rb
 %{ruby_sitelib}/active_support
 
 
 %changelog
+* Mon Dec 10 2007 David Lutterkort <dlutter at redhat.com> - 2.0.1-1
+- New version
+
 * Thu Nov 29 2007 David Lutterkort <dlutter at redhat.com> - 1.4.4-1
 - New version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activesupport/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Nov 2007 22:55:37 -0000	1.4
+++ sources	19 Dec 2007 18:44:18 -0000	1.5
@@ -1 +1 @@
-e90c0caf47734b69f533b4ffd4a364da  activesupport-1.4.4.tgz
+2699c85ff20b7a3766b8dd418763e6b7  activesupport-2.0.1.tgz




More information about the fedora-extras-commits mailing list