- Update to 1.901
This commit is contained in:
parent
3c01944df2
commit
2b7a5f7f8c
2
sources
2
sources
@ -1 +1 @@
|
|||||||
39d9f6bf83362d45ed5d8d5f7831d153 TibetanMachineUnicodeFont.zip
|
c3be88f52fd15d940259c1d0e2a45142 TibetanMachineUnicodeFont.zip
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
%define fontdir %{_datadir}/fonts/tibetan-machine-uni
|
%define fontdir %{_datadir}/fonts/tibetan-machine-uni
|
||||||
|
|
||||||
Name: tibetan-machine-uni-fonts
|
Name: tibetan-machine-uni-fonts
|
||||||
Version: 1.0
|
Version: 1.901
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi
|
Summary: Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.thdl.org/tools/toolbox/index.php?#wiki=/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html
|
URL: http://www.thdl.org/tools/toolbox/index.php?#wiki=/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html
|
||||||
Source0: http://www.thdl.org/tools/dls/fonts/TibetanMachineUnicodeFont.zip
|
Source0: https://collab.itc.virginia.edu/access//content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -31,6 +31,7 @@ install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
|
|||||||
install -p -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
|
install -p -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
|
||||||
|
|
||||||
tr -d '\r' < gpl.txt > COPYING
|
tr -d '\r' < gpl.txt > COPYING
|
||||||
|
tr -d '\r' < ReadMe.txt > README
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
@ -49,10 +50,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING README
|
||||||
%{fontdir}/
|
%{fontdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 29 2007 Marcin Garski <mgarski[AT]post.pl> 1.901-1
|
||||||
|
- Update to 1.901
|
||||||
|
|
||||||
* Fri Aug 31 2007 Marcin Garski <mgarski[AT]post.pl> 1.0-2
|
* Fri Aug 31 2007 Marcin Garski <mgarski[AT]post.pl> 1.0-2
|
||||||
- Fix license tag
|
- Fix license tag
|
||||||
- Update URL
|
- Update URL
|
||||||
|
Loading…
Reference in New Issue
Block a user