source: trunk/server/fedora/specs/rubygem-actionpack.spec.patch @ 1329

Last change on this file since 1329 was 1329, checked in by mitchb, 15 years ago
Scriptsify activesupport and actionpack ruby gems, patch for CVE-2009-3009
File size: 1.4 KB
  • rubygem-actionpack.spec

    old new  
    77Summary: Web-flow and rendering framework putting the VC in MVC
    88Name: rubygem-%{gemname}
    99Version: 2.3.2
    10 Release: 1%{?dist}
     10Release: 1.scripts.%{scriptsversion}%{?dist}
    1111Group: Development/Languages
    1212License: MIT
    1313URL: http://www.rubyonrails.org
    1414Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
     15Patch0: rubygem-actionpack-2.3.x-CVE-2009-3009.patch
    1516BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1617Requires: rubygems
    1718Requires: rubygem(activesupport) = %{version}
    1819BuildRequires: rubygems
    1920BuildArch: noarch
    2021Provides: rubygem(%{gemname}) = %{version}
     22Provides: scripts-rubygem-actionpack
    2123
    2224%description
    2325Eases web-request routing, handling, and response as a half-way front,
     
    3537gem install --local --install-dir %{buildroot}%{gemdir} \
    3638            --force --rdoc %{SOURCE0}
    3739
     40pushd %{buildroot}%{geminstdir}
     41cat %{PATCH0} | patch -s -p2
     42popd
     43
    3844# Remove backup files
    3945find %{buildroot}/%{geminstdir} -type f -name "*~" -delete
    4046
     
    7177
    7278
    7379%changelog
     80* Thu Oct 01 2009 Mitchell Berger <mitchb@mit.edu> - 2.3.2-1.scripts
     81- Patch for CVE-2009-3009
     82
    7483* Mon Mar 16 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.2-1
    7584- New upstream version
    7685
Note: See TracBrowser for help on using the repository browser.