From 0cd1c52393e4df31411350a1714952efe162caa4 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 12 Nov 2013 13:31:11 -0800 Subject: [PATCH] Upgrade to 1.00 release - fix RPM package group tag (fixes rpmlint error) - update package license for this release Change-Id: If1f089e2c633fdf3bc060114b2e64e386e263397 Signed-off-by: Patrick McCarty --- packaging/monotype-fonts.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packaging/monotype-fonts.spec b/packaging/monotype-fonts.spec index c54676f..25a85bb 100644 --- a/packaging/monotype-fonts.spec +++ b/packaging/monotype-fonts.spec @@ -6,12 +6,13 @@ %define _fontsconfavaildir %{_datadir}/%{name}/conf.avail Name: monotype-fonts -Version: 0.0.1 +Version: 1.00 Release: 0 -License: Intel Proprietary +License: Apache-2.0 Summary: Fonts package that provides the Clear Sans font -Url: http://www.intel.com/ -Group: System/Fonts +Url: https://01.org/clear-sans +Group: Graphics & UI Framework/Fonts +# Upstream only provides a zip file, so source is imported manually Source: %{name}-%{version}.tar.xz Source1001: monotype-fonts.manifest BuildArch: noarch @@ -28,7 +29,7 @@ cp %{SOURCE1001} . %install mkdir -p %{buildroot}%{_ttffontsdir} -install -m 0644 ttf/*.ttf %{buildroot}%{_ttffontsdir}/ +install -m 0644 TTF/*.ttf %{buildroot}%{_ttffontsdir}/ %post if [ -x %{_bindir}/fc-cache ]; then @@ -42,5 +43,5 @@ fi %files %manifest %{name}.manifest -%license COPYING +%license LICENSE-2.0.txt %{_ttffontsdir}/*.ttf -- 2.7.4