diff --git a/.gitignore b/.gitignore index f9cf532..4cda363 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /bundler-1.2.1.gem /bundler-1.3.1.gem /bundler-1.3.5.gem +/bundler-1.5.2.gem diff --git a/rubygem-bundler.spec b/rubygem-bundler.spec index 8abbe57..9529d43 100644 --- a/rubygem-bundler.spec +++ b/rubygem-bundler.spec @@ -4,13 +4,12 @@ Summary: Library and utilities to manage a Ruby application's gem dependencies Name: rubygem-%{gem_name} -Version: 1.3.5 -Release: 2%{?dist} +Version: 1.5.2 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://gembundler.com Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -Patch1: bundler-add-support-for-binary-extensions-in-dedicated-folde.patch Requires: ruby(release) Requires: ruby(rubygems) Requires: rubygem(thor) @@ -46,10 +45,6 @@ Documentation for %{name} %setup -q -c -T %gem_install -n %{SOURCE0} -pushd .%{gem_instdir} -%patch1 -p1 -popd - %build %install @@ -72,7 +67,7 @@ rm -rf %{buildroot}/%{gem_libdir}/bundler/vendor mkdir -p %{buildroot}%{_mandir}/man5 cp -a %{buildroot}%{gem_libdir}/bundler/man/gemfile.5 %{buildroot}%{_mandir}/man5 mkdir -p %{buildroot}%{_mandir}/man1 -for i in bundle bundle-config bundle-exec bundle-install bundle-package bundle-update +for i in bundle bundle-config bundle-exec bundle-install bundle-package bundle-update do cp -a %{buildroot}%{gem_libdir}/bundler/man/$i %{buildroot}%{_mandir}/man1/`echo $i.1` done @@ -114,6 +109,7 @@ EOF` rspec spec/ %doc %{gem_instdir}/LICENSE.md %{gem_instdir}/.travis.yml %{_bindir}/bundle +%{_bindir}/bundler %{gem_instdir}/bin %exclude %{gem_cache} %{gem_spec} @@ -125,14 +121,17 @@ EOF` rspec spec/ %doc %{gem_instdir}/ISSUES.md %doc %{gem_instdir}/README.md %doc %{gem_instdir}/UPGRADING.md -%doc %{gem_instdir}/CONTRIBUTE.md %doc %{gem_instdir}/CONTRIBUTING.md +%doc %{gem_instdir}/DEVELOPMENT.md %{gem_instdir}/Rakefile %{gem_instdir}/spec %{gem_instdir}/%{gem_name}.gemspec %doc %{gem_docdir} %changelog +* Sun Jan 12 2014 Sam Kottler - 1.5.2-1 +- Update to 1.5.2 (BZ #1047222) + * Sun Aug 04 2013 Fedora Release Engineering - 1.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 0be6afa..9f0fe1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b835af023d3e0dbe56b6fcc3841c90a6 bundler-1.3.5.gem +0e40c69bb4d5a41472e2c951ccdb1b0b bundler-1.5.2.gem