- Commented out the piece of set the executable status on files.

- Release 4.2.2 of RedCloth.
f38
Darryl L. Pierce 15 years ago
parent 93b4f0bbd5
commit 8ecc92f4a9

@ -1 +1 @@
RedCloth-4.1.9.gem RedCloth-4.2.2.gem

@ -8,20 +8,20 @@
%global installroot %{buildroot}%{geminstdir} %global installroot %{buildroot}%{geminstdir}
%global extensionddir %{installroot}/ext/redcloth_scan/ %global extensionddir %{installroot}/ext/redcloth_scan/
Summary: Textile parser for Ruby Summary: Textile parser for Ruby
Name: rubygem-%{gemname} Name: rubygem-%{gemname}
Version: 4.1.9 Version: 4.2.2
Release: 7%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://redcloth.org URL: http://redcloth.org
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: ruby(abi) = 1.8 Requires: ruby(abi) = 1.8
Requires: rubygems Requires: rubygems
BuildRequires: rubygems BuildRequires: rubygems
BuildRequires: ruby-devel >= 1.8 BuildRequires: ruby-devel >= 1.8
Provides: rubygem(%{gemname}) = %{version} Provides: rubygem(%{gemname}) = %{version}
%description %description
Textile parser for Ruby. Textile parser for Ruby.
@ -65,8 +65,9 @@ find %{buildroot}%{geminstdir} -name "*.rb" | xargs chmod a+x
find %{buildroot}%{geminstdir} -type f -name \*.rb | xargs chmod 0644 find %{buildroot}%{geminstdir} -type f -name \*.rb | xargs chmod 0644
find %{buildroot}%{geminstdir} -type f -name \*.rb | \ # 4.2.2-1 No files have the prologue to run as executables.
xargs grep -l "^#!%{_bindir}/env" $file | xargs chmod 0755 #find %{buildroot}%{geminstdir} -type f -name "\*.rb" | \
# xargs grep -l "^#!%{_bindir}/env" $file | xargs chmod 0755
rm %{installroot}/.require_paths rm %{installroot}/.require_paths
@ -85,24 +86,28 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Jul 30 2009 Darryl Pierce <dpierce@redhat.com> - 4.1.9-7 * Mon Feb 15 2010 Darryl L. Pierce <dpierce@redhat.com> - 4.2.2-1
- Commented out the piece of set the executable status on files.
- Release 4.2.2 of RedCloth.
* Thu Jul 30 2009 Darryl L. Pierce <dpierce@redhat.com> - 4.1.9-7
- Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries - Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.9-6 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jul 14 2009 Darryl Pierce <dpierce@redhat.com> - 4.1.9-5 * Tue Jul 14 2009 Darryl L. Pierce <dpierce@redhat.com> - 4.1.9-5
- Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries - Resolves: rhbz#505589 - rubygem-RedCloth-debuginfo created from stripped binaries
* Fri May 1 2009 Darryl Pierce <dpierce@redhat.com> - 4.1.9-4 * Fri May 1 2009 Darryl L. Pierce <dpierce@redhat.com> - 4.1.9-4
- First official build for Fedora. - First official build for Fedora.
* Thu Apr 30 2009 Darryl Pierce <dpierce@redhat.com> - 4.1.9-3 * Thu Apr 30 2009 Darryl L. Pierce <dpierce@redhat.com> - 4.1.9-3
- Changed mv to cp for binaries. - Changed mv to cp for binaries.
- Removed redundant %doc entries. - Removed redundant %doc entries.
* Thu Apr 30 2009 Darryl Pierce <dpierce@redhat.com> - 4.1.9-2 * Thu Apr 30 2009 Darryl L. Pierce <dpierce@redhat.com> - 4.1.9-2
- Added BuildRequires: ruby-devel to fix koji issues. - Added BuildRequires: ruby-devel to fix koji issues.
* Thu Apr 23 2009 Darryl Pierce <dpierce@redhat.com> - 4.1.9-1 * Thu Apr 23 2009 Darryl L. Pierce <dpierce@redhat.com> - 4.1.9-1
- Initial package - Initial package

@ -1 +1 @@
9d93ac98348c6dc6d743bdc61085ef0c RedCloth-4.1.9.gem 599ca833f131c8c1aa2d7bf5b0e9ede1 RedCloth-4.2.2.gem

Loading…
Cancel
Save