Browse Source

ttmkfdir: rebuild for Vine6, update patches

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3658 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
327886037d
1 changed files with 11 additions and 3 deletions
  1. 11 3
      t/ttmkfdir/ttmkfdir-vl.spec

+ 11 - 3
t/ttmkfdir/ttmkfdir-vl.spec

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