%{?scl:%scl_package rubygem-%{gem_name}} %{!?scl:%global pkg_name %{name}} %global gem_name diff-lcs # %%check section needs rspec-expectations, however rspec-expectations depends # on diff-lcs. %{!?_with_bootstrap: %global bootstrap 0} Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.3 Release: 1%{?dist} Summary: Provide a list of changes between two sequenced collections Group: Development/Languages License: GPLv2+ or Artistic or MIT URL: https://github.com/halostatue/diff-lcs Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: %{?scl_prefix_ruby}ruby(release) Requires: %{?scl_prefix_ruby}rubygems BuildRequires: %{?scl_prefix_ruby}rubygems-devel %if ! 0%{?bootstrap} BuildRequires: %{?scl_prefix}rubygem(rspec) %endif BuildRequires: %{?scl_prefix_ruby}ruby(release) BuildArch: noarch Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} # Explicitly require runtime subpackage, as long as older scl-utils do not generate it %{?scl:Requires: %{?scl_prefix}runtime} %description Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. %package doc Summary: Documentation for %{pkg_name} Group: Documentation Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{pkg_name}. %prep %setup -n %{pkg_name}-%{version} -q -c -T %{?scl:scl enable %{scl} - << \EOF} %gem_install -n %{SOURCE0} %{?scl:EOF} %build %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ mkdir -p %{buildroot}%{_bindir} cp -a .%{_bindir}/* \ %{buildroot}%{_bindir}/ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x # Fix shebangs. %{?scl:scl enable %{scl} - << \EOF} sed -i "s|^#\!.*|#\!`which ruby`|" %{buildroot}%{gem_instdir}/bin/{htmldiff,ldiff} %{?scl:EOF} %if ! 0%{?bootstrap} %check pushd .%{gem_instdir} %{?scl:scl enable %{scl} - << \EOF} rspec spec %{?scl:EOF} popd %endif %files %dir %{gem_instdir} %{_bindir}/htmldiff %{_bindir}/ldiff %exclude %{gem_instdir}/.* %doc %{gem_instdir}/License.md %doc %{gem_instdir}/docs %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/Code-of-Conduct.md %doc %{gem_instdir}/Contributing.md %doc %{gem_instdir}/History.md %doc %{gem_instdir}/Manifest.txt %{gem_instdir}/autotest %doc %{gem_instdir}/README.rdoc %{gem_instdir}/Rakefile %{gem_instdir}/spec %changelog * Thu Jan 19 2017 Vít Ondruch - 1.3-1 - Update to Diff::LCS 1.3. * Wed Jan 11 2017 Jun Aruga - 1.2.5-9 - Fix shebang paths replacement * Mon Feb 22 2016 Pavel Valena - 1.2.5-7 - Rebuilt for rh-ror42 * Fri Jan 16 2015 Josef Stribny - 1.2.5-2 - Enable tests * Fri Jan 16 2015 Josef Stribny - 1.2.5-1 - Update to 1.2.5 * Fri Mar 21 2014 Vít Ondruch - 1.1.3-5 - Rebuid against new scl-utils to depend on -runtime package. Resolves: rhbz#1069109 * Thu Feb 06 2014 Josef Stribny - 1.1.3-4 - Fix licensing * Wed Nov 20 2013 Josef Stribny - 1.1.3-3 - Allow test suite. * Tue May 21 2013 Josef Stribny - 1.1.3-2 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Tue Jul 24 2012 Bohuslav Kabrda - 1.1.3-1 - Update to Diff-lcs 1.1.3. - Specfile cleanup. * Fri Mar 30 2012 Bohuslav Kabrda - 1.1.2-8 - Rebuilt for scl. * Sun Jan 22 2012 Mamoru Tasaka - 1.1.2-7 - Rebuild against ruby 1.9 * Sat Jan 14 2012 Fedora Release Engineering - 1.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jul 26 2009 Fedora Release Engineering - 1.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 26 2009 Lubomir Rintel (Good Data) - 1.1.2-3 - Get rid of duplicate files (thanks to Mamoru Tasaka) * Mon Jun 08 2009 Lubomir Rintel (Good Data) - 1.1.2-2 - Depend on ruby(abi) - Replace defines with globals * Fri Jun 05 2009 Lubomir Rintel (Good Data) - 1.1.2-1 - Package generated by gem2rpm - Strip useless shebangs - Fix up License