Modifying the source code package address

This commit is contained in:
wu-leilei 2022-11-15 17:18:13 +08:00
parent 32b8fdb539
commit e4565d52f4

View File

@ -1,13 +1,12 @@
%global gettext_package FontForge %global gettext_package FontForge
%global gittag0 20200314
Name: fontforge Name: fontforge
Version: 20200314 Version: 20200314
Release: 6 Release: 7
Summary: Outline and bitmap font editor Summary: Outline and bitmap font editor
License: GPLv3+ License: GPLv3+
URL: http://fontforge.github.io/ URL: http://fontforge.github.io/
Source0: https://github.com/fontforge/%{name}/archive/%{gittag0}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/fontforge/fontforge/archive/%{version}/fontforge-%{version}.tar.gz
Patch0001: fontforge-20200314-Call-gdk_set_allowed_backends-before-gdk_init.patch Patch0001: fontforge-20200314-Call-gdk_set_allowed_backends-before-gdk_init.patch
Patch0002: fontforge-20200314-sphinx-make-changes-to-support-Sphinx-3.patch Patch0002: fontforge-20200314-sphinx-make-changes-to-support-Sphinx-3.patch
@ -112,6 +111,9 @@ popd
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 20200314-7
- Modifying the source code package address
* Tue Jul 13 2021 wangyue <wangyue92@huawei.com> - 20200314-6 * Tue Jul 13 2021 wangyue <wangyue92@huawei.com> - 20200314-6
- remove useless glib buildrequire - remove useless glib buildrequire
- move %find_lang to correct stage - move %find_lang to correct stage