Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
df2f76c897
!11 [sync] PR-8: License compliance rectification
From: @openeuler-sync-bot 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2024-11-18 09:27:26 +00:00
cherry530
16f49a909b License compliance rectification
Signed-off-by: cherry530 <707078654@qq.com>
(cherry picked from commit 358c9ebbe62fa823ab656b5a6c1e6836e03d2037)
2024-11-18 17:13:06 +08:00
openeuler-ci-bot
0097667050
!7 Update to 3.0.5
From: @lyn1001 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
2023-10-13 01:21:39 +00:00
lyn1001
e2e3ab0508 update to 3.0.5 2023-10-12 14:09:16 +08:00
openeuler-ci-bot
fee43fe8a8
!3 Upgrade to version 3.0.4
From: @lyn1001 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
2022-06-22 06:28:27 +00:00
openeuler-ci-bot
25be102cd5 update to 3.0.4 2022-06-22 10:14:48 +08:00
openeuler-ci-bot
ead116ada3 !2 Add yaml file
Merge pull request !2 from 李振华/master
2020-05-07 08:40:50 +08:00
lizhenhua
da9a942672 Add yaml file 2020-05-06 19:29:59 +08:00
openeuler-ci-bot
dd42701ed3 !1 package init
Merge pull request !1 from ultra_planet/new
2020-02-14 17:48:25 +08:00
ultra_planet
eb5bf0a0a3 package init 2020-02-14 11:05:42 +08:00
5 changed files with 99 additions and 0 deletions

BIN
overpass-3.0.5.zip Normal file

Binary file not shown.

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>Overpass</family>
<prefer>
<family>sans-serif</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<default>
<family>Overpass</family>
</default>
</alias>
</fontconfig>

63
overpass-fonts.spec Normal file
View File

@ -0,0 +1,63 @@
%global fontname overpass
Name: %{fontname}-fonts
Version: 3.0.5
Release: 2
Summary: Overpass fonts
License: OFL-1.1 or LGPLv2+
URL: https://github.com/RedHatBrand/overpass/
Source0: https://github.com/RedHatOfficial/Overpass/releases/download/v%{version}/overpass-%{version}.zip
Source1: %{name}-fontconfig.conf
Source2: overpass-mono-fonts-fontconfig.conf
BuildArch: noarch
BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem
%description
This package provides free and open source overpass fonts.It is based on the U.S.
interstate highway road signage type system.
%package -n overpass-mono-fonts
Summary: Monospace overpass fonts
%description -n overpass-mono-fonts
This package provides free and open source overpass fonts.It is based on the U.S.
interstate highway road signage type system.It is monospace font.
%prep
%setup -q -n Overpass-%{version}
%build
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p desktop-fonts/overpass*/*.otf %{buildroot}%{_fontdir}
install -m 0755 -d %{buildroot}%{_fontconfig_confdir}
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir}
install -m 0644 -p %{SOURCE2} %{buildroot}%{_fontconfig_templatedir}/60-overpass-mono.conf
install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/60-overpass.conf
ln -s %{_fontconfig_templatedir}/60-overpass-mono.conf %{buildroot}%{_fontconfig_confdir}/60-overpass-mono.conf
ln -s %{_fontconfig_templatedir}/60-overpass.conf %{buildroot}%{_fontconfig_confdir}/60-overpass.conf
%_font_pkg -f 60-overpass.conf overpass-bold*.otf overpass-extra*.otf overpass-heavy*.otf overpass-italic*.otf overpass-light*.otf overpass-regular*.otf overpass-semibold*.otf overpass-thin*.otf
%doc overpass-specimen.pdf README.md
%license LICENSE.md
%_font_pkg -n overpass-mono -f 60-overpass-mono.conf overpass-mono-*.otf
%doc overpass-mono-specimen.pdf README.md
%license LICENSE.md
%changelog
* Tue Jul 30 2024 xu_ping <707078654@qq.com> - 3.0.5-2
- License compliance rectification
* Thu Oct 12 2023 liyanan <thistleslyn@163.com> - 3.0.5-1
- Update to 3.0.5
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 3.0.4-1
- Upgrade to version 3.0.4
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 3.0.3-4
- Package init

4
overpass-fonts.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: RedHatBrand/overpass
tag_prefix: ^
seperator: .

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>Overpass Mono</family>
<prefer>
<family>monospace</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<default>
<family>Overpass Mono</family>
</default>
</alias>
</fontconfig>