File rubygem-actionpack-3_2.spec of Package rubygem-actionpack-3_2.186
#
# spec file for package rubygem-actionpack-3_2
#
# Copyright (c) 2014 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/
#
Name: rubygem-actionpack-3_2
Version: 3.2.17
Release: 0
%define mod_name actionpack
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -3_2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{ruby >= 1.8.7}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: http://www.rubyonrails.org
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
# MANUAL
Patch0: CVE-2014-0130.patch
Patch1: CVE-2014-7818.patch
Patch2: fix_17454.patch
Patch3: CVE-2014-7829.patch
# /MANUAL
Summary: Web-flow and rendering framework putting the VC in MVC (part of
License: MIT
Group: Development/Languages/Ruby
%description
Web apps on Rails. Simple, battle-tested conventions for building and testing
MVC web applications. Works with any Rack-compatible server.
%prep
%gem_unpack
%patch0 -p2
%patch1 -p2
%patch2 -p2
%patch3 -p2
%gem_build
%build
%install
%gem_install \
--doc-files="CHANGELOG.md README.rdoc MIT-LICENSE" \
-f
%gem_packages
%changelog