Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > core-release-src > by-pkgid > 0214481d97d57fa9cc82eeb6cec7e842 > files > 1

ruby-typhoeus-1.4.0-1.mga9.src.rpm

%define oname   typhoeus

Name:       ruby-%{oname}
Version:    1.4.0
Release:    %mkrel 1
Summary:    A library for interacting with web services at blinding speed
License:    MIT
Group:      Development/Ruby
URL:        https://github.com/dbalatero/typhoeus
Source0:    https://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch: noarch

%description
Like a modern code version of the mythical beast with 100 serpent heads,
Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling
logic.

%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}
#-------------------------------------------------------------------------------

%prep
%gem_setup

%build
%gem_build

%install
%gem_install

rm -f %{buildroot}%{gem_instdir}/lib/%{oname}/.gitignore



%changelog
* Fri Mar 18 2022 pterjan <pterjan> 1.4.0-1.mga9
+ Revision: 1798502
- Update to 1.4.0

* Fri Feb 14 2020 umeabot <umeabot> 1.3.1-2.mga8
+ Revision: 1520152
- Mageia 8 Mass Rebuild

* Wed Nov 07 2018 pterjan <pterjan> 1.3.1-1.mga7
+ Revision: 1328742
- Update to 1.3.1

* Fri Sep 21 2018 umeabot <umeabot> 1.3.0-2.mga7
+ Revision: 1291435
- Mageia 7 Mass Rebuild

* Sun Sep 10 2017 pterjan <pterjan> 1.3.0-1.mga7
+ Revision: 1152338
- Update to 1.3.0

* Sun Aug 20 2017 pterjan <pterjan> 1.1.2-1.mga7
+ Revision: 1141930
- Update to 1.1.2

* Mon Feb 15 2016 pterjan <pterjan> 0.8.0-1.mga6
+ Revision: 960434
- Update to 0.8.0

* Wed Oct 15 2014 umeabot <umeabot> 0.6.8-3.mga5
+ Revision: 740359
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.6.8-2.mga5
+ Revision: 688989
- Mageia 5 Mass Rebuild

* Mon May 26 2014 pterjan <pterjan> 0.6.8-1.mga5
+ Revision: 626873
- 0.6.8

* Sat Dec 28 2013 pterjan <pterjan> 0.6.5-3.mga4
+ Revision: 562592
- Fix gem macros

* Mon Oct 21 2013 umeabot <umeabot> 0.6.5-2.mga4
+ Revision: 538739
- Mageia 4 Mass Rebuild

* Wed Oct 02 2013 fwang <fwang> 0.6.5-1.mga4
+ Revision: 490255
- update file list
- new version 0.6.5

* Mon Sep 23 2013 fwang <fwang> 0.5.0-4.mga4
+ Revision: 483784
- use gem_setup

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

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

* Sun Nov 04 2012 fwang <fwang> 0.5.0-1.mga3
+ Revision: 314018
- update file list
- update file list
- set doc as noarch
- new version 0.5.0

* Sat Apr 09 2011 shikamaru <shikamaru> 0.2.4-1.mga1
+ Revision: 82643
- new version 0.2.4

* Sun Feb 13 2011 shikamaru <shikamaru> 0.2.1-1.mga1
+ Revision: 51215
- fix buildrequires
- imported package ruby-typhoeus