rpms/un-core-fonts/F-8 import.log, NONE, 1.1 un-core-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dennis Jang smallvil at fedoraproject.org
Mon Aug 25 06:27:47 UTC 2008


Author: smallvil

Update of /cvs/pkgs/rpms/un-core-fonts/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5185/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log un-core-fonts.spec 
Log Message:



--- NEW FILE import.log ---
un-core-fonts-1_0_2-0_5_080608_fc9:F-8:un-core-fonts-1.0.2-0.5.080608.fc9.src.rpm:1219645645


--- NEW FILE un-core-fonts.spec ---
%define fontname    un-core 
%define fontdir     %{_datadir}/fonts/%{fontname}
%define archivename un-fonts-core
%define alphatag    080608

Name:           %{fontname}-fonts
Version:        1.0.2
Release:        0.5.%{alphatag}%{?dist}
Summary:        Un Core family of Korean TrueType fonts
Summary(ko):    한글 은글꼴 Core 모음
Group:          User Interface/X
License:        GPLv2
URL:            http://kldp.net/projects/unfonts/
Source0:        http://kldp.net/frs/download.php/4695/%{archivename}-%{version}-%{alphatag}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This is a set of Korean TrueType fonts. Un-fonts come from the HLaTeX type1
fonts made by Koaunghi Un in 1998. They were converted to TrueType with
FontForge(PfaEdit) by Won-kyu Park in 2003.

Core families (9 fonts)
- UnBatang, UnBatangBold: serif
- UnDotum, UnDotumBold: sans-serif
- UnGraphic, UnGraphicBold: sans-serif style
- UnPilgi, UnPilgiBold: script
- UnGungseo: cursive, brush-stroke

Install un-extra-fonts for additional fonts.

%description -l ko
은글꼴 시리즈는 HLaTex개발자이신 은광희님이 1998년에 개발한 폰트입니다.
2003년에 박원규님이 FontForge를 이용하여 트루타입폰트로 변환했습니다.
은글꼴은 가장 일반적인 글꼴들입니다.

Core 모음 (9폰트)
- 은바탕, 은바탕굵음: serif
- 은돋음, 은돋음굵음: sans-serif
- 은그래픽, 은그래픽굵음: sans-serif style
- 은필기, 은필기굵음: script
- 은궁서: cursive, brush-stroke

추가적으로 un-extra-fonts를 설치 할 수 있습니다.


%define un_subpkg() \
%package %1\
Summary:    Un Core fonts - %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/")\
Summary(ko): 한글 은글꼴 Core 모음 - %(echo %2)\
Group:      User Interface/X\
\
%description %1\
This package provides the Un Core %(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/") fonts.\
\
%description -l ko %1\
은글꼴 Core 모음중 %(echo %2)입니다.\
\
%files %1\
%defattr(-,root,root,-)\
%doc COPYING README\
%dir %{fontdir}/\
%{fontdir}/Un%(echo %1 | sed -e "s/\\(.*\\)/\\u\\1/")*.ttf

%un_subpkg batang 바탕
%un_subpkg dinaru 디나루
%un_subpkg dotum 돋음
%un_subpkg graphic 그래픽
%un_subpkg gungseo 궁서
%un_subpkg pilgi 필기 

%prep
%setup -q -n un-fonts

%build

%install
rm -rf $RPM_BUILD_ROOT

install -dm 0755 -d $RPM_BUILD_ROOT%{fontdir}
install -pm 0644 -p *.ttf $RPM_BUILD_ROOT%{fontdir}

%clean
rm -rf $RPM_BUILD_ROOT

%post
if [ -x %{_bindir}/fc-cache ]; then
    %{_bindir}/fc-cache %{fontdir} || :
fi

%postun
if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
    %{_bindir}/fc-cache %{fontdir} || :
fi

%changelog
* Wed Jul 16 2008 Jens Petersen <petersen at redhat.com> - 1.0.2-0.5.080608
- add subpackages with a macro

* Mon Jul 07 2008 Dennis Jang <smallvil at get9.net> - 1.0.2-0.4.080608
- Refined .spec literal

* Sun Jul 06 2008 Dennis Jang <smallvil at get9.net> - 1.0.2-0.3.080608
- Added or Changed a Summary and Description.
- Removed nil item.
- Refined versioning contents.
- Renamed from un-fonts-core.spec

* Thu Jul 03 2008 Dennis Jang <smallvil at get9.net> - 1.0.2-0.2.080608
- Refined .spec literal, license, versioning contents.

* Sat Jun 28 2008 Dennis Jang <smallvil at get9.net> - 1.0.2-0.1.080608
- Initial release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/un-core-fonts/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Aug 2008 18:09:49 -0000	1.1
+++ .cvsignore	25 Aug 2008 06:27:17 -0000	1.2
@@ -0,0 +1 @@
+un-fonts-core-1.0.2-080608.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/un-core-fonts/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 18:09:49 -0000	1.1
+++ sources	25 Aug 2008 06:27:17 -0000	1.2
@@ -0,0 +1 @@
+87edeb65586b85d4ce10c1fab4f1e1aa  un-fonts-core-1.0.2-080608.tar.gz




More information about the fedora-extras-commits mailing list