forked from pool/perl-Font-TTF
Compare commits
12 Commits
1caaec8fe6
...
08ee13007b
Author | SHA256 | Date | |
---|---|---|---|
08ee13007b | |||
57c356837c | |||
8e1b0d8f8b | |||
64f5683845 | |||
c3a96a6266 | |||
|
4853dd7b7f | ||
|
309a1f17dc | ||
|
1d923e5673 | ||
|
1e1550ba1b | ||
|
5b0985b777 | ||
|
29872a7729 | ||
|
5511cddcfe |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ad9d0f7aef995e115bd5be298976621874670cbffa67db4b299e9c2f1f4ae35
|
||||
size 246604
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a183632a1a25a06a69f4a34cc35b9283f2d8f13dd912769165e18358e3d3e7c
|
||||
size 251656
|
3
Font-TTF-1.06.tar.gz
Normal file
3
Font-TTF-1.06.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293
|
||||
size 256048
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
license: Artistic-2.0 and OFL-1.1
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,6 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 10:35:27 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 28 05:27:04 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.06
|
||||
see /usr/share/doc/packages/perl-Font-TTF/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 27 05:23:15 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.06
|
||||
see /usr/share/doc/packages/perl-Font-TTF/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 05:29:38 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.06
|
||||
see /usr/share/doc/packages/perl-Font-TTF/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 19:45:49 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.05
|
||||
see /usr/share/doc/packages/perl-Font-TTF/Changes
|
||||
|
||||
1.05 (r1069, 2015-01-26)
|
||||
|
||||
* Add support for GSUB Type 8 Reverse-chaining substitution
|
||||
* OpenType script/lang/feature tags now based on ISO/IEC 14496-22
|
||||
* Remove deprecated GDL_old.pm
|
||||
*
|
||||
* Bug fixes:
|
||||
* Fix rt.cpan.org 92150, 93597
|
||||
* Force 0xFFFF sentry to be in a segment by itself in format 4 cmap subtables
|
||||
* Less aggressive cmap format 4 optimization to eliminate USV holes
|
||||
* Fix various issues reading WOFF-compressed font tables
|
||||
* Fix reading DSIG
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 06:08:33 UTC 2014 - coolo@suse.com
|
||||
|
||||
- fix for bnc#766390
|
||||
* License Issues
|
||||
- updated to 1.04
|
||||
* Bug fixes:
|
||||
* Fix rt.cpan.org 80671, 80672; simplify fix for #42553 per OP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Font-TTF
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,27 +12,102 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# MANUAL license
|
||||
|
||||
Name: perl-Font-TTF
|
||||
Version: 1.04
|
||||
Release: 0
|
||||
%define cpan_name Font-TTF
|
||||
Summary: Perl module for TrueType Font hacking
|
||||
License: Artistic-2.0 and OFL-1.1
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Font-TTF/
|
||||
Source: http://www.cpan.org/authors/id/M/MH/MHOSKEN/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-Font-TTF
|
||||
Version: 1.60.0
|
||||
Release: 0
|
||||
# 1.06 -> normalize -> 1.60.0
|
||||
%define cpan_version 1.06
|
||||
#Upstream: Artistic-2.0
|
||||
License: Artistic-2.0 AND OFL-1.1
|
||||
Summary: TTF font support for Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::String)
|
||||
Requires: perl(IO::String)
|
||||
Provides: perl(Font::TTF) = %{version}
|
||||
Provides: perl(Font::TTF::AATKern)
|
||||
Provides: perl(Font::TTF::AATutils)
|
||||
Provides: perl(Font::TTF::Anchor)
|
||||
Provides: perl(Font::TTF::Bsln)
|
||||
Provides: perl(Font::TTF::Cmap)
|
||||
Provides: perl(Font::TTF::Coverage)
|
||||
Provides: perl(Font::TTF::Cvt_) = 0.0.100
|
||||
Provides: perl(Font::TTF::DSIG)
|
||||
Provides: perl(Font::TTF::Delta)
|
||||
Provides: perl(Font::TTF::Dumper)
|
||||
Provides: perl(Font::TTF::EBDT)
|
||||
Provides: perl(Font::TTF::EBLC)
|
||||
Provides: perl(Font::TTF::Fdsc)
|
||||
Provides: perl(Font::TTF::Feat)
|
||||
Provides: perl(Font::TTF::Features::Cvar)
|
||||
Provides: perl(Font::TTF::Features::Size)
|
||||
Provides: perl(Font::TTF::Features::Sset)
|
||||
Provides: perl(Font::TTF::Fmtx)
|
||||
Provides: perl(Font::TTF::Font) = 0.390.0
|
||||
Provides: perl(Font::TTF::Fpgm) = 0.0.100
|
||||
Provides: perl(Font::TTF::GDEF)
|
||||
Provides: perl(Font::TTF::GPOS)
|
||||
Provides: perl(Font::TTF::GSUB)
|
||||
Provides: perl(Font::TTF::Glat)
|
||||
Provides: perl(Font::TTF::Gloc)
|
||||
Provides: perl(Font::TTF::Glyf)
|
||||
Provides: perl(Font::TTF::Glyph)
|
||||
Provides: perl(Font::TTF::GrFeat)
|
||||
Provides: perl(Font::TTF::Hdmx)
|
||||
Provides: perl(Font::TTF::Head)
|
||||
Provides: perl(Font::TTF::Hhea)
|
||||
Provides: perl(Font::TTF::Hmtx)
|
||||
Provides: perl(Font::TTF::Kern)
|
||||
Provides: perl(Font::TTF::Kern::ClassArray)
|
||||
Provides: perl(Font::TTF::Kern::CompactClassArray)
|
||||
Provides: perl(Font::TTF::Kern::OrderedList)
|
||||
Provides: perl(Font::TTF::Kern::StateTable)
|
||||
Provides: perl(Font::TTF::Kern::Subtable)
|
||||
Provides: perl(Font::TTF::LTSH)
|
||||
Provides: perl(Font::TTF::Loca)
|
||||
Provides: perl(Font::TTF::Maxp)
|
||||
Provides: perl(Font::TTF::Mort)
|
||||
Provides: perl(Font::TTF::Mort::Chain)
|
||||
Provides: perl(Font::TTF::Mort::Contextual)
|
||||
Provides: perl(Font::TTF::Mort::Insertion)
|
||||
Provides: perl(Font::TTF::Mort::Ligature)
|
||||
Provides: perl(Font::TTF::Mort::Noncontextual)
|
||||
Provides: perl(Font::TTF::Mort::Rearrangement)
|
||||
Provides: perl(Font::TTF::Mort::Subtable)
|
||||
Provides: perl(Font::TTF::Name) = 1.100.0
|
||||
Provides: perl(Font::TTF::OS_2)
|
||||
Provides: perl(Font::TTF::OTTags)
|
||||
Provides: perl(Font::TTF::OldCmap)
|
||||
Provides: perl(Font::TTF::OldMort)
|
||||
Provides: perl(Font::TTF::PCLT)
|
||||
Provides: perl(Font::TTF::PSNames)
|
||||
Provides: perl(Font::TTF::Post) = 0.10.0
|
||||
Provides: perl(Font::TTF::Prep) = 0.0.100
|
||||
Provides: perl(Font::TTF::Prop)
|
||||
Provides: perl(Font::TTF::Segarr) = 0.0.100
|
||||
Provides: perl(Font::TTF::Silf)
|
||||
Provides: perl(Font::TTF::Sill)
|
||||
Provides: perl(Font::TTF::Table) = 0.0.100
|
||||
Provides: perl(Font::TTF::Ttc) = 0.0.100
|
||||
Provides: perl(Font::TTF::Ttopen)
|
||||
Provides: perl(Font::TTF::Utils) = 0.0.100
|
||||
Provides: perl(Font::TTF::Vhea)
|
||||
Provides: perl(Font::TTF::Vmtx)
|
||||
Provides: perl(Font::TTF::Win32)
|
||||
Provides: perl(Font::TTF::Woff)
|
||||
Provides: perl(Font::TTF::Woff::MetaData)
|
||||
Provides: perl(Font::TTF::Woff::PrivateData)
|
||||
Provides: perl(Font::TTF::XMLparse)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -40,15 +115,16 @@ This module allows you to do almost anything to a TrueType/OpenType Font
|
||||
including modify and inspect nearly all tables.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -56,7 +132,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTORS LICENSE MYMETA.yml README.TXT TODO
|
||||
%doc Changes CONTRIBUTORS README.TXT TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user