rebuilt w/ macro fixes
This commit is contained in:
parent
94965d8eb9
commit
db343b3d20
@ -10,7 +10,7 @@ New.
|
||||
Name: %{fontname}-fonts
|
||||
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
||||
Version: 1.05.2.20091019
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
||||
# exceptions:
|
||||
# The first exception is the standard FSF font exception.
|
||||
@ -104,7 +104,7 @@ install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p ttf/*.ttf %{buildroot}%{_fontdir}
|
||||
# catalogue
|
||||
install -m 0755 -d %{buildroot}%{catalogue}
|
||||
%__ln -sf %{_fontdir} %{buildroot}%{catalogue}/%{name}
|
||||
%__ln_s %{_fontdir} %{buildroot}%{catalogue}/%{name}
|
||||
# fonts.{dir,scale}
|
||||
mkfontdir %{buildroot}%{_fontdir}
|
||||
mkfontscale %{buildroot}%{_fontdir}
|
||||
@ -113,6 +113,9 @@ mkfontscale %{buildroot}%{_fontdir}
|
||||
%__rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Tue Jan 12 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-4.fc13
|
||||
- Rebuilt w/ macro fixes.
|
||||
|
||||
* Tue Jan 12 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-3.fc13
|
||||
- Removed full stop in Summary.
|
||||
- Set default file permission in files.
|
||||
|
Loading…
Reference in New Issue
Block a user