rpms/rubygem-RedCloth/F-11 rubygem-RedCloth.spec,1.2,1.3

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Jul 30 14:04:33 UTC 2009


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-RedCloth/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20397

Modified Files:
	rubygem-RedCloth.spec 
Log Message:
* Thu Jul 30 2009 Darryl Pierce ,dpierce at redhat.com> - 4.1.9-7
- Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries




Index: rubygem-RedCloth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-RedCloth/F-11/rubygem-RedCloth.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- rubygem-RedCloth.spec	14 Jul 2009 18:54:46 -0000	1.2
+++ rubygem-RedCloth.spec	30 Jul 2009 14:04:33 -0000	1.3
@@ -4,7 +4,6 @@
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname RedCloth
 %global gemlibname redcloth_scan.so
-%global workdir %(mktemp -d)
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
 %global installroot %{buildroot}%{geminstdir}
 %global extensionddir %{installroot}/ext/redcloth_scan/
@@ -12,7 +11,7 @@
 Summary: Textile parser for Ruby
 Name: rubygem-%{gemname}
 Version: 4.1.9
-Release: 5%{?dist}
+Release: 7%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://redcloth.org
@@ -27,9 +26,18 @@ Provides: rubygem(%{gemname}) = %{versio
 %description
 Textile parser for Ruby.
 
-
 %prep
 %setup -q -c -T
+export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
+gem install --local --install-dir .%{gemdir} \
+          --force -V --rdoc %{SOURCE0}
+
+# To create debuginfo file corretly (workaround for
+# "#line" directive)
+pushd .%{geminstdir}/ext/redcloth_scan
+mkdir ext
+ln -sf .. ext/redcloth_scan
+popd
 
 %build
 
@@ -40,11 +48,7 @@ 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 %{workdir} \
-            --force -V --rdoc %{SOURCE0}
-
-cp -ra %{workdir}/* %{buildroot}%{gemdir}
+cp -a .%{gemdir}/* %{buildroot}%{gemdir}
 
 mkdir -p %{buildroot}/%{_bindir}
 
@@ -80,6 +84,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jul 30 2009 Darryl Pierce ,dpierce at redhat.com> - 4.1.9-7
+- Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries
+
+* Tue Jul 14 2009 Darryl Pierce <dpierce at redhat.com> - 4.1.9-6
+- Changed the build location so that the debug rpm is properly built.
+
 * Tue Jul 14 2009 Darryl Pierce <dpierce at redhat.com> - 4.1.9-5
 - Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries
 




More information about the fedora-extras-commits mailing list