ttf-baekmuk.spec
author laca
Sat, 01 May 2004 12:30:44 +0000
changeset 2606 d5247cd2b842
parent 2494 6b1189c3cc84
child 2619 a032fc86f08a
permissions -rw-r--r--
2004-05-01 Laszlo Peter <[email protected]> * evolution.spec: add javahelp conversion * hydrogen.spec: remove icon conflict hack as it is fixed in the tarball * mozilla.spec: changed nspr package version to 4.5.0.17 to avoid upgrade issues * ttf-baekmuk.spec: install fonts into /usr/openwin on Solaris * ttf-freefont.spec: install fonts into /usr/openwin on Solaris
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     1
#
601
7a2f75f5bd95 2003-07-16 Mark McLoughlin <[email protected]>
markmc
parents: 575
diff changeset
     2
# Copyright (c) 2003 Sun Microsystems, Inc.
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     3
# This file and all modifications and additions to the pristine
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     4
# package are under the same license as the package itself.
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     5
#
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     6
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     7
Name:         ttf-baekmuk
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     8
License:      baekmuk
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
     9
Group:        User Interface/X
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    10
Version:      2.1
2494
6b1189c3cc84 Incremented release numbers for build 08
dermotm
parents: 2398
diff changeset
    11
Release:      21
1940
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    12
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    13
Vendor:	      Sun Microsystems, Inc.
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    14
Summary:      Korean Baekmuk Truetype Fonts
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    15
Source:       ftp://ftp.mizi.com/pub/baekmuk/baekmuk-ttf-%{version}.tar.gz
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    16
URL:          ftp://ftp.mizi.com/pub/baekmuk/
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    17
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    18
Docdir:       %{_defaultdocdir}/doc
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    19
Autoreqprov:  on
2038
a30e70d7cdb5 Use %ifos to set a different font_dir for Solaris.
dc144907
parents: 1940
diff changeset
    20
BuildArchitectures:    noarch
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    21
2038
a30e70d7cdb5 Use %ifos to set a different font_dir for Solaris.
dc144907
parents: 1940
diff changeset
    22
%ifos solaris
2606
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    23
%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
    24
%else
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    25
%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
    26
%endif
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    27
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    28
%description
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    29
Baekmuk Korean TrueType Fonts
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    30
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    31
%prep
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    32
%setup -q -c -n %{name}-%{version}
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    33
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    34
%install
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    35
install -d ${RPM_BUILD_ROOT}%{font_dir}
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    36
install *.ttf ${RPM_BUILD_ROOT}%{font_dir}
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    37
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    38
%clean
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    39
rm -rf $RPM_BUILD_ROOT
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    40
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    41
%post 
623
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    42
/sbin/SuSEconfig --module fonts
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    43
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    44
%postun
623
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    45
/sbin/SuSEconfig --module fonts
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    46
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    47
%files
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    48
%defattr(-,root,root)
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    49
%{font_dir}/*.ttf
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    50
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    51
%changelog
2606
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    52
* Sat May 01 2004 - [email protected]
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    53
- install fonts into /usr/openwin on Solaris
d5247cd2b842 2004-05-01 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
    54
1940
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    55
* Tue Feb 24 2004 - [email protected]
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    56
- Updated to Cinnabar.
4fa13ac580fc Changed to cinnabar distro, no changes to spec files otherwise
mick
parents: 1876
diff changeset
    57
623
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    58
* Thu Jul 17 2003 - [email protected]
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    59
- Changed to invoke SuSEconfig directly.
c1985e25a91c Changed to invoke SuSEconfig directly
mick
parents: 601
diff changeset
    60
522
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    61
* Thu Jul 10 2003 - [email protected]
a3e72288321f packaged Baekmuk TTF fonts 2.1.
mick
parents:
diff changeset
    62
- Initial release