Project

General

Profile

« Previous | Next » 

Revision 6bf10824

Added by specs-from-koji (Jenkins) over 10 years ago

Update ruby193-rubygem-passenger to 4.0.5-6.el6

- Define EXTRA_CFLAGS/CXXFLAGS so agents are compiled with RPM CFLAGS

View differences:

rpms/epel-6/ruby193-rubygem-passenger/rubygem-passenger.spec
Summary: Passenger Ruby web application server
Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 4.0.5
Release: 5%{?dist}
Release: 6%{?dist}
Group: System Environment/Daemons
# Passenger code uses MIT license.
# Bundled(Boost) uses Boost Software License
......
%{?scl:scl enable %{scl} '}
export USE_VENDORED_LIBEV=false
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
EXTRA_CFLAGS="${CFLAGS:-%optflags}" ; export EXTRA_CFLAGS ;
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ;
EXTRA_CXXFLAGS="${CXXFLAGS:-%optflags}" ; export EXTRA_CXXFLAGS ;
FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ;
#CONFIGURE_ARGS='--with-cflags='%{optflags}'' ; export CONFIGURE_ARGS ;
......
%endif
%changelog
* Wed Nov 27 2013 Dominic Cleal <dcleal@redhat.com> 4.0.5-6
- Define EXTRA_CFLAGS/CXXFLAGS so agents are compiled with RPM CFLAGS
(dcleal@redhat.com)
* Fri Oct 04 2013 Dominic Cleal <dcleal@redhat.com> 4.0.5-5
- fixes #3197 - don't write binstubs to gem install's bin/ (dcleal@redhat.com)

Also available in: Unified diff