2012-12-30 07:26:32 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package rubygem-afm
|
|
|
|
|
#
|
2020-09-04 11:07:27 +00:00
|
|
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-12-30 07:26:32 +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/
|
|
|
|
|
#
|
|
|
|
|
|
2020-09-04 11:07:27 +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-12-30 07:26:32 +00:00
|
|
|
Name: rubygem-afm
|
2014-07-13 15:20:38 +00:00
|
|
|
Version: 0.2.2
|
2012-12-30 07:26:32 +00:00
|
|
|
Release: 0
|
|
|
|
|
%define mod_name afm
|
|
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-10-13 06:01:21 +00:00
|
|
|
BuildRequires: ruby-macros >= 5
|
|
|
|
|
BuildRequires: %{ruby}
|
|
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2012-12-30 07:26:32 +00:00
|
|
|
Url: http://github.com/halfbyte/afm
|
2020-09-01 07:06:56 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|
|
|
|
Source1: gem2rpm.yml
|
2012-12-30 07:26:32 +00:00
|
|
|
Summary: reading Adobe Font Metrics (afm) files
|
2014-07-13 15:20:38 +00:00
|
|
|
License: MIT
|
2012-12-30 07:26:32 +00:00
|
|
|
Group: Development/Languages/Ruby
|
|
|
|
|
|
|
|
|
|
%description
|
2014-10-13 06:01:21 +00:00
|
|
|
a simple library to read afm files and use the data conveniently.
|
2012-12-30 07:26:32 +00:00
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
2014-10-13 06:01:21 +00:00
|
|
|
%gem_install \
|
|
|
|
|
--doc-files="CHANGELOG.md LICENSE README.rdoc" \
|
|
|
|
|
-f
|
2012-12-30 07:26:32 +00:00
|
|
|
|
2014-10-13 06:01:21 +00:00
|
|
|
%gem_packages
|
2012-12-30 07:26:32 +00:00
|
|
|
|
|
|
|
|
%changelog
|