diff --git a/adobe-source-han-sans-tw-fonts.spec b/adobe-source-han-sans-tw-fonts.spec index 98ab819..3f19200 100644 --- a/adobe-source-han-sans-tw-fonts.spec +++ b/adobe-source-han-sans-tw-fonts.spec @@ -1,28 +1,25 @@ %global fontname adobe-source-han-sans-tw %global fontconf 65-0-%{fontname}.conf -%global archivename SourceHanSansTW-%{version} +%global archivename SourceHanSansTW Name: adobe-source-han-sans-tw-fonts -Version: 1.001 -Release: 2%{?dist} +Version: 1.002 +Release: 1%{?dist} Summary: Adobe OpenType Pan-CJK font family for Traditional Chinese License: ASL 2.0 URL: https://github.com/adobe-fonts/source-han-sans/ -# the original upstream tar ball is too large, use the download script instead -Source0: %{archivename}.zip +Source0: https://github.com/adobe-fonts/source-han-sans/raw/release/SubsetOTF/%{archivename}.zip Source1: %{name}-fontconfig.conf Source2: https://raw.githubusercontent.com/adobe-fonts/source-han-sans/master/LICENSE.txt -# the script to download fonts -Source3: fetchtwfont.sh BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Provides: adobe-source-han-sans-twhk-fonts = %{version}-%{release} -Obsoletes: adobe-source-han-sans-twhk-fonts <= 1.001-2 +Obsoletes: adobe-source-han-sans-twhk-fonts <= 1.002-1 %description Source Han Sans is a sans serif Pan-CJK font family @@ -66,6 +63,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %changelog +* Thu Apr 23 2015 Peng Wu - 1.002-1 +- Update to 1.002 + * Mon Apr 13 2015 Peng Wu - 1.001-2 - Update spec according to review feedback.