update to 20120503 [release 20120503-1mamba;Sun Apr 28 2013]
This commit is contained in:
parent
86120a8e0c
commit
0fb3e48dd0
@ -1,2 +1,4 @@
|
|||||||
# ttf-freefont
|
# ttf-freefont
|
||||||
|
|
||||||
|
A set of free high-quality outline (OpenType, Truetype, Type 0) UCS fonts, released under GNU GPL.
|
||||||
|
|
||||||
|
71
ttf-freefont.spec
Normal file
71
ttf-freefont.spec
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
Name: ttf-freefont
|
||||||
|
Version: 20120503
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Free USC outline fonts
|
||||||
|
Group: System/Fonts
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.nongnu.org/freefont/
|
||||||
|
Source: http://ftp.gnu.org/pub/gnu/freefont/freefont-ttf-%{version}.zip
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
BuildArchitectures: noarch
|
||||||
|
Obsoletes: freefont
|
||||||
|
Provides: freefont = %{version}
|
||||||
|
|
||||||
|
%description
|
||||||
|
A set of free high-quality outline (OpenType, Truetype, Type 0) UCS fonts, released under GNU GPL.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n freefont-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
#tools/ConvertFont sfd/*
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/fonts/truetype/
|
||||||
|
install -m 0644 *.ttf %{buildroot}%{_datadir}/fonts/truetype/
|
||||||
|
#mkfontscale %{buildroot}%{_datadir}/fonts/truetype/
|
||||||
|
#mkfontdir %{buildroot}%{_datadir}/fonts/truetype/
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%post
|
||||||
|
# something has probably changed, update the font-config cache
|
||||||
|
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
%preun
|
||||||
|
# erase
|
||||||
|
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/fonts/truetype/*.ttf
|
||||||
|
%doc COPYING
|
||||||
|
#ChangeLog README
|
||||||
|
#%{_datadir}/fonts/truetype/fonts.*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 20120503-1mamba
|
||||||
|
- update to 20120503
|
||||||
|
|
||||||
|
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 20100919-1mamba
|
||||||
|
- update to 20100919
|
||||||
|
|
||||||
|
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 20090104-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed May 09 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 20060126-2mamba
|
||||||
|
- fix patch for fc-cache
|
||||||
|
- removed fonts.* files
|
||||||
|
|
||||||
|
* Tue May 09 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 20060126-1qilnx
|
||||||
|
- update to version 20060126 by autospec
|
||||||
|
|
||||||
|
* Fri Feb 04 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user