|
@@ -10,7 +10,7 @@ New.
|
|
|
Name: TrueType-%{fontname}
|
|
|
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
|
|
Summary(ja): 一般に使用されている Microsoft Windows のフォントを置換するためのフォント
|
|
|
-Version: 1.05.3.20100621
|
|
|
+Version: 1.06.0.20100721
|
|
|
Release: 1%{?_dist_release}
|
|
|
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
|
|
# exceptions:
|
|
@@ -96,8 +96,7 @@ license.
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-%setup -q -c %{fontname}-fonts-%{version}
|
|
|
-mv ttf/*.ttf .
|
|
|
+%setup -q -n %{fontname}-fonts-ttf-%{version}
|
|
|
|
|
|
%clean
|
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
@@ -147,9 +146,13 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
%{_fontdir}/LiberationMono-*.ttf
|
|
|
|
|
|
%files doc
|
|
|
-%doc AUTHORS COPYING ChangeLog License.txt README
|
|
|
+%doc AUTHORS COPYING ChangeLog License.txt README TODO
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jul 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.06.0.20100721-1
|
|
|
+- new upstream release
|
|
|
+- added TODO in %%doc
|
|
|
+
|
|
|
* Wed Jun 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.3.20100621-1
|
|
|
- new upstream release
|
|
|
|