Fix source tarball
This commit is contained in:
parent
311c29c496
commit
e8afc98eb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@ fonttools-2.3.tar.gz
|
||||
/fonttools-4.7.0.zip
|
||||
/fonttools-4.8.1.zip
|
||||
/fonttools-4.9.0.zip
|
||||
/fonttools-4.9.0.tar.gz
|
||||
|
@ -7,11 +7,11 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
||||
|
||||
Name: fonttools
|
||||
Version: 4.9.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tools to manipulate font files
|
||||
License: MIT
|
||||
URL: https://github.com/fonttools/fonttools/
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.zip
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
|
||||
|
||||
Requires: python3-fonttools
|
||||
Requires: python3-setuptools
|
||||
@ -64,6 +64,9 @@ sed -i '1d' Lib/fontTools/mtiLib/__init__.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu May 07 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.9.0-2
|
||||
- Fix source tarball
|
||||
|
||||
* Thu May 07 2020 Parag Nemade <pnemade AT redhat DOT com> - 4.9.0-1
|
||||
- Update to 4.9.0 version (#1829451)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fonttools-4.9.0.zip) = b26da75c44aab6fdc7aaf31d5addd9383bb244fc59c4644f87cca859b1a6bf5f7e4705abf1109ab475d0eb744d862c259e8f7e56b8590a4fd113aae2e92a716d
|
||||
SHA512 (fonttools-4.9.0.tar.gz) = b26da75c44aab6fdc7aaf31d5addd9383bb244fc59c4644f87cca859b1a6bf5f7e4705abf1109ab475d0eb744d862c259e8f7e56b8590a4fd113aae2e92a716d
|
||||
|
Loading…
Reference in New Issue
Block a user