|
@@ -5,7 +5,7 @@
|
|
Name: OpenType-%{fontname}
|
|
Name: OpenType-%{fontname}
|
|
Summary: the Scientific and Technical Information eXchange fonts
|
|
Summary: the Scientific and Technical Information eXchange fonts
|
|
Summary(ja): 数式用のフリーなフォント STIX フォント
|
|
Summary(ja): 数式用のフリーなフォント STIX フォント
|
|
-Version: 1.0.0
|
|
|
|
|
|
+Version: 1.1.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: OFL
|
|
License: OFL
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
@@ -38,9 +38,7 @@ includes enduser license.
|
|
ドキュメント類が含まれています。
|
|
ドキュメント類が含まれています。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{fontname_cap}v%{version}
|
|
|
|
-%__tar cjf %{name}-documents.tar.bz2 Blocks/ Glyphs/ HTML/ \
|
|
|
|
- STIX\ Font\ Release\ Documentation\ 2010.pdf
|
|
|
|
|
|
+%setup -q -c -n %{fontname_cap}v%{version}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
@@ -53,7 +51,8 @@ fi
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_fontdir}
|
|
mkdir -p $RPM_BUILD_ROOT%{_fontdir}
|
|
-cp -a Fonts/*.otf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
|
|
+cp -a Fonts/STIX-General/*.otf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
+cp -a Fonts/STIX-Word/*.otf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
|
|
%post
|
|
%post
|
|
%__font_install_post %{_fontdir}
|
|
%__font_install_post %{_fontdir}
|
|
@@ -66,8 +65,11 @@ cp -a Fonts/*.otf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
|
|
%files doc
|
|
%files doc
|
|
%doc License/STIX\ Font\ License\ 2010.pdf
|
|
%doc License/STIX\ Font\ License\ 2010.pdf
|
|
-%doc %{name}-documents.tar.bz2
|
|
|
|
|
|
+%doc STIX\ Font\ 1.1.0\ Release\ Documentation.doc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue Aug 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-1
|
|
* Tue Aug 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-1
|
|
- initial build for VineSeed
|
|
- initial build for VineSeed
|