|
@@ -1,19 +1,21 @@
|
|
%define fontname linux-libertine
|
|
%define fontname linux-libertine
|
|
%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
|
|
%define _fontdir %{_datadir}/fonts/TrueType-%{fontname}
|
|
|
|
|
|
-Name: TrueType-%{fontname}
|
|
+Name: TrueType-%{fontname}
|
|
-Summary: Linux libertine TrueType font
|
|
+Summary: Linux libertine TrueType font
|
|
-Summary(ja): Linux libertine TrueType フォント
|
|
+Summary(ja): Linux libertine TrueType フォント
|
|
-Version: 4.4.1
|
|
+Version: 4.7.5
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
-License: GPLv2+ and OFL
|
|
+License: GPLv2+ and OFL
|
|
-Group: User Interface/X
|
|
+Group: User Interface/X
|
|
-URL: http://sourceforge.net/projects/linuxlibertine/
|
|
+URL: http://sourceforge.net/projects/linuxlibertine/
|
|
-
|
|
+Source0: LinLibertineFont-%{version}-2.tgz
|
|
-Source0: LinLibertineFont-%{version}.tgz
|
|
+
|
|
-
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
+BuildArch: noarch
|
|
-BuildArch: noarch
|
|
+Requires: TrueType-%{fontname}-bold >= %{version}
|
|
|
|
+Requires: TrueType-%{fontname}-regular >= %{version}
|
|
|
|
+Requires: TrueType-%{fontname}-italic >= %{version}
|
|
Requires: TrueType-%{fontname}-doc
|
|
Requires: TrueType-%{fontname}-doc
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -45,7 +47,6 @@ This package includes Linux libertine bold fonts.
|
|
- Biolinum_Bd
|
|
- Biolinum_Bd
|
|
- LinLibertine_Bd
|
|
- LinLibertine_Bd
|
|
|
|
|
|
-
|
|
|
|
%package regular
|
|
%package regular
|
|
Summary: Linux libertine regular font
|
|
Summary: Linux libertine regular font
|
|
Summary(ja): Linux libertine regular フォント
|
|
Summary(ja): Linux libertine regular フォント
|
|
@@ -61,7 +62,8 @@ This package includes Linux libertine regular fonts.
|
|
- Biolinum_Re
|
|
- Biolinum_Re
|
|
- LinLibertine_Re
|
|
- LinLibertine_Re
|
|
- LinLibertineC_Re
|
|
- LinLibertineC_Re
|
|
-
|
|
+- LinLibertine_C
|
|
|
|
+- LinBiolinum_Kb
|
|
|
|
|
|
%package italic
|
|
%package italic
|
|
Summary: Linux libertine italic font
|
|
Summary: Linux libertine italic font
|
|
@@ -77,6 +79,7 @@ This package includes Linux libertine italic fonts.
|
|
|
|
|
|
- LinLibertine_BI
|
|
- LinLibertine_BI
|
|
- LinLibertine_It
|
|
- LinLibertine_It
|
|
|
|
+- LinBiolinum_Sl
|
|
|
|
|
|
%package doc
|
|
%package doc
|
|
Summary: Linux libertine TrueType font document
|
|
Summary: Linux libertine TrueType font document
|
|
@@ -93,7 +96,9 @@ includes enduser license.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n LinLibertineFont
|
|
+%setup -q -n LinLibertine
|
|
|
|
+cd Fonts
|
|
|
|
+mv *.ttf ../
|
|
|
|
|
|
%clean
|
|
%clean
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
@@ -134,14 +139,22 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
|
|
%files regular
|
|
%files regular
|
|
%{_fontdir}/*_Re-*.ttf
|
|
%{_fontdir}/*_Re-*.ttf
|
|
|
|
+%{_fontdir}/LinLibertine_C-4.0.4.ttf
|
|
|
|
+%{_fontdir}/LinBiolinum_Kb-0.5.4.ttf
|
|
|
|
|
|
%files italic
|
|
%files italic
|
|
%{_fontdir}/*_It-*.ttf
|
|
%{_fontdir}/*_It-*.ttf
|
|
%{_fontdir}/*_BI-*.ttf
|
|
%{_fontdir}/*_BI-*.ttf
|
|
|
|
+%{_fontdir}/LinBiolinum_Sl-0.4.9.ttf
|
|
|
|
|
|
%files doc
|
|
%files doc
|
|
-%doc *.txt Bugs Readme
|
|
+%doc *.txt
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.7.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added Requires: TrueType-linux-libertine-{bold, regular, italic}
|
|
|
|
+- included new font
|
|
|
|
+
|
|
* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.4.1-1
|
|
* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 4.4.1-1
|
|
- initial build for VineSeed
|
|
- initial build for VineSeed
|