Browse Source

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

kudoh 12 years ago
parent
commit
fa691f3cd1
1 changed files with 18 additions and 5 deletions
  1. 18 5
      T/TrueType-droid/TrueType-droid-vl.spec

+ 18 - 5
T/TrueType-droid/TrueType-droid-vl.spec

@@ -3,13 +3,13 @@
 
 Name: TrueType-droid
 Summary: Droid Fonts Family
-Summary(ja): Droid フォントファミリ -"Android"搭載フォント
-Version: 1.0.20100630
+Summary(ja): Droid フォントファミリ - "Android" 搭載フォント
+Version: 20110706git
 Release: 1%{?_dist_release}
 License: Apache License 2.0
 Group: User Interface/X
 URL: http://www.droidfonts.com/
-Source0: %{fontname}-20100630.tar.bz2
+Source0: %{fontname}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildArch: noarch
@@ -17,6 +17,11 @@ Requires: TrueType-droid-serif = %{version}
 Requires: TrueType-droid-sans = %{version}
 Requires: TrueType-droid-doc = %{version}
 
+Obsoletes: TrueType-droid =< 1.0.20100630
+Obsoletes: TrueType-droid-serif =< 1.0.20100630
+Obsoletes: TrueType-droid-sans =< 1.0.20100630
+Obsoletes: TrueType-droid-doc =< 1.0.20100630
+
 %description
 The Droid family of fonts was designed by Ascender’s Steve Matteson
 beginning in the fall of 2006. The Droid family of fonts consists of
@@ -38,6 +43,7 @@ Summary: Droid serif fonts
 Summary(ja): Droid serif フォント
 Group: User Interface/X
 Requires: TrueType-droid-doc
+Obsoletes: TrueType-droid-serif =< 1.0.20100630
 
 %description serif
 This package includes Droid serif fonts.
@@ -55,6 +61,7 @@ Summary: Droid sans fonts
 Summary(ja): Droid sans フォント
 Group: User Interface/X
 Requires: TrueType-droid-doc
+Obsoletes: TrueType-droid-sans =< 1.0.20100630
 
 %description sans
 This package includes Droid sans fonts.
@@ -66,8 +73,6 @@ Clockopia
 DroidSans-Bold
 DroidSans
 DroidSansArabic
-DroidSansFallback
-DroidSansFallbackLegacy
 DroidSansHebrew
 DroidSansJapanese
 DroidSansMono
@@ -77,6 +82,7 @@ DroidSansThai
 Summary: Droid Font Documents
 Summary(ja): Droid フォントドキュメント
 Group: User Interface/X
+Obsoletes: TrueType-droid-doc =< 1.0.20100630
 
 %description doc
 This package includes important documents for Droid fonts includes enduser
@@ -99,6 +105,8 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 
 # delete disused font
 rm -rf $RPM_BUILD_ROOT%{_fontdir}/Ahem.ttf
+# delete DroidSansFallbackLegacy
+rm -rf $RPM_BUILD_ROOT%{_fontdir}/DroidSansFallbackLegacy.ttf
 
 %clean
 if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
@@ -131,6 +139,11 @@ fi
 
 
 %changelog
+* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110706git-1
+- new upstream release
+- changed source versioning
+- removed DroidSansFallbackLegacy.ttf (disused font, remained in source)
+
 * Wed Jun 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.20100630-1
 - new upstream release