- Updated source from upstream.

- Introduced Sans Narrow by upstream.
This commit is contained in:
kaio 2010-04-27 02:12:39 +00:00
parent 7af06a58aa
commit f70606c35b
3 changed files with 25 additions and 9 deletions

View File

@ -1 +1 @@
liberation-fonts-1.05.2.20091019.tar.gz liberation-fonts-ttf-1.05.3.20100427.tar.gz

View File

@ -9,8 +9,8 @@ New.
Name: %{fontname}-fonts Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 1.05.2.20091019 Version: 1.05.3.20100427
Release: 5%{?dist} Release: 1%{?dist}
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two # The license of the Liberation Fonts is a EULA that contains GPLv2 and two
# exceptions: # exceptions:
# The first exception is the standard FSF font exception. # The first exception is the standard FSF font exception.
@ -19,7 +19,7 @@ Release: 5%{?dist}
License: Liberation License: Liberation
Group: User Interface/X Group: User Interface/X
URL: https://fedorahosted.org/liberation-fonts/ URL: https://fedorahosted.org/liberation-fonts/
Source0: https://fedorahosted.org/releases/l/i/liberation-fonts/%{name}-%{version}.tar.gz Source0: https://fedorahosted.org/releases/l/i/liberation-fonts/%{name}-ttf-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch BuildArch: noarch
@ -45,7 +45,7 @@ Obsoletes: liberation-fonts-compat <= 1.05.1.20090630
Shared common files of Liberation font families. Shared common files of Liberation font families.
%files -n %{fontname}-fonts-common %files -n %{fontname}-fonts-common
%defattr(0644,root,root,0755) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING License.txt README %doc AUTHORS ChangeLog COPYING License.txt README
%dir %{_fontdir} %dir %{_fontdir}
%verify(not md5 size mtime) %{_fontdir}/fonts.dir %verify(not md5 size mtime) %{_fontdir}/fonts.dir
@ -90,17 +90,29 @@ New.
%_font_pkg -n mono LiberationMono-*.ttf %_font_pkg -n mono LiberationMono-*.ttf
%package -n %{fontname}-narrow-fonts
Summary: Sans-serif Narrow fonts to replace commonly used Microsoft Arial Narrow
Group: User Interface/X
Requires: %{fontname}-fonts-common = %{version}-%{release}
%description -n %{fontname}-narrow-fonts
%common_desc
This is Sans-serif Narrow TrueType fonts that replaced commonly used Microsoft Arial Narrow.
%_font_pkg -n narrow LiberationSansNarrow-*.ttf
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%__make build %{nil}
%install %install
%__rm -rf %{buildroot} %__rm -rf %{buildroot}
# fonts .ttf # fonts .ttf
install -m 0755 -d %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p ttf/*.ttf %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
# catalogue # catalogue
install -m 0755 -d %{buildroot}%{catalogue} install -m 0755 -d %{buildroot}%{catalogue}
%__ln_s %{_fontdir} %{buildroot}%{catalogue}/%{name} %__ln_s %{_fontdir} %{buildroot}%{catalogue}/%{name}
@ -112,6 +124,10 @@ mkfontscale %{buildroot}%{_fontdir}
%__rm -rf %{buildroot} %__rm -rf %{buildroot}
%changelog %changelog
* Tue Apr 27 2010 Caius 'kaio' Chance <k at kaio.net> - 1.05.3.20100427-1
- Updated source from upstream.
- Introduced Sans Narrow by upstream.
* Wed Jan 13 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-5.fc13 * Wed Jan 13 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-5.fc13
- Removed 'Provides liberation-fonts and liberation-fonts-compat by - Removed 'Provides liberation-fonts and liberation-fonts-compat by
liberation-fonts-common.' liberation-fonts-common.'

View File

@ -1 +1 @@
89cd7e13588da4ca14a523233b3352f0 liberation-fonts-1.05.2.20091019.tar.gz c83764d5acd3f2824384c307162f13d5 liberation-fonts-ttf-1.05.3.20100427.tar.gz