Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2039 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
bd3a1ca483
1 changed files with 16 additions and 48 deletions
  1. 16 48
      T/TrueType-konatu/TrueType-konatu-vl.spec

+ 16 - 48
T/TrueType-konatu/TrueType-konatu-vl.spec

@@ -5,7 +5,7 @@ Name: TrueType-%{fontname}
 Summary: Konatu font - Gothic type font set for Japanese
 Summary(ja): ゴシック系日本語フォントセット 小夏フォント
 Version: 26
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Creative Commons (CC-BY-SA)
 Group: User Interface/X
 URL: http://www.masuseki.com/index.php?u=be/konatu.htm
@@ -17,53 +17,28 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 Requires: %{name}-doc
 
+Obsoletes: TrueType-konatu-fixed, TrueType-konatu-proportional
+
 %description
-Konatu is Gothic type font set for Japanese. 
+Konatu is Gothic type font set for Japanese.
 This font was created as BeOS(ZETA) bitmap font at first,
-and also made as TrueType font. 
+and also made as TrueType font.
 
 This font is contained two type fonts.
 
 - Konatsu.ttf(proportional)
-- KonatuTohaba.ttf (fixed
+- KonatuTohaba.ttf (monospace
 
 %description -l ja
-小夏フォントはゴシックの日本語フォントセットです。
+小夏フォントはゴシックの日本語フォントセットです。
 当初は BeOS(ZETA) のビットマップフォントとして
 作られ、その後 TrueType フォントとしても作成されました。
 
-このフォントは2つのタイプのフォントを含んでいます。 
+このフォントは2つのタイプのフォントを含んでいます。
 
 - Konatsu.ttf(プロポーショナル)
 - KonatuTohaba.ttf (等幅)
 
-このパッケージは上記2つのフォントをインストールするメタパッケージです。
-
-%package fixed
-Summary: Konatu fonts (fixed)
-Summary(ja): 小夏フォント(等幅)
-Group: User Interface/X
-Requires: %{name}-doc
-
-%description fixed
-This package includes Konatu TrueType fonts (fixed).
-
-%description -l ja fixed
-このパッケージには小夏フォント(等幅)が含まれています。
-
-
-%package proportional
-Summary(ja): 小夏フォント(プロポーショナル)
-Group: User Interface/X
-Requires: %{name}-doc
-
-%description proportional
-This package includes Konatu TrueType fonts (proportional).
-
-%description -l ja proportional
-このパッケージには小夏フォント(プロポーショナル)が含まれています。
-
-
 %package doc
 Summary: Konatu font Documents
 Summary(ja): 小夏フォントドキュメント
@@ -94,33 +69,26 @@ rm -rf %{buildroot}
 mkdir -p $RPM_BUILD_ROOT%{_fontdir}
 cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 
-%post fixed
-%__font_install_post %{_fontdir}
-
-%post proportional
+%post
 %__font_install_post %{_fontdir}
 
-%postun fixed
-%__font_install_postun %{_fontdir}
-
-%postun proportional
+%postun
 %__font_install_postun %{_fontdir}
 
 %files
-
-%files fixed
-%{_fontdir}/KonatuTohaba.ttf
-
-%files proportional
-%{_fontdir}/Konatu.ttf
+%{_fontdir}/*.ttf
 
 %files doc
 %doc *.txt
 
 %changelog
+* Mon Oct 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-2
+- unified fixed and proportional font again
+- fixed description a little
+
 * Wed Jan 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 26-1
 - new upstream release
-- splitted two packages - fixed and proportional
+- splitted two packages - mono and proportional
 
 * Fri Oct 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 25-1
 - initial build for Vine Linux