Sync from SUSE:SLFO:Main perl-Font-AFM revision 44d1c1e602be31aa2d470309b00d6956

This commit is contained in:
Adrian Schröter 2024-05-03 18:18:11 +02:00
commit 413b5b0569
4 changed files with 143 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Font-AFM-1.20.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

63
perl-Font-AFM.changes Normal file
View File

@ -0,0 +1,63 @@
-------------------------------------------------------------------
Wed Nov 13 18:26:53 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
- change architecture to 'noarch'
- cleanup spec
-------------------------------------------------------------------
Wed Feb 27 06:45:02 UTC 2013 - coolo@suse.com
- update license to new format
-------------------------------------------------------------------
Fri Nov 18 11:10:48 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Tue Nov 30 19:20:16 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:00 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Oct 19 08:38:38 UTC 2010 - coolo@novell.com
- add perl as explicit buildrequire
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Mon Jul 14 19:38:38 CEST 2008 - kssingvo@suse.de
- update to new version 1.20:
Improved TAP output from test
- removed deletion of builddir in %install
-------------------------------------------------------------------
Wed Jan 25 21:39:41 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Sep 28 22:09:35 CEST 2005 - dmueller@suse.de
- add norootforbuild
-------------------------------------------------------------------
Tue Jan 20 15:46:55 CET 2004 - kssingvo@suse.de
- update to perl-Font-AFM-1.19
-------------------------------------------------------------------
Tue Dec 16 17:48:00 CET 2003 - kssingvo@suse.de
- initial version

54
perl-Font-AFM.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package perl-Font-AFM
#
# Copyright (c) 2019 SUSE LLC.
#
# 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 https://bugs.opensuse.org/
#
Name: perl-Font-AFM
Version: 1.20
Release: 0
Summary: Interface to Adobe Font Metrics Files
License: Artistic-1.0 OR GPL-2.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/pod/Font::AFM
Source: https://cpan.metacpan.org/authors/id/G/GA/GAAS/Font-AFM-%{version}.tar.gz
BuildArch: noarch
%{perl_requires}
%description
This module implements the Font::AFM class. Objects of this class are
initialized from an AFM file and allow you to obtain information about
the font and the metrics of the various glyphs in the font.
%prep
%setup -q -n Font-AFM-%{version}
%build
perl Makefile.PL
make %{?_smp_mflags}
%check
make %{?_smp_mflags} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-, root, root)
%doc README Changes
%changelog