From 1140199d89cc2e191fc78ddb14dade6b83aaa897 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Tue, 14 Jul 2009 17:36:54 +0000 Subject: [PATCH] - Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries --- rubygem-RedCloth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rubygem-RedCloth.spec b/rubygem-RedCloth.spec index 3e7629c..fcca785 100644 --- a/rubygem-RedCloth.spec +++ b/rubygem-RedCloth.spec @@ -11,7 +11,7 @@ Summary: Textile parser for Ruby Name: rubygem-%{gemname} Version: 4.1.9 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Languages License: MIT URL: http://redcloth.org @@ -39,9 +39,10 @@ install -d -m0755 %{buildroot}%{gemdir} install -d -m0755 %{buildroot}%{ruby_sitelib} install -d -m0755 %{buildroot}%{ruby_sitearch} - +export CONFIGURE_ARGS="--with-cflags='%{optflags}'" gem install --local --install-dir %{buildroot}%{gemdir} \ --force -V --rdoc %{SOURCE0} + mkdir -p %{buildroot}/%{_bindir} cp -a %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir} @@ -76,6 +77,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 14 2009 Darryl Pierce - 4.1.9-5 +- Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries + * Fri May 1 2009 Darryl Pierce - 4.1.9-4 - First official build for Fedora.