|
@@ -1,24 +1,28 @@
|
|
%define _fontdir %{_datadir}/fonts/%{name}
|
|
%define _fontdir %{_datadir}/fonts/%{name}
|
|
-%define mplus_version 039
|
|
|
|
|
|
+%define mplus_version 042
|
|
%define ipag_version 00303
|
|
%define ipag_version 00303
|
|
|
|
|
|
Summary: mixed font with M-plus and IPA
|
|
Summary: mixed font with M-plus and IPA
|
|
Summary(ja): IPA と M+ フォントの合成フォント
|
|
Summary(ja): IPA と M+ フォントの合成フォント
|
|
Name: TrueType-migu
|
|
Name: TrueType-migu
|
|
-Version: 20110514
|
|
|
|
|
|
+Version: 20110825
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: M+ FONT LICENSE, IPA Font License v1.0
|
|
License: M+ FONT LICENSE, IPA Font License v1.0
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
URL: http://mix-mplus-ipa.sourceforge.jp/
|
|
URL: http://mix-mplus-ipa.sourceforge.jp/
|
|
-Source0: http://sourceforge.jp/projects/mix-mplus-ipa/downloads/51978/Migu-1C-%{version}.zip
|
|
|
|
-Source1: http://sourceforge.jp/projects/mix-mplus-ipa/downloads/51978/Migu-1M-%{version}.zip
|
|
|
|
-Source2: http://sourceforge.jp/projects/mix-mplus-ipa/downloads/51978/Migu-1P-%{version}.zip
|
|
|
|
|
|
+Source0: http://sourceforge.jp/projects/mix-mplus-ipa/downloads/53034/Migu-1C-%{version}.zip
|
|
|
|
+Source1: http://sourceforge.jp/projects/mix-mplus-ipa/downloads/53034/Migu-1M-%{version}.zip
|
|
|
|
+Source2: http://sourceforge.jp/projects/mix-mplus-ipa/downloads/53034/Migu-1P-%{version}.zip
|
|
|
|
|
|
BuildRequires: unzip
|
|
BuildRequires: unzip
|
|
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: munepi, kudoh
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Migu is a mixed font with M-plus and IPA.
|
|
Migu is a mixed font with M-plus and IPA.
|
|
It is based on MigMix.
|
|
It is based on MigMix.
|
|
@@ -28,6 +32,18 @@ It is based on MigMix.
|
|
Migu は M+ と IPA の合成フォントです。
|
|
Migu は M+ と IPA の合成フォントです。
|
|
MigMix フォントを元にいくつかの改変がされています。
|
|
MigMix フォントを元にいくつかの改変がされています。
|
|
|
|
|
|
|
|
+%package doc
|
|
|
|
+Summary: Migu font documents
|
|
|
|
+Summary(ja): Migu フォントドキュメント
|
|
|
|
+Group: User Interface/X
|
|
|
|
+
|
|
|
|
+%description doc
|
|
|
|
+This package includes important documents for Migu fonts
|
|
|
|
+includes enduser license.
|
|
|
|
+
|
|
|
|
+%description -l ja doc
|
|
|
|
+このパッケージには Migu フォントのライセンスを含む
|
|
|
|
+ドキュメント類が含まれています。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -c -n %{name}-%{version} -a 1 -a 2
|
|
%setup -q -c -n %{name}-%{version} -a 1 -a 2
|
|
@@ -51,9 +67,6 @@ MigMix フォントを元にいくつかの改変がされています。
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc Migu-1C-20110514/Migu-README.txt
|
|
|
|
-%doc Migu-1C-20110514/mplus-TESTFLIGHT-%{mplus_version}
|
|
|
|
-%doc Migu-1C-20110514/ipag%{ipag_version}
|
|
|
|
%{_fontdir}/Migu-1C-bold.ttf
|
|
%{_fontdir}/Migu-1C-bold.ttf
|
|
%{_fontdir}/Migu-1C-regular.ttf
|
|
%{_fontdir}/Migu-1C-regular.ttf
|
|
%{_fontdir}/Migu-1M-bold.ttf
|
|
%{_fontdir}/Migu-1M-bold.ttf
|
|
@@ -61,6 +74,16 @@ MigMix フォントを元にいくつかの改変がされています。
|
|
%{_fontdir}/Migu-1P-bold.ttf
|
|
%{_fontdir}/Migu-1P-bold.ttf
|
|
%{_fontdir}/Migu-1P-regular.ttf
|
|
%{_fontdir}/Migu-1P-regular.ttf
|
|
|
|
|
|
|
|
+%files doc
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc Migu-1C-%{version}/Migu-README.txt
|
|
|
|
+%doc Migu-1C-%{version}/mplus-TESTFLIGHT-%{mplus_version}
|
|
|
|
+%doc Migu-1C-%{version}/ipag%{ipag_version}
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Aug 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 20110825-1
|
|
|
|
+- new upstream release
|
|
|
|
+- addes doc subpackage
|
|
|
|
+
|
|
* Sun Jun 5 2011 Munehiro Yamamoto <munepi@vinelinux.org> 20110514-1
|
|
* Sun Jun 5 2011 Munehiro Yamamoto <munepi@vinelinux.org> 20110514-1
|
|
- Initial build.
|
|
- Initial build.
|