Add compat package
This commit is contained in:
parent
30f0640587
commit
fb9a23d073
@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
Version: 20141121
|
Version: 20141121
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
# https://company.paratype.com/pt-sans-pt-serif
|
# https://company.paratype.com/pt-sans-pt-serif
|
||||||
URL: http://www.paratype.com/public/
|
URL: http://www.paratype.com/public/
|
||||||
|
|
||||||
@ -11,8 +11,8 @@ URL: http://www.paratype.com/public/
|
|||||||
%global fontfamily PT Sans
|
%global fontfamily PT Sans
|
||||||
%global fontsummary PT Sans, a grotesque pan-Cyrillic font family
|
%global fontsummary PT Sans, a grotesque pan-Cyrillic font family
|
||||||
%global fontpkgheader %{expand:
|
%global fontpkgheader %{expand:
|
||||||
Obsoletes: paratype-pt-sans-fonts < %{version}-%{release}
|
Obsoletes: paratype-pt-sans-fonts <= %{version}-%{release}
|
||||||
Obsoletes: paratype-pt-sans-caption-fonts < %{version}-%{release}
|
Obsoletes: paratype-pt-sans-caption-fonts <= %{version}-%{release}
|
||||||
}
|
}
|
||||||
%global fonts PTS*.ttf PTN*.ttf PTC*.ttf
|
%global fonts PTS*.ttf PTN*.ttf PTC*.ttf
|
||||||
%global fontconfngs %{SOURCE10}
|
%global fontconfngs %{SOURCE10}
|
||||||
@ -58,6 +58,17 @@ BuildArch: noarch
|
|||||||
This package provides optional documentation files shipped with
|
This package provides optional documentation files shipped with
|
||||||
%{name}.
|
%{name}.
|
||||||
|
|
||||||
|
%package -n compat-paratype-pt-sans-fonts-f33-f34
|
||||||
|
Summary: Fedora-33 & 34 compatibility package
|
||||||
|
Provides: paratype-pt-sans-fonts = %{version}-%{release}
|
||||||
|
Provides: paratype-pt-sans-caption-fonts = %{version}-%{release}
|
||||||
|
Requires: font(ptsans) = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n compat-paratype-pt-sans-fonts-f33-f34
|
||||||
|
Fedora-33 & 34 compatibility package.
|
||||||
|
|
||||||
|
%files -n compat-paratype-pt-sans-fonts-f33-f34
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
%linuxtext *.txt
|
%linuxtext *.txt
|
||||||
@ -81,6 +92,10 @@ install -m 0644 -vp %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} \
|
|||||||
%doc *.pdf
|
%doc *.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 26 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||||
|
- 20141121-13
|
||||||
|
✅ Add compatibility packages
|
||||||
|
|
||||||
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||||
- 20141121-12
|
- 20141121-12
|
||||||
✅ Rebuild with fonts-rpm-macros 2.0.2
|
✅ Rebuild with fonts-rpm-macros 2.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user