|
@@ -1,14 +1,16 @@
|
|
|
+%global tlversion 2011
|
|
|
+
|
|
|
Name: lcdf-typetools
|
|
|
-Version: 2.87
|
|
|
+Version: 2.92
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Tools for manipulating OpenType fonts
|
|
|
Group: User Interface/X
|
|
|
License: GPLv2+
|
|
|
URL: http://www.lcdf.org
|
|
|
Source0: http://www.lcdf.org/type/%{name}-%{version}.tar.gz
|
|
|
-Requires: texlive
|
|
|
-BuildRequires: texlive
|
|
|
-BuildRequires: libkpathsea-devel
|
|
|
+Requires: texlive-common >= %{tlversion}
|
|
|
+BuildRequires: texlive-common >= %{tlversion}
|
|
|
+BuildRequires: libkpathsea-devel >= %{tlversion}
|
|
|
|
|
|
%description
|
|
|
The LCDF Typetools package contains several programs for manipulating
|
|
@@ -47,6 +49,10 @@ formerly distributed as part of a different package (mminstance)
|
|
|
%{_datadir}/lcdf-typetools
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.92-1
|
|
|
+- Update to next upstream release 2.92
|
|
|
+ - built for libkpathsea-devel-2011-1
|
|
|
+
|
|
|
* Mon May 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.87-1
|
|
|
- initial build
|
|
|
|