Bump version

i8e changed/i8e/quoteunquoteapps-courier-prime-fonts-3.018-1.el8.1
Sergey Cherevko 12 months ago
parent 23e2558064
commit 587bbed3ee
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -21,7 +21,7 @@ done
BuildArch: noarch
Version: 3.018
Release: 1%{?dist}
Release: 1%{?dist}.1
Name: quoteunquoteapps-courier-prime-fonts
URL: https://quoteunquoteapps.com/courierprime/
License: OFL
@ -31,6 +31,7 @@ Source10: 61-%{name}.conf
Source11: org.fedoraproject.%{name}.metainfo.xml
BuildRequires: uchardet
Requires: fontpackages-filesystem
Provides: courier-prime-fonts
Obsoletes: courier-prime-fonts < %{version}-%{release}
@ -41,7 +42,7 @@ by Howard Kettler.
It is a monospaced family, designed specifically for screenplays. Overall
the family is more refined than its predecessor. The serifs are crisper
and less rounded. The counters are subtly wider. The bold weight is a
bit darker and the italics are more cursive.}
bit darker and the italics are more cursive.
%package doc
Summary: Optional documentation files of %{name}
@ -60,32 +61,33 @@ This package provides optional documentation files shippend with
%install
install -m 0755 -d %{buildroot}/etc/fonts/conf.d/
install -m 0755 -d %{buildroot}/usr/share/fontconfig/conf.avail/
install -m 0755 -d %{buildroot}/usr/share/fonts/%{name}/
install -m 0755 -d %{buildroot}/usr/share/metainfo/
install -m 0644 -t %{buildroot}/usr/share/fontconfig/conf.avail/ %{SOURCE10}
ln -sf ../../../usr/share/fontconfig/conf.avail/61-%{name}.conf %{buildroot}/etc/fonts/conf.d/61-%{name}.conf
ln -sr %{buildroot}%{_datadir}/fontconfig/conf.avail/61-%{name}.conf %{buildroot}%{_sysconfdir}/fonts/conf.d/61-%{name}.conf
install -m 0755 -d %{buildroot}/usr/share/doc/%{name}/
install -m 0755 -d %{buildroot}/usr/share/fonts/%{name}/
install -m 0644 -t %{buildroot}/usr/share/doc/%{name}/ AUTHORS.txt CONTRIBUTING.md README.md
install -m 0644 -t %{buildroot}/usr/share/fonts/%{name}/ fonts/ttf/CourierPrime-Bold.ttf fonts/ttf/CourierPrime-BoldItalic.ttf fonts/ttf/CourierPrime-Italic.ttf fonts/ttf/CourierPrime-Regular.ttf
install -m 0644 fonts/ttf/*.ttf %{buildroot}/usr/share/fonts/%{name}/
install -m 0755 -d %{buildroot}/usr/share/metainfo/
install -m 0644 -t %{buildroot}/usr/share/metainfo/ %{SOURCE11}
install -m 0755 -d %{buildroot}/usr/share/licenses/%{name}-doc/
install -m 0644 -t %{buildroot}/usr/share/licenses/%{name}-doc/ OFL.txt
%files
%{_sysconfdir}/fonts/conf.d/61-%{name}.conf
%{_docdir}/%{name}/*
%config %{_sysconfdir}/fonts/conf.d/61-%{name}.conf
%{_datadir}/fontconfig/conf.avail/61-%{name}.conf
%{_datadir}/fonts/%{name}/*.ttf
%{_datadir}/metainfo/org.fedoraproject.%{name}.metainfo.xml
%doc AUTHORS.txt CONTRIBUTING.md README.md
%license OFL.txt
%files doc
%defattr(644, root, root, 0755)
%license OFL.txt
%changelog
* Wed Feb 21 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.018-1.1
- Bump version
* Tue Feb 20 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.018-1
- Package architecture was defined as noarch
- Rebuilt for MSVSphere 8.9

Loading…
Cancel
Save