Upgrade to 1.00 release 89/12089/1
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Tue, 12 Nov 2013 21:31:11 +0000 (13:31 -0800)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Tue, 12 Nov 2013 21:37:28 +0000 (13:37 -0800)
- 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>
packaging/monotype-fonts.spec

index c54676f..25a85bb 100644 (file)
@@ -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