ttf-freefont.spec revision 17185
10139N/A#
10139N/A# spec file for package ttf-freefont
10139N/A#
10139N/A# Copyright (c) 2005 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner dermot
10139N/A#
17178N/A
17178N/A%define OSR delivered in s10:0
17178N/A
10139N/AName: ttf-freefont
10139N/ALicense: GPL
10139N/AGroup: User Interface/X
10139N/AVersion: 20050407
10139N/ARelease: 54
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: Free UCS TrueType Fonts
10139N/ASource: http://savannah.nongnu.org/download/freefont/freefont-ttf.tar.gz
10139N/AURL: http://savannah.nongnu.org/projects/freefont/
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
10139N/ABuildArchitectures: noarch
10139N/A
10139N/APreReq: aaa_base
10139N/A
10139N/A%ifos solaris
10139N/A%define font_dir /usr/openwin/lib/X11/fonts/TrueType
10139N/A%else
10139N/A%define font_dir %{_prefix}/X11R6/lib/X11/fonts/truetype
10139N/A%endif
10139N/A
10139N/A%description
10139N/AA set of free scalable fonts covering the ISO 10646/Unicode UCS.
10139N/A
10139N/A%prep
10139N/A%setup -q -c -n ttf-freefont
10139N/A
10139N/A
10139N/A%install
10139N/Ainstall -d ${RPM_BUILD_ROOT}%{font_dir}
10139N/Ainstall sfd/*.ttf ${RPM_BUILD_ROOT}%{font_dir}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/Atest -x /sbin/SuSEconfig && /sbin/SuSEconfig --module fonts
10139N/A
10139N/A%postun
10139N/Atest -x /sbin/SuSEconfig && /sbin/SuSEconfig --module fonts
10139N/A
10139N/A%files
10139N/A%defattr(-,root,root)
10139N/A%doc README AUTHORS CREDITS INSTALL ChangeLog
10139N/A%{font_dir}/*.ttf
10139N/A
10139N/A%changelog
10139N/A* Fri Dec 02 2005 - damien.carbery@sun.com
10139N/A- Remove %{version} from Source URL as there isn't one on website.
10139N/A
10139N/A* Wed Feb 16 2005 - dermot.mccluskey@sun.com
10139N/A- prereq aaa_base
10139N/A
10139N/A* Sat Oct 30 2004 - laca@sun.com
10139N/A- test if SuSEconfig is installed before running it, fixes 4911608
10139N/A
10139N/A* Sat May 01 2004 - laca@sun.com
10139N/A- install fonts into /usr/openwin on Solaris
10139N/A
10139N/A* Tue Feb 24 2004 - michael.twomey@sun.com
10139N/A- Updated to Cinnabar.
10139N/A
10139N/A* Thu Jul 17 2003 - michael.twomey@sun.com
10139N/A- Changed to invoke SuSEconfig directly.
10139N/A
10139N/A* Thu Jul 10 2003 - michael.twomey@sun.com
10139N/A- Initial release
10139N/A- Using version numbered copy of freefont-ttf.tar.gz as original is not version numbered.