Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9970 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 8 years ago
parent
commit
b9c1af4bd0
1 changed files with 10 additions and 5 deletions
  1. 10 5
      l/lcdf-typetools/lcdf-typetools-vl.spec

+ 10 - 5
l/lcdf-typetools/lcdf-typetools-vl.spec

@@ -1,11 +1,11 @@
 %if %{?_dist_release} >= "vl7"
-%global tlversion	2014
+%global tlversion	2015
 %else %if %{?_dist_release} == "vl6"
 %global tlversion	2009
 %endif
 
 Name:		lcdf-typetools
-Version:	2.104
+Version:	2.105
 Release:	1%{?_dist_release}
 Summary:	Tools for manipulating OpenType fonts
 Group:		User Interface/X
@@ -25,9 +25,10 @@ formerly distributed as part of a different package (mminstance)
 %prep
 %setup -q
 
-
 %build
-%configure 
+%configure \
+  --with-kpathsea \
+  ;
 %__make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 
@@ -37,7 +38,8 @@ formerly distributed as part of a different package (mminstance)
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING NEWS ONEWS README
+%doc COPYING NEWS ONEWS README.md
+%doc glyphlist.txt glyphtounicode.tex texglyphlist-g2u.txt texglyphlist.txt
 %{_bindir}/cfftot1
 %{_bindir}/mmafm
 %{_bindir}/mmpfb
@@ -53,6 +55,9 @@ formerly distributed as part of a different package (mminstance)
 %{_datadir}/lcdf-typetools
 
 %changelog
+* Thu Jan 21 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2.105-1
+- new upstream release
+
 * Thu Oct 30 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2.104-1
 - new upstream release