This commit is contained in:
Nicolas Mailhot 2020-04-02 21:21:31 +02:00
parent 42bc6795a7
commit d5683833b8

View File

@ -11,7 +11,7 @@ Version: 2.37
%global tag %{lua:t=string.gsub(rpm.expand("version %{version}"), "[%p%s]+", "_");print(t)}
%forgemeta
Release: 10%{?dist}
Release: 11%{?dist}
# original bitstream glyphs are Bitstream Vera
# glyphs modifications by dejavu project are Public Domain
# glyphs imported from Arev fonts are under BitStream Vera compatible license
@ -134,7 +134,6 @@ Summary: The DejaVu font families
%wordwrap -v common_description
%fontpkg -a
%patch0 -p1
%fontmetapkg -z 1,2,3
@ -156,6 +155,7 @@ This package provides optional documentation files shipped with
%prep
%forgesetup
%patch0 -p1
%build
make %{?_smp_mflags} VERSION=%{version} FC-LANG="" \
@ -181,7 +181,7 @@ make check
%changelog
* Thu Apr 02 2020 Nicolas Mailhot <nim@fedoraproject.org>
- 2.37-10
- 2.37-11
👻 Rebuild with fonts-rpm-macros 2.0.4 to make sure fontconfig files are valid
* Mon Mar 09 2020 Nicolas Mailhot <nim@fedoraproject.org>