%global gem_name thin Name: rubygem-%{gem_name} Version: 1.7.0 Release: 3%{?dist} Summary: A thin and fast web server Group: Development/Languages # lib/thin/stats.html.erb: BSD # spec/rails_app/public/javascripts/*.js: MIT License: (GPLv2+ or Ruby) and BSD and MIT URL: http://code.macournoyer.com/thin/ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # git clone https://github.com/macournoyer/thin.git && cd thing # git checkout v1.7.0 && tar czvf thin-1.7.0-tests.tgz spec/ Source1: %{gem_name}-%{version}-tests.tgz BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby-devel %if 0%{?fedora} >= 22 BuildRequires: rubygem(rspec2) %else BuildRequires: rubygem(rspec) %endif BuildRequires: rubygem(eventmachine) >= 1.0.4 BuildRequires: rubygem(daemons) >= 1.0.9 BuildRequires: rubygem(rack) >= 1.0.0 %description Thin is a Ruby web server that glues together three of the best Ruby libraries in web history. The Mongrel parser, the root of Mongrel speed and security, Event Machine, a network I/O library with extremely high scalability and Rack, a minimal interface between webservers and Ruby frameworks. %package doc Summary: Documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -c -T %gem_install -n %{SOURCE0} %build %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ mkdir -p %{buildroot}%{gem_extdir_mri} cp -a .%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/ # Prevent dangling symlink in -debuginfo (rhbz#878863). rm -rf %{buildroot}%{gem_instdir}/ext/ mkdir -p %{buildroot}%{_bindir} cp -pa .%{_bindir}/* \ %{buildroot}%{_bindir}/ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x # Add executable bit for shebang files # https://github.com/macournoyer/thin/pull/320 pushd %{buildroot}/%{gem_instdir}/example chmod 755 async_chat.ru chmod 755 async_tailer.ru popd %check pushd .%{gem_instdir} tar xzvf %{SOURCE1} # Depends on rubygem-benchmark_unit, not available in Fedora yet. find spec/perf -name "*_spec.rb" -exec \ sed -i '/be_faster_then/ i \ pending' {} \; # The 'should force kill process in pid file' spec is not compatible with RSpec2. # https://github.com/rspec/rspec-core/issues/520 sed -i "/'should force kill process in pid file'/a \ pending" spec/daemonizing_spec.rb # These 2 tests are passing independently, but fails when running with the # whole testsuite. sed -i '/"tracing routines (with NO custom logger)"/a \ before { pending }' spec/logging_spec.rb %if 0%{?fedora} >= 22 rspec2 \ %else rspec \ %endif -I$(dirs +1)%{gem_extdir_mri} spec popd %files %dir %{gem_instdir} %{_bindir}/thin %{gem_extdir_mri} %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %{gem_instdir}/example/ %doc %{gem_instdir}/CHANGELOG %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %changelog * Sat Feb 11 2017 Fedora Release Engineering - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 10 2017 Vít Ondruch - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4 * Fri Jul 29 2016 Jun Aruga - 1.7.0-1 - Update to Thin 1.7.0. * Thu Feb 04 2016 Fedora Release Engineering - 1.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 08 2016 Vít Ondruch - 1.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3 * Tue Oct 20 2015 Vít Ondruch - 1.6.4-1 - Update to Thin 1.6.4. * Fri Jun 19 2015 Fedora Release Engineering - 1.6.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jan 18 2015 Mamoru TASAKA - 1.6.2-4 - Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2 - Use rspec2 for now * Mon Aug 18 2014 Fedora Release Engineering - 1.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 1.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 21 2014 Vít Ondruch - 1.6.2-1 - Update to thin 1.6.2. * Wed Apr 16 2014 Josef Stribny - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1 * Sun Aug 04 2013 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 28 2013 Vít Ondruch - 1.5.0-1 - Update to thin 1.5.0. * Thu Feb 28 2013 Vít Ondruch - 1.3.1-6 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Thu Feb 14 2013 Fedora Release Engineering - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 1.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Feb 01 2012 Vít Ondruch - 1.3.1-3 - Rebuilt for Ruby 1.9.3. * Sat Jan 14 2012 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Nov 25 2011 Vít Ondruch - 1.3.1-1 - Update to Thin 1.3.1. * Tue Sep 06 2011 Chris Lalancette - 1.2.11-10 - Bump the release so upgrades from F-16 work * Mon Jul 25 2011 Chris Lalancette - 1.2.11-3 - Move stats.html.erb to the main package (it is a runtime requirement) * Fri Jul 22 2011 Chris Lalancette - 1.2.11-2 - Fix the load path for thin_parser * Tue Mar 01 2011 Michal Fojtik - 1.2.11-1 - Version bump * Tue Mar 01 2011 Michal Fojtik - 1.2.8-3 - Removed Rake dependency completely * Tue Mar 01 2011 Michal Fojtik - 1.2.8-2 - Fixed RSpec tests * Tue Mar 01 2011 Michal Fojtik - 1.2.8-1 - Updated to upstream version * Wed Feb 09 2011 Fedora Release Engineering - 1.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Sep 08 2010 Michal Fojtik - 1.2.7-1 - Updated to upstream version * Thu Feb 04 2010 Michal Fojtik - 1.2.5-5 - Excluded ppc64 in tests (566401) - Fixed Licensing * Wed Feb 03 2010 Michal Fojtik - 1.2.5-4 - Added rspec tests - Fixed unwanted recompilation - Fixed licensing * Tue Feb 02 2010 Michal Fojtik - 1.2.5-3 - Fixed description * Tue Feb 02 2010 Michal Fojtik - 1.2.5-2 - Build fixed - Licence corrected - Added missing requires - Marked relevant files as documentation * Tue Feb 02 2010 Michal Fojtik - 1.2.5-1 - Initial package