ttf-baekmuk.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 5518 235b0b4aa324
child 8564 df62c23d2955
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     1
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package ttf-baekmuk
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     6
# package are under the same license as the package itself.
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     7
#
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     8
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     9
Name:         ttf-baekmuk
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    10
License:      baekmuk
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    11
Group:        User Interface/X
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    12
Version:      2.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Release:      54
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    15
Vendor:	      Sun Microsystems, Inc.
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    16
Summary:      Korean Baekmuk Truetype Fonts
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    17
Source:       ftp://ftp.mizi.com/pub/baekmuk/baekmuk-ttf-%{version}.tar.gz
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    18
URL:          ftp://ftp.mizi.com/pub/baekmuk/
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    19
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    20
Docdir:       %{_defaultdocdir}/doc
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    21
Autoreqprov:  on
2038
a30e70d7cdb5 Use %ifos to set a different font_dir for Solaris.
dc144907
parents: 1940
diff changeset
    22
BuildArchitectures:    noarch
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    23
5103
5915fae60eb7 6230009: added prereq:aaa_base to ttf- RPMS
dermotm
parents: 5082
diff changeset
    24
PreReq:		aaa_base
5915fae60eb7 6230009: added prereq:aaa_base to ttf- RPMS
dermotm
parents: 5082
diff changeset
    25
2038
a30e70d7cdb5 Use %ifos to set a different font_dir for Solaris.
dc144907
parents: 1940
diff changeset
    26
%ifos solaris
2606
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    27
%define font_dir /usr/openwin/lib/X11/fonts/TrueType
2038
a30e70d7cdb5 Use %ifos to set a different font_dir for Solaris.
dc144907
parents: 1940
diff changeset
    28
%else
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    29
%define font_dir %{_prefix}/X11R6/lib/X11/fonts/truetype
2038
a30e70d7cdb5 Use %ifos to set a different font_dir for Solaris.
dc144907
parents: 1940
diff changeset
    30
%endif
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    31
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    32
%description
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    33
Baekmuk Korean TrueType Fonts
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    34
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    35
%prep
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    36
%setup -q -c -n %{name}-%{version}
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    37
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    38
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    39
%install
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    40
install -d ${RPM_BUILD_ROOT}%{font_dir}
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    41
install *.ttf ${RPM_BUILD_ROOT}%{font_dir}
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    42
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    43
%clean
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    44
rm -rf $RPM_BUILD_ROOT
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    45
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    46
%post 
4397
e40ed07cdf47 2004-10-30 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    47
test -x /sbin/SuSEconfig && /sbin/SuSEconfig --module fonts
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    48
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    49
%postun
4397
e40ed07cdf47 2004-10-30 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    50
test -x /sbin/SuSEconfig && /sbin/SuSEconfig --module fonts
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    51
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    52
%files
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    53
%defattr(-,root,root)
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    54
%{font_dir}/*.ttf
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    55
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    56
%changelog
5103
5915fae60eb7 6230009: added prereq:aaa_base to ttf- RPMS
dermotm
parents: 5082
diff changeset
    57
* Wed Feb 16 2005 - [email protected]
5915fae60eb7 6230009: added prereq:aaa_base to ttf- RPMS
dermotm
parents: 5082
diff changeset
    58
- prereq aaa_base
5915fae60eb7 6230009: added prereq:aaa_base to ttf- RPMS
dermotm
parents: 5082
diff changeset
    59
4397
e40ed07cdf47 2004-10-30 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    60
* Sat Oct 30 2004 - [email protected]
e40ed07cdf47 2004-10-30 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    61
- test if SuSEconfig is installed before running it, fixes 4911608
e40ed07cdf47 2004-10-30 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    62
2606
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    63
* Sat May 01 2004 - [email protected]
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    64
- install fonts into /usr/openwin on Solaris
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    65
1940
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    66
* Tue Feb 24 2004 - [email protected]
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    67
- Updated to Cinnabar.
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    68
623
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    69
* Thu Jul 17 2003 - [email protected]
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    70
- Changed to invoke SuSEconfig directly.
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    71
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    72
* Thu Jul 10 2003 - [email protected]
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    73
- Initial release