|
@@ -2,7 +2,7 @@ Summary: Utility to create fonts.scale files for truetype fonts
|
|
Summary(ja): TrueType フォント用に fonts.scale ファイルを作成するためのユーティリティ
|
|
Summary(ja): TrueType フォント用に fonts.scale ファイルを作成するためのユーティリティ
|
|
Name: ttmkfdir
|
|
Name: ttmkfdir
|
|
Version: 3.0.9
|
|
Version: 3.0.9
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Patch: ttmkfdir-3.0.9-cpp.patch
|
|
Patch: ttmkfdir-3.0.9-cpp.patch
|
|
Patch1: ttmkfdir-3.0.9-zlib.patch
|
|
Patch1: ttmkfdir-3.0.9-zlib.patch
|
|
@@ -14,7 +14,7 @@ Patch6: ttmkfdir-3.0.9-segfaults.patch
|
|
Patch7: ttmkfdir-3.0.9-encoding-dir.patch
|
|
Patch7: ttmkfdir-3.0.9-encoding-dir.patch
|
|
Patch8: ttmkfdir-3.0.9-font-scale.patch
|
|
Patch8: ttmkfdir-3.0.9-font-scale.patch
|
|
Patch9: ttmkfdir-3.0.9-bug434301.patch
|
|
Patch9: ttmkfdir-3.0.9-bug434301.patch
|
|
-License: GPL
|
|
+License: LGPLv2+
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: freetype2-devel >= 2.0
|
|
BuildRequires: freetype2-devel >= 2.0
|
|
@@ -24,6 +24,10 @@ BuildRequires: libtool
|
|
# ttmkfdir used to be in the following packages at one point
|
|
# ttmkfdir used to be in the following packages at one point
|
|
Conflicts: freetype-utils <= 1.3.1-5vl5
|
|
Conflicts: freetype-utils <= 1.3.1-5vl5
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
+
|
|
%description
|
|
%description
|
|
ttmkfdir is a utility used to create fonts.scale files in
|
|
ttmkfdir is a utility used to create fonts.scale files in
|
|
TrueType font directories in order to prepare them for use
|
|
TrueType font directories in order to prepare them for use
|
|
@@ -47,7 +51,7 @@ make OPTFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
-%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
|
+make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -58,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_bindir}/ttmkfdir
|
|
%{_bindir}/ttmkfdir
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-3
|
|
|
|
+- rebuild for Vine 6
|
|
|
|
+- update patches
|
|
|
|
+
|
|
* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.0.9-2
|
|
* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.0.9-2
|
|
- spec in UTF-8
|
|
- spec in UTF-8
|
|
|
|
|