Browse Source

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

kudoh 15 years ago
parent
commit
8c806c610c
1 changed files with 9 additions and 4 deletions
  1. 9 4
      T/TrueType-liberation/TrueType-liberation-vl.spec

+ 9 - 4
T/TrueType-liberation/TrueType-liberation-vl.spec

@@ -10,7 +10,7 @@ New.
 Name:             TrueType-%{fontname}
 Summary:          Fonts to replace commonly used Microsoft Windows fonts
 Summary(ja):      一般に使用されている Microsoft Windows のフォントを置換するためのフォント
-Version:          1.05.2.20091227
+Version:          1.05.3.20100510
 Release:          1%{?_dist_release}
 # The license of the Liberation Fonts is a EULA that contains GPLv2 and two 
 # exceptions:
@@ -25,6 +25,7 @@ Source0:          %{fontname}-fonts-ttf-%{version}.tar.gz
 Requires:         TrueType-%{fontname}-sans >= %{version}
 Requires:         TrueType-%{fontname}-serif >= %{version}
 Requires:         TrueType-%{fontname}-mono >= %{version}
+Requires:         TrueType-%{fontname}-doc = %{version}
 BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 BuildArch:        noarch
 
@@ -95,8 +96,8 @@ license.
 
 
 %prep
-%setup -q -c %{name}-%{version}
-mv ttf/*.ttf .
+%setup -q -n %{fontname}-fonts-%{version}
+#mv ttf/*.ttf .
 
 %clean
 if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
@@ -137,7 +138,7 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 %files
 
 %files sans
-%{_fontdir}/LiberationSans-*.ttf
+%{_fontdir}/LiberationSans*.ttf
 
 %files serif
 %{_fontdir}/LiberationSerif-*.ttf
@@ -149,6 +150,10 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 %doc AUTHORS COPYING ChangeLog License.txt README
 
 %changelog
+* Mon May 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.3.20100510-1
+- new upstream release
+- added Requires:  TrueType-%{fontname}-doc = %{version}
+
 * Sun Dec 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.05.2.20091227-1
 - new upstream release