2012-07-30 19:17:45 +00:00
|
|
|
#
|
|
|
|
# spec file for package rubygem-netrc
|
|
|
|
#
|
2015-02-09 08:31:49 +00:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-07-30 19:17:45 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2015-02-09 08:31:49 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
|
|
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
|
|
|
# can be maintained in that file. Please consult this file before editing any
|
|
|
|
# of those fields
|
|
|
|
#
|
|
|
|
|
2012-07-30 19:17:45 +00:00
|
|
|
Name: rubygem-netrc
|
2015-10-30 12:55:03 +00:00
|
|
|
Version: 0.11.0
|
2012-07-30 19:17:45 +00:00
|
|
|
Release: 0
|
|
|
|
%define mod_name netrc
|
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-12-09 12:04:28 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2015-02-09 08:31:49 +00:00
|
|
|
BuildRequires: %{ruby}
|
|
|
|
BuildRequires: ruby-macros >= 5
|
2012-07-30 19:17:45 +00:00
|
|
|
Url: https://github.com/geemus/netrc
|
2014-12-09 12:04:28 +00:00
|
|
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
2015-02-09 08:31:49 +00:00
|
|
|
Source1: gem2rpm.yml
|
2012-08-27 18:56:50 +00:00
|
|
|
Summary: Library to read and write netrc files
|
2015-02-09 08:31:49 +00:00
|
|
|
License: MIT
|
2012-07-30 19:17:45 +00:00
|
|
|
Group: Development/Languages/Ruby
|
|
|
|
|
|
|
|
%description
|
|
|
|
This library can read and update netrc files, preserving formatting including
|
|
|
|
comments and whitespace.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2014-12-09 12:04:28 +00:00
|
|
|
%gem_install \
|
2015-02-09 08:31:49 +00:00
|
|
|
--doc-files="LICENSE.md Readme.md changelog.txt" \
|
2014-12-09 12:04:28 +00:00
|
|
|
-f
|
2012-07-30 19:17:45 +00:00
|
|
|
|
2014-12-09 12:04:28 +00:00
|
|
|
%gem_packages
|
2012-07-30 19:17:45 +00:00
|
|
|
|
|
|
|
%changelog
|