Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,2 +1,6 @@
|
||||
SOURCES/cmap-resources-20171205.tar.gz
|
||||
/cmap-resources-20170901.tar.gz
|
||||
/cmap-resources-20171024.tar.gz
|
||||
/cmap-resources-20171205.tar.gz
|
||||
/cmap-resources-20190730.tar.gz
|
||||
/cmap-resources-20230118.tar.gz
|
||||
/cmap-resources-20230622.tar.gz
|
||||
|
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# adobe-mappings-cmap
|
||||
|
||||
CMap (Character Map) resources are used to unidirectionally map character codes,
|
||||
such as Unicode encoding form, to CIDs (Character IDs -- meaning glyphs) of a
|
||||
CIDFont resource.
|
||||
|
||||
These CMap resources are useful for some applications (e.g. Ghostscript) to
|
||||
correctly display text containing Japanese, (Traditional) Chinese, or Korean
|
||||
characters.
|
@ -1,14 +1,36 @@
|
||||
Name: adobe-mappings-cmap
|
||||
Summary: CMap resources for Adobe's character collections
|
||||
Version: 20171205
|
||||
Release: 3%{?dist}
|
||||
License: BSD
|
||||
Version: 20230622
|
||||
Release: 5%{?dist}
|
||||
License: BSD-3-Clause
|
||||
|
||||
URL: https://www.adobe.com/
|
||||
Source: https://github.com/adobe-type-tools/cmap-resources/archive/%{version}.tar.gz#/cmap-resources-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: git
|
||||
BuildRequires: make
|
||||
|
||||
# The cmap-resources package duplicated this one (albeit with different
|
||||
# installation paths). It was retired for F36. Provide an upgrade path.
|
||||
%global crversion %(echo '%{version}' | \
|
||||
awk '{print substr($0,1,4)"."substr($0,5,2)"."substr($0,7)}')
|
||||
Provides: cmap-resources = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources < 2019.07.30-6
|
||||
Provides: cmap-resources-cns1-6 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-cns1-6 < 2019.07.30-6
|
||||
Provides: cmap-resources-cns1-7 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-cns1-7 < 2019.07.30-6
|
||||
Provides: cmap-resources-gb1-5 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-gb1-5 < 2019.07.30-6
|
||||
Provides: cmap-resources-japan1-7 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-japan1-7 < 2019.07.30-6
|
||||
Provides: cmap-resources-korea1-2 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-korea1-2 < 2019.07.30-6
|
||||
Provides: cmap-resources-identity-0 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-identity-0 < 2019.07.30-6
|
||||
Provides: cmap-resources-kr-9 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-kr-9 < 2019.07.30-6
|
||||
|
||||
%description
|
||||
CMap (Character Map) resources are used to unidirectionally map character codes,
|
||||
@ -25,6 +47,9 @@ characters.
|
||||
Summary: Deprecated CMap resources for Adobe's character collections
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
Provides: cmap-resources-japan2-0 = %{crversion}-6.%{release}
|
||||
Obsoletes: cmap-resources-japan2-0 < 2019.07.30-6
|
||||
|
||||
%description deprecated
|
||||
This sub-package contains currently deprecated CMap resources that some
|
||||
applications might still require to function properly.
|
||||
@ -35,7 +60,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-deprecated = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package is useful for Fedora development purposes only. It installs RPM
|
||||
This package is useful for development purposes only. It installs RPM
|
||||
macros useful for building packages against %{name},
|
||||
as well as all the fonts contained in this font set.
|
||||
|
||||
@ -62,7 +87,7 @@ _EOF
|
||||
|
||||
%files
|
||||
%doc README.md VERSIONS.txt
|
||||
%license LICENSE.txt
|
||||
%license LICENSE.md
|
||||
|
||||
# Necessary directories ownership (to remove them correctly when uninstalling):
|
||||
%dir %{_datadir}/adobe
|
||||
@ -74,6 +99,7 @@ _EOF
|
||||
%{_datadir}/adobe/resources/mapping/Identity
|
||||
%{_datadir}/adobe/resources/mapping/Japan1
|
||||
%{_datadir}/adobe/resources/mapping/Korea1
|
||||
%{_datadir}/adobe/resources/mapping/KR
|
||||
|
||||
%files deprecated
|
||||
%{_datadir}/adobe/resources/mapping/deprecated
|
||||
@ -84,6 +110,70 @@ _EOF
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 20230622-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 20230622-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20230622-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20230622-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2023 Richard Lescak <rlescak@redhat.com> - 20230622-1
|
||||
- rebase to version 20230622 (#2216272)
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20230118-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Feb 21 2023 Richard Lescak <rlescak@redhat.com> - 20230118-2
|
||||
- SPDX migration
|
||||
|
||||
* Thu Jan 19 2023 Richard Lescak <rlescak@redhat.com> - 20230118-1
|
||||
- Rebase to version 20230118 (#2162105)
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20190730-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20190730-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20190730-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Oct 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 20190730-2
|
||||
- Add Provides/Obsoletes to support “cmap-resources” retirement
|
||||
|
||||
* Wed Oct 13 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 20190730-1
|
||||
- Update to 20190730 (close RHBZ#2013684)
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Mar 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 20171205-8
|
||||
- remove mention of Fedora from desc
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20171205-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
25
gating.yaml
Normal file
25
gating.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#Rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
36
plans.fmf
Normal file
36
plans.fmf
Normal file
@ -0,0 +1,36 @@
|
||||
/tier1-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/adobe-mappings-cmap.git
|
||||
name: /plans/tier1/internal
|
||||
|
||||
/tier1-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/adobe-mappings-cmap.git
|
||||
name: /plans/tier1/public
|
||||
|
||||
/tier2-tier3-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/adobe-mappings-cmap.git
|
||||
name: /plans/tier2-tier3/internal
|
||||
|
||||
/tier2-tier3-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/adobe-mappings-cmap.git
|
||||
name: /plans/tier2-tier3/public
|
||||
|
||||
/others-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/adobe-mappings-cmap.git
|
||||
name: /plans/others/internal
|
||||
|
||||
/others-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/adobe-mappings-cmap.git
|
||||
name: /plans/others/public
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cmap-resources-20171205.tar.gz) = 30b7e03a1fed1003e6cdbadf9df11d2d7a2479114f7f68a539024d390a86d6c6372e1add3f34dd38e57a89da9f9d3e84c9a5b9899598d1bcfdfe5c84c1bb7b02
|
||||
SHA512 (cmap-resources-20230622.tar.gz) = 1434b5481e91828268feddab8bb83857412c460361c4a8dad6cbb368512e11c3684b914f79d602957aae1266889636d913bb4798b01051c0fa6d5e203bae8c05
|
||||
|
Loading…
Reference in New Issue
Block a user