Project

General

Profile

« Previous | Next » 

Revision 6a7c7ed3

Added by specs-from-koji (Jenkins) about 10 years ago

Update ruby193-rubygem-docker-api to 1.8.4-2.el6

- Fix pkg_name macro for -doc require ()

View differences:

rpms/epel-6/ruby193-rubygem-docker-api/rubygem-docker-api.spec
%{?scl:%scl_package rubygem-%{gem_name}}
%{!?scl:%global pkgname %{name}}
%{!?scl:%global pkg_name %{name}}
%define gem_name docker-api
%global rubyabi 1.9.1
......
Summary: A simple REST client for the Docker Remote API
Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 1.8.4
Release: 1%{?dist}
Release: 2%{?dist}
Group: Development/Languages
License: MIT
URL: https://github.com/swipely/docker-api
......
%package doc
Summary: Documentation for %{name}
Group: Documentation
Requires: %{?scl_prefix}%{pkgname} = %{version}-%{release}
Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release}
BuildArch: noarch
%description doc
......
%doc %{gem_instdir}/README.md
%changelog
* Wed Apr 30 2014 Dominic Cleal <dcleal@redhat.com> 1.8.4-2
- Fix pkg_name macro for -doc require (dcleal@redhat.com)
* Tue Apr 29 2014 Dominic Cleal <dcleal@redhat.com> 1.8.4-1
- new package built with tito

Also available in: Unified diff