Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 913631 Details for
Bug 902240
rubygem-diff-lcs-1.2.5 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
rubygem-diff-lcs.spec for 1.2.5
rubygem-diff-lcs.spec (text/plain), 4.41 KB, created by
Julian C. Dunn
on 2014-07-01 04:42:15 UTC
(
hide
)
Description:
rubygem-diff-lcs.spec for 1.2.5
Filename:
MIME Type:
Creator:
Julian C. Dunn
Created:
2014-07-01 04:42:15 UTC
Size:
4.41 KB
patch
obsolete
>%global gem_name diff-lcs > ># %%check section needs rspec-expectations, however rspec-expectations depends ># on diff-lcs. >%{!?need_bootstrap: %global need_bootstrap 1} > >Summary: Provide a list of changes between two sequenced collections >Name: rubygem-%{gem_name} >Version: 1.2.5 >Release: 1%{?dist} >Group: Development/Languages >#lib/diff/lcs.rb is Artistic or Ruby or BSD >#lib/diff/lcs/*.rb is GPLv2+ or Artistic or Ruby or BSD >#License.rdoc states GPLv2+ or Artistic or MIT >License: (GPLv2+ or Artistic or MIT) and (GPLv2+ or Artistic or Ruby or BSD) and (Artistic or Ruby or BSD) >URL: https://github.com/halostatue/diff-lcs >Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem >Requires: ruby(release) >Requires: rubygems >BuildRequires: rubygems-devel >%if 0%{?need_bootstrap} < 1 >BuildRequires: rubygem(rspec) >%endif >BuildRequires: ruby(release) >BuildArch: noarch >Provides: rubygem(%{gem_name}) = %{version} > >%description >Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest >common subsequence (LCS) algorithm to compute intelligent differences between >two sequenced enumerable containers. The implementation is based on Mario I. >Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version >(Algorithm::Diff). > >%package doc >Summary: Documentation for %{name} >Group: Documentation > >Requires: %{name} = %{version}-%{release} > >%description doc >This package contains documentation for %{name}. > >%prep >%setup -q -c -T >%gem_install -n %{SOURCE0} > > >%build > > >%install >mkdir -p %{buildroot}%{gem_dir} >mkdir -p %{buildroot}/%{_bindir} > >cp -a .%{gem_dir}/* %{buildroot}%{gem_dir} >cp -a .%{_bindir}/* %{buildroot}/%{_bindir} > >find %{buildroot}%{gem_instdir}/bin -type f |xargs chmod a+x > ># Fix shebangs. >sed -i 's|^#!.*|#!/usr/bin/ruby|' %{buildroot}%{gem_instdir}/bin/{htmldiff,ldiff} > >%if 0%{?need_bootstrap} < 1 >%check >pushd .%{gem_instdir} >rspec spec >popd >%endif > >%files >%{_bindir}/ldiff >%{_bindir}/htmldiff >%dir %{gem_instdir} >%exclude %{gem_instdir}/.* >%exclude %{gem_instdir}/Gemfile >%doc %{gem_instdir}/License.rdoc >%doc %{gem_instdir}/docs >%{gem_instdir}/bin >%{gem_libdir} >%exclude %{gem_cache} >%{gem_spec} > >%files doc >%doc %{gem_docdir} >%doc %{gem_instdir}/Contributing.rdoc >%doc %{gem_instdir}/History.rdoc >%doc %{gem_instdir}/Manifest.txt >%{gem_instdir}/Rakefile ># %{gem_instdir}/diff-lcs.gemspec >%doc %{gem_instdir}/README.rdoc >%{gem_instdir}/autotest >%{gem_instdir}/spec > > >%changelog >* Tue Jul 01 2014 Julian Dunn <jdunn@aquezada.com> - 1.2.5-1 >- Update to 1.2.5 (bz#902240) > >* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >* Thu Feb 06 2014 Josef Stribny <jstribny@redhat.com> - 1.1.3-4 >- Fix licensing > >* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3.2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >* Wed Feb 20 2013 VÃt Ondruch <vondruch@redhat.com> - 1.1.3-3 >- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 >- Change the dependency to rubygem(rspec). >- Add bootstrap code. > >* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >* Fri Aug 17 2012 VÃt Ondruch <vondruch@redhat.com> - 1.1.3-1 >- Update to diff-lcs 1.1.3. > >* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-8 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >* Sun Jan 22 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.1.2-7 >- Rebuild against ruby 1.9 > >* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-6 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-4 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Fri Jun 26 2009 Lubomir Rintel (Good Data) <lubo.rintel@gooddata.com> - 1.1.2-3 >- Get rid of duplicate files (thanks to Mamoru Tasaka) > >* Mon Jun 08 2009 Lubomir Rintel (Good Data) <lubo.rintel@gooddata.com> - 1.1.2-2 >- Depend on ruby(abi) >- Replace defines with globals > >* Fri Jun 05 2009 Lubomir Rintel (Good Data) <lubo.rintel@gooddata.com> - 1.1.2-1 >- Package generated by gem2rpm >- Strip useless shebangs >- Fix up License
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 902240
: 913631