Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a0e36ef02e
!10 update to 2.1.5
From: @lyn1001 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
2023-10-13 01:21:04 +00:00
lyn1001
74188b5af4 update to 2.1.5 2023-10-12 17:31:40 +08:00
openeuler-ci-bot
43f18be300
!9 License compliance rectification
From: @starlet-dx 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
2022-06-10 02:32:20 +00:00
starlet-dx
146d7f2651 License compliance rectification 2022-05-11 17:20:57 +08:00
openeuler-ci-bot
549e8eeb00 !6 Modify Source0 Url of package liberation-fonts
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-15 11:08:55 +08:00
wangge
9fc091a7f2 Modify Source0 Url on master branch 2020-09-14 16:18:05 +08:00
openeuler-ci-bot
32e4952ec5 !5 Modify changelog version Number.
Merge pull request !5 from jeff200902/master
2020-07-20 12:26:50 +08:00
jeff200902
0bb6887842 change Version Num 2020-07-20 11:51:20 +08:00
openeuler-ci-bot
57e2d9df08 !4 modify yaml
Merge pull request !4 from huanghaitao/master
2020-06-30 14:27:52 +08:00
hht8
08d2cf427d modify yaml 2020-06-29 19:16:55 +08:00
openeuler-ci-bot
9194a80c24 !3 Add liberation-fonts.yaml
Merge pull request !3 from huanghaitao/master
2020-05-13 16:50:35 +08:00
4 changed files with 24 additions and 10 deletions

BIN
2.1.5.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,16 @@
Name: liberation-fonts
Summary: Liberation Fonts
Version: 2.00.5
Release: 2
Version: 2.1.5
Release: 1
Epoch: 1
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
# exceptions:
# The first exception is the standard FSF font exception.
# The second exception is an anti-lockdown clause somewhat like the one in
# GPLv3. This license is Free, but GPLv2 and GPLv3 incompatible.
License: Liberation
License: OFL-1.1
URL: https://github.com/liberationfonts/%{name}
Source0: https://github.com/liberationfonts/%{name}/files/2012633/%{name}-%{version}.tar.gz
Source0: https://github.com/liberationfonts/%{name}/archive/%{version}.tar.gz
Source1: %{name}-mono.conf
Source2: %{name}-sans.conf
Source3: %{name}-serif.conf
@ -19,10 +19,8 @@ Source5: liberation-mono.metainfo.xml
Source6: liberation-sans.metainfo.xml
Source7: liberation-serif.metainfo.xml
BuildArch: noarch
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils libappstream-glib fontforge python3 python3-fonttools
BuildRequires: fontpackages-devel >= 1.13, mkfontscale mkfontdir libappstream-glib fontforge python3 python3-fonttools make
Requires: fontpackages-filesystem >= 1.13
Obsoletes: liberation-narrow-fonts < 1:2.0.0
Provides: liberation-narrow-fonts = %{epoch}:%{version}-%{release}
Obsoletes: liberation-fonts-common liberation-sans-fonts liberation-serif-fonts liberation-mono-fonts
Provides: liberation-fonts-common liberation-sans-fonts liberation-serif-fonts liberation-mono-fonts
@ -32,6 +30,9 @@ commonly used fonts on Microsoft systems: Times New Roman, Arial, and Courier Ne
%prep
%autosetup -n %{name}-%{version} -p1
sed -i 's/OS2_UseTypoMetrics: 1/OS2_UseTypoMetrics: 0/g' src/*.sfd
sed -i 's|/usr/bin/env python|%{_bindir}/python2|' scripts/setisFixedPitch-fonttools.py
%build
%make_build
@ -63,7 +64,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/liberation
%_font_pkg -f *-liberation-*.conf Liberation*.ttf
%{_datadir}/appdata/*.metainfo.xml
%doc AUTHORS ChangeLog README TODO
%doc AUTHORS ChangeLog README.md TODO
%license LICENSE
%dir %{_fontdir}
%verify(not md5 size mtime) %{_fontdir}/fonts.dir
@ -71,5 +72,17 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/liberation
%{_sysconfdir}/X11/fontpath.d/%{name}
%changelog
* Thu Oct 12 2023 liyanan <thistleslyn@163.com> - 1:2.1.5-1
- Update to 2.1.5
* Wed May 11 2022 yaoxin <yaoxin30@h-partners.com> - 1:2.00.5-5
- License compliance rectification
* Mon Sep 14 2020 Ge Wang <wangge20@huawei.com> - 2.00.5-4
- Modify Source0 Url
* Mon Jul 20 2020 Jeffery.Gao <gaojianxing@huawei.com> - 2.00.5-3
- Change Verion Num
* Tue Dec 3 2019 chenzhenyu <chenzhenyu13@huawei.com> - 2.00.3-2
- Package init

View File

@ -1,4 +1,5 @@
git_url: https://github.com/liberationfonts/liberation-fonts.git
version_control: github
src_repo: liberationfonts/liberation-fonts
tag_pattern: ^v
seperator: .
tag_prefix: "^v"
seperator: "."