summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-11-12 13:31:11 -0800
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-11-12 13:37:28 -0800
commit0cd1c52393e4df31411350a1714952efe162caa4 (patch)
tree58824fbdd90c91c5cd64a658cefc2c755d240476
parentfc69a0c5004cea612f5130636eb20d32b557bf21 (diff)
downloadmonotype-fonts-0cd1c52393e4df31411350a1714952efe162caa4.tar.gz
monotype-fonts-0cd1c52393e4df31411350a1714952efe162caa4.tar.bz2
monotype-fonts-0cd1c52393e4df31411350a1714952efe162caa4.zip
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 <patrick.mccarty@linux.intel.com>
-rw-r--r--packaging/monotype-fonts.spec13
1 files 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