rpms/VLGothic-fonts/devel 30-VLGothic.conf, NONE, 1.1 VLGothic-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Thu Nov 23 00:10:53 UTC 2006


Author: ryo

Update of /cvs/extras/rpms/VLGothic-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20789/devel

Modified Files:
	.cvsignore sources 
Added Files:
	30-VLGothic.conf VLGothic-fonts.spec 
Log Message:
auto-import VLGothic-fonts-20061026-3 on branch devel from VLGothic-fonts-20061026-3.src.rpm


--- NEW FILE 30-VLGothic.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <test name="family">
            <string>VL Gothic</string>
        </test>
        <edit name="hinting" mode="assign">
            <bool>false</bool>
        </edit>
    </match>
    
    <match target="font">
        <test name="family">
            <string>VL PGothic</string>
        </test>
        <edit name="hinting" mode="assign">
            <bool>false</bool>
        </edit>
    </match>
    
    <match target="pattern">
        <test name="lang" compare="contains">
            <string>ja</string>
            <string>en</string>
        </test>
        <edit name="lang" mode="assign_replace">
            <string>en</string>
        </edit>
    </match>
    
    <alias>
        <family>monospace</family>
        <prefer>
            <family>VL Gothic</family>
        </prefer>
    </alias>

    <alias>
        <family>sans-serif</family>
        <prefer>
            <family>VL PGothic</family>
        </prefer>
    </alias>
</fontconfig>


--- NEW FILE VLGothic-fonts.spec ---
Name: VLGothic-fonts
Version: 20061026
Release: 3%{?_dist}
Summary: VLGothic the Japanese TrueType font

License: Distributable
Group: User Interface/X
URL: http://dicey.org/vlgothic
Source0: http://vinelinux.org/~daisuke/vlgothic/VLGothic-%{version}.tar.bz2
Source1: 30-VLGothic.conf
BuildRoot: %{_tmppath}/VLGothic-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

Requires: fontconfig
Obsoletes: VLGothic <= %{version}-%{release}
Provides:  VLGothic = %{version}-%{release}

%description
VLGothic is a Japanese TrueType font maden by Vine Linux project.
The most of grphys are imported from M+ fonts and sazanami mincho, 
and later patched by them.

%prep
%setup -q -n VLGothic


%build


%install
rm -rf ${RPM_BUILD_ROOT}

mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/fonts/conf.d
install -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_sysconfdir}/fonts/conf.d

mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/fonts/japanese/TrueType
mv *.ttf ${RPM_BUILD_ROOT}/%{_datadir}/fonts/japanese/TrueType


%clean
rm -rf ${RPM_BUILD_ROOT}


%files
%defattr(-,root,root,-)
%doc README* LICENSE*
%dir %{_datadir}/fonts/japanese/
%dir %{_datadir}/fonts/japanese/TrueType
%config(noreplace) %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf
%{_datadir}/fonts/japanese/TrueType/*.ttf


%changelog
* Sat Nov 18 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20061026-3
- Modify the specfile along with the Fedora Extras packaging policy.

* Sun Nov 12 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20061026-2
- Modify the specfile.

* Sun Nov 12 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20061026-1
- Preparing for Fedora Extras.

* Sat Oct 28 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20061021-2
- Update to 20061021.

* Tue Sep 19 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20060913-2
- Update to 20060913.

* Thu Aug 31 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20060831-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2006 00:09:32 -0000	1.1
+++ .cvsignore	23 Nov 2006 00:10:23 -0000	1.2
@@ -0,0 +1 @@
+VLGothic-20061026.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2006 00:09:32 -0000	1.1
+++ sources	23 Nov 2006 00:10:23 -0000	1.2
@@ -0,0 +1 @@
+b827b4a513f044edef080f1d65e0f861  VLGothic-20061026.tar.bz2




More information about the scm-commits mailing list