Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > 9f7c2d8c04025189ba6eb1de25abcb7f > files > 2

ruby-hoe-git-1.5.0-8.mga4.src.rpm

%define oname   hoe-git

Name:       ruby-%{oname}
Version:    1.5.0
Release:    %mkrel 8
Summary:    A set of Hoe plugins for tighter Git integration
License:    MIT
Group:      Development/Ruby
URL:        http://github.com/jbarnette/hoe-git
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
A set of Hoe plugins for tighter Git integration. Provides tasks to
automate release tagging and pushing and changelog generation. I
expect it'll learn a few more tricks in the future.

%files
%{gem_instdir}/
%{gem_spec}

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.

%files          doc
%doc %{gem_docdir}
%doc Manifest.txt CHANGELOG.rdoc README.rdoc
#-------------------------------------------------------------------------------

%prep
%gem_setup

%build
%gem_build

%install
%gem_install


%changelog
* Sat Dec 28 2013 pterjan <pterjan> 1.5.0-8.mga4
+ Revision: 561964
- Rebuild to fix provides

* Sat Dec 28 2013 pterjan <pterjan> 1.5.0-7.mga4
+ Revision: 561296
- Fix gem macros

* Sat Oct 19 2013 umeabot <umeabot> 1.5.0-6.mga4
+ Revision: 535514
- Mageia 4 Mass Rebuild

* Fri Sep 20 2013 pterjan <pterjan> 1.5.0-5.mga4
+ Revision: 482100
- Rebuild for Ruby 2

* Sun Sep 15 2013 pterjan <pterjan> 1.5.0-4.mga4
+ Revision: 479102
- Fix file list
- Use gem_setup

* Fri Feb 08 2013 umeabot <umeabot> 1.5.0-3.mga3
+ Revision: 396052
- Rebuild for CVE-2013-0256

* Mon Jan 14 2013 umeabot <umeabot> 1.5.0-2.mga3
+ Revision: 381006
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Nov 03 2012 fwang <fwang> 1.5.0-1.mga3
+ Revision: 313051
- new version 1.5.0

* Sun Apr 17 2011 shikamaru <shikamaru> 1.3.0-1.mga1
+ Revision: 87071
- imported package ruby-hoe-git


* Sat Feb 12 2011 Rémy Clouard <shikamaru@mandriva.org> - 1.3.0-1
- Initial package