ttf-baekmuk.spec revision 10139
10139N/A#
10139N/A# spec file for package ttf-baekmuk
10139N/A#
15942N/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#
10139N/A# Owner: dermot
10139N/A#
10139N/AName: ttf-baekmuk
15322N/ALicense: baekmuk
15942N/AGroup: User Interface/X
12938N/AVersion: 2.1
10139N/ARelease: 54
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: Korean Baekmuk Truetype Fonts
10139N/ASource: ftp://ftp.mizi.com/pub/baekmuk/baekmuk-ttf-%{version}.tar.gz
10139N/AURL: ftp://ftp.mizi.com/pub/baekmuk/
12773N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12773N/ADocdir: %{_defaultdocdir}/doc
12773N/AAutoreqprov: on
13483N/ABuildArchitectures: noarch
10139N/A
12947N/APreReq: aaa_base
10819N/A
16352N/A%ifos solaris
16352N/A%define font_dir /usr/openwin/lib/X11/fonts/TrueType
16352N/A%else
16352N/A%define font_dir %{_prefix}/X11R6/lib/X11/fonts/truetype
15942N/A%endif
15617N/A
15942N/A%description
16076N/ABaekmuk Korean TrueType Fonts
16353N/A
16353N/A%prep
16353N/A%setup -q -c -n %{name}-%{version}
16353N/A
16076N/A
16076N/A%install
16353N/Ainstall -d ${RPM_BUILD_ROOT}%{font_dir}
16353N/Ainstall *.ttf ${RPM_BUILD_ROOT}%{font_dir}
16353N/A
16353N/A%clean
16076N/Arm -rf $RPM_BUILD_ROOT
16352N/A
16352N/A%post
16352N/Atest -x /sbin/SuSEconfig && /sbin/SuSEconfig --module fonts
16129N/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%{font_dir}/*.ttf
10139N/A
10139N/A%changelog
10139N/A* Wed Feb 16 2005 - dermot.mccluskey@sun.com
10139N/A- prereq aaa_base
10139N/A* Sat Oct 30 2004 - laca@sun.com
10139N/A- test if SuSEconfig is installed before running it, fixes 4911608
10139N/A* Sat May 01 2004 - laca@sun.com
10139N/A- install fonts into /usr/openwin on Solaris
10139N/A* Tue Feb 24 2004 - michael.twomey@sun.com
10139N/A- Updated to Cinnabar.
10139N/A* Thu Jul 17 2003 - michael.twomey@sun.com
10139N/A- Changed to invoke SuSEconfig directly.
10139N/A* Thu Jul 10 2003 - michael.twomey@sun.com
10139N/A- Initial release
10139N/A