|
|
75bac8 |
%{?scl:%scl_package rubygem-%{gem_name}}
|
|
|
75bac8 |
%{!?scl:%global pkg_name %{name}}
|
|
|
75bac8 |
|
|
|
75bac8 |
# Generated from rails-1.2.5.gem by gem2rpm -*- rpm-spec -*-
|
|
|
75bac8 |
%global gem_name rails
|
|
|
75bac8 |
|
|
|
75bac8 |
|
|
|
75bac8 |
Summary: Web-application framework
|
|
|
75bac8 |
Name: %{?scl_prefix}rubygem-%{gem_name}
|
|
|
75bac8 |
Epoch: 1
|
|
|
75bac8 |
Version: 4.1.5
|
|
|
75bac8 |
Release: 3%{?dist}
|
|
|
75bac8 |
Group: Development/Languages
|
|
|
75bac8 |
License: MIT
|
|
|
75bac8 |
URL: http://www.rubyonrails.org
|
|
|
75bac8 |
Source0: http://rubygems.org/downloads/rails-%{version}.gem
|
|
|
75bac8 |
Requires: %{?scl_prefix_ruby}ruby(rubygems) >= 1.3.4
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(activesupport) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(activemodel) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(activerecord) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(actionpack) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(actionmailer) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(actionview) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(railties) = %{version}
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(sprockets-rails) >= 2.0
|
|
|
75bac8 |
Requires: %{?scl_prefix}rubygem(sprockets-rails) < 3.0
|
|
|
75bac8 |
Requires: %{?scl_prefix_ruby}rubygem(bundler) >= 1.3.0
|
|
|
75bac8 |
Requires: %{?scl_prefix_ruby}rubygem(bundler) < 2.0.0
|
|
|
75bac8 |
Requires: %{?scl_prefix_ruby}ruby(release)
|
|
|
75bac8 |
|
|
|
75bac8 |
BuildRequires: %{?scl_prefix_ruby}rubygems-devel
|
|
|
75bac8 |
|
|
|
75bac8 |
BuildArch: noarch
|
|
|
75bac8 |
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
|
|
|
75bac8 |
|
|
|
75bac8 |
%description
|
|
|
75bac8 |
Rails is a framework for building web-application using CGI, FCGI, mod_ruby,
|
|
|
75bac8 |
or WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or
|
|
|
75bac8 |
Oracle with eRuby- or Builder-based templates.
|
|
|
75bac8 |
|
|
|
75bac8 |
%package doc
|
|
|
75bac8 |
Summary: Documentation for %{pkg_name}
|
|
|
75bac8 |
Group: Documentation
|
|
|
75bac8 |
# SyntaxHighlighter is dual licensed under the MIT and GPL licenses
|
|
|
75bac8 |
License: MIT and (MIT or GPL+)
|
|
|
75bac8 |
Requires: %{?scl_prefix}%{pkg_name} = %{epoch}:%{version}-%{release}
|
|
|
75bac8 |
BuildArch: noarch
|
|
|
75bac8 |
|
|
|
75bac8 |
%description doc
|
|
|
75bac8 |
This package contains documentation for %{pkg_name}.
|
|
|
75bac8 |
|
|
|
75bac8 |
%prep
|
|
|
75bac8 |
|
|
|
75bac8 |
%build
|
|
|
75bac8 |
|
|
|
75bac8 |
%install
|
|
|
75bac8 |
%{?scl:scl enable %{scl} - << \EOF}
|
|
|
75bac8 |
%gem_install -n %{SOURCE0}
|
|
|
75bac8 |
%{?scl:EOF}
|
|
|
75bac8 |
|
|
|
75bac8 |
mkdir -p %{buildroot}%{gem_dir}
|
|
|
75bac8 |
cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}/
|
|
|
75bac8 |
|
|
|
75bac8 |
%files
|
|
|
75bac8 |
%dir %{gem_instdir}
|
|
|
75bac8 |
%{gem_spec}
|
|
|
75bac8 |
%exclude %{gem_cache}
|
|
|
75bac8 |
%exclude %{gem_docdir}
|
|
|
75bac8 |
|
|
|
75bac8 |
%files doc
|
|
|
75bac8 |
%doc %{gem_instdir}/README.md
|
|
|
75bac8 |
%doc %{gem_instdir}/guides
|
|
|
75bac8 |
|
|
|
75bac8 |
%changelog
|
|
|
75bac8 |
* Thu Feb 05 2015 Vít Ondruch <vondruch@redhat.com> - 1:4.1.5-3
|
|
|
75bac8 |
- Own %%{gem_instdir}
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Jan 27 2015 Josef Stribny <jstribny@redhat.com> - 1:4.1.5-2
|
|
|
75bac8 |
- Fix bundler dependency
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Jan 26 2015 Josef Stribny <jstribny@redhat.com> - 1:4.1.5-1
|
|
|
75bac8 |
- Update to 4.1.5
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Feb 04 2014 Josef Stribny <jstribny@redhat.com> - 1:4.0.2-2
|
|
|
75bac8 |
- Fix license in -doc subpackage
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Dec 04 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.2-1
|
|
|
75bac8 |
- Update to Rails 4.0.2
|
|
|
75bac8 |
- Resolves: rhbz#1037985
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Nov 21 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-1
|
|
|
75bac8 |
- Update to Rails 4.0.1
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Oct 17 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-3
|
|
|
75bac8 |
- Convert to scl
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Aug 12 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-2
|
|
|
75bac8 |
- Fix: -doc subpackage requires
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Aug 08 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-1
|
|
|
75bac8 |
- Update to Rails 4.0.0.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.13-2
|
|
|
75bac8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Mar 19 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.13-1
|
|
|
75bac8 |
- Updated to Rails 3.2.13.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Sat Mar 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.12-2
|
|
|
75bac8 |
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Feb 12 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.12-1
|
|
|
75bac8 |
- Updated to Rails 3.2.12.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Jan 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.11-1
|
|
|
75bac8 |
- Updated to Rails 3.2.11.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Fri Jan 04 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.10-1
|
|
|
75bac8 |
- Updated to Rails 3.2.10.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Aug 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-1
|
|
|
75bac8 |
- Updated to Rails 3.2.8.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
|
|
|
75bac8 |
- Updated to Rails 3.2.7.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Fri Jul 27 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.2.6-1
|
|
|
75bac8 |
- Updated to Rails 3.2.6.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.15-2
|
|
|
75bac8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
75bac8 |
|
|
|
75bac8 |
* Fri Jun 15 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.15-1
|
|
|
75bac8 |
- Update to Rails 3.0.15.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
|
|
|
75bac8 |
- Update to Rails 3.0.13.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Feb 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-1
|
|
|
75bac8 |
- Rebuilt for Ruby 1.9.3.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.10-2
|
|
|
75bac8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Aug 22 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.10-1
|
|
|
75bac8 |
- Update to Rails 3.0.10
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Jul 07 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
|
|
|
75bac8 |
- Update to Rails 3.0.9
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Mar 29 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-2
|
|
|
75bac8 |
- Cleanup
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Mar 29 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-1
|
|
|
75bac8 |
- Updated to Rails 3.0.5
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.3-2
|
|
|
75bac8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Jan 10 2011 Mohammed Morsi <mmorsi@redhat.com> - 1:3.0.3-1
|
|
|
75bac8 |
- Update to rails 3
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Aug 09 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-1
|
|
|
75bac8 |
- Update to 2.3.8
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Jan 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:2.3.5-1
|
|
|
75bac8 |
- Update to 2.3.5
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Oct 7 2009 David Lutterkort <lutter@redhat.com> - 1:2.3.4-2
|
|
|
75bac8 |
- Bump Epoch to ensure upgrade path from F-11
|
|
|
75bac8 |
|
|
|
75bac8 |
* Sun Sep 20 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.3.4-1
|
|
|
75bac8 |
- Update to 2.3.4
|
|
|
75bac8 |
|
|
|
75bac8 |
* Fri Jul 31 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.3.3-2
|
|
|
75bac8 |
- Restore some changes
|
|
|
75bac8 |
|
|
|
75bac8 |
* Sun Jul 26 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.3-1
|
|
|
75bac8 |
- New upstream version
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Jul 24 2009 Scott Seago <sseago@redhat.com> - 2.3.2-3
|
|
|
75bac8 |
- Remove the 'delete zero length files' bit, as some of these are needed.
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed May 6 2009 David Lutterkort <lutter@redhat.com> - 2.3.2-2
|
|
|
75bac8 |
- Fix replacement of shebang lines; broke scripts/generate (bz 496480)
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Mar 16 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.2-1
|
|
|
75bac8 |
- New upstream version
|
|
|
75bac8 |
|
|
|
75bac8 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
|
|
|
75bac8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Dec 23 2008 David Lutterkort <lutter@redhat.com> - 2.2.2-1
|
|
|
75bac8 |
- New version
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Sep 16 2008 David Lutterkort <dlutter@redhat.com> - 2.1.1-2
|
|
|
75bac8 |
- require rubygems >= 1.1.1; the rails code checks that at runtime
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Sep 16 2008 David Lutterkort <dlutter@redhat.com> - 2.1.1-1
|
|
|
75bac8 |
- New version (fixes CVE-2008-4094)
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Jul 31 2008 Michael Stahnke <stahnma@fedoraproject.org> - 2.1.0-1
|
|
|
75bac8 |
- New Upstream
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Apr 8 2008 David Lutterkort <dlutter@redhat.com> - 2.0.2-2
|
|
|
75bac8 |
- Fix dependency
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Apr 07 2008 David Lutterkort <dlutter@redhat.com> - 2.0.2-1
|
|
|
75bac8 |
- New version
|
|
|
75bac8 |
|
|
|
75bac8 |
* Mon Dec 10 2007 David Lutterkort <dlutter@redhat.com> - 2.0.1-1
|
|
|
75bac8 |
- New version
|
|
|
75bac8 |
- No dependency on actionwebservce anymore, depend on activeresource instead
|
|
|
75bac8 |
|
|
|
75bac8 |
* Thu Nov 29 2007 David Lutterkort <dlutter@redhat.com> - 1.2.6-1
|
|
|
75bac8 |
- Don't copy files into _docdir, mark them as doc in the geminstdir
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Nov 13 2007 David Lutterkort <dlutter@redhat.com> - 1.2.5-2
|
|
|
75bac8 |
- Fix buildroot
|
|
|
75bac8 |
|
|
|
75bac8 |
* Tue Oct 30 2007 David Lutterkort <dlutter@redhat.com> - 1.2.5-1
|
|
|
75bac8 |
- Initial package
|