Update to 0.4.14-1.
This commit is contained in:
parent
8dc40caa0b
commit
f6625d0bca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
thaifonts-scalable-0.4.12.tar.gz
|
||||
/thaifonts-scalable-0.4.14.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
bea1bdc0e8687d624e8ccbccfaf0f399 thaifonts-scalable-0.4.12.tar.gz
|
||||
73a0708d431f6833477724fff2cfdea9 thaifonts-scalable-0.4.14.tar.gz
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
%{archivename} provides a collection of free scalable Thai fonts.
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.4.12
|
||||
Release: 2%{?dist}
|
||||
Version: 0.4.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Thai TrueType fonts
|
||||
Group: User Interface/X
|
||||
License: GPLv2+
|
||||
@ -20,7 +20,6 @@ Source3: %{fontconf}-umpush.conf
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontforge >= 20071110, ttmkfdir, xorg-x11-font-utils
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%description
|
||||
%common_desc
|
||||
@ -233,12 +232,10 @@ This package provides the Waree family of Thai fonts.
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
%{buildroot}%{_fontconfig_confdir}
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
|
||||
# remove upstream font config
|
||||
# fontconfig's 65-nonlatin.conf covers 65-ttf-thai-tlwg.conf
|
||||
@ -260,10 +257,6 @@ for fconf in %{fontconf}-garuda.conf \
|
||||
done
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files common
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS README COPYING NEWS
|
||||
@ -275,6 +268,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 9 2010 Daiki Ueno <dueno@redhat.com> - 0.4.14-1
|
||||
- update to 0.4.14
|
||||
- drop buildroot, %%clean and cleaning of buildroot in %%install
|
||||
- use only macro style %%buildroot
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user