rpms/rubygem-activesupport/F-8 .cvsignore, 1.2, 1.3 rubygem-activesupport.spec, 1.1, 1.2 sources, 1.2, 1.3

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


Author: lutter

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Nov 2007 23:07:42 -0000	1.2
+++ .cvsignore	19 Dec 2007 18:19:51 -0000	1.3
@@ -1 +1 @@
-activesupport-1.4.4.gem
+activesupport-2.0.1.gem


Index: rubygem-activesupport.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/F-8/rubygem-activesupport.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygem-activesupport.spec	29 Nov 2007 23:07:42 -0000	1.1
+++ rubygem-activesupport.spec	19 Dec 2007 18:19:51 -0000	1.2
@@ -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 @@
 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 @@
 
 %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 at redhat.com> - 2.0.1-1
+- New version
+
 * Wed Nov 28 2007 David Lutterkort <dlutter at redhat.com> - 1.4.4-3
 - Fix buildroot
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activesupport/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Nov 2007 23:07:42 -0000	1.2
+++ sources	19 Dec 2007 18:19:51 -0000	1.3
@@ -1 +1 @@
-8637bfe846c4b0171ebbd7f5a56efb19  activesupport-1.4.4.gem
+82cdf3c9adbda2f422d712c857e7468f  activesupport-2.0.1.gem




More information about the fedora-extras-commits mailing list