File rubygem-rails.spec of Package rubygem-rails
#
# spec file for package rubygem-rails
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-rails
Version: 2.3.14
Release: 1
%define mod_name rails
#
Group: Development/Languages/Ruby
License: MIT
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: rubygem-rails-2_3 = %{version}
#
# http://rubyforge.org/projects/rails/
Url: http://www.rubyonrails.org/
#
Summary: A web-application framework for the MVC pattern
%description
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby.
Authors:
--------
rails development team
%prep
%build
%install
%{__install} -d -m 0755 %{buildroot}%{_bindir}/
%{__ln_s} rails %{buildroot}%{_bindir}/rails
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%ghost %config(noreplace) %{_bindir}/rails
%changelog