rpms/VLGothic-fonts/devel 59-VLGothic-monospace.conf, NONE, 1.1 59-VLGothic-sans.conf, NONE, 1.1 VLGothic-fonts.spec, 1.7, 1.8 sources, 1.6, 1.7 30-VLGothic.conf, 1.2, NONE

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Thu Oct 18 14:29:31 UTC 2007


Author: ryo

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

Modified Files:
	VLGothic-fonts.spec sources 
Added Files:
	59-VLGothic-monospace.conf 59-VLGothic-sans.conf 
Removed Files:
	30-VLGothic.conf 
Log Message:
update to 20071015


--- NEW FILE 59-VLGothic-monospace.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>

    <alias>
        <family>monospace</family>
        <prefer>
            <family>VL Gothic</family>
        </prefer>
    </alias>

    <match target="pattern">
        <test name="family">
            <string>monospace</string>
        </test>
        <edit name="family" mode="prepend" binding="strong">
            <string>DejaVu Sans Mono</string>
        </edit>
    </match>
</fontconfig>


--- NEW FILE 59-VLGothic-sans.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <test name="family">
            <string>VL PGothic</string>
        </test>
        <edit name="hinting" mode="assign">
            <bool>false</bool>
        </edit>
    </match>

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

    <match target="pattern">
        <test name="family">
            <string>sans-serif</string>
        </test>
        <edit name="family" mode="prepend" binding="strong">
            <string>DejaVu Sans</string>
        </edit>
    </match>
</fontconfig>


Index: VLGothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/devel/VLGothic-fonts.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- VLGothic-fonts.spec	8 Sep 2007 14:15:48 -0000	1.7
+++ VLGothic-fonts.spec	18 Oct 2007 14:28:57 -0000	1.8
@@ -1,24 +1,51 @@
 Name: VLGothic-fonts
-Version: 20070901
+Version: 20071015
 Release: 1%{?dist}
 Summary: VLGothic the Japanese TrueType font
 
-License: Distributable
+License: mplus and BSD
 Group: User Interface/X
 URL: http://dicey.org/vlgothic
 Source0: http://vinelinux.org/~daisuke/vlgothic/VLGothic-%{version}.tar.bz2
-Source1: 30-VLGothic.conf
+Source1: 59-VLGothic-sans.conf
+Source2: 59-VLGothic-monospace.conf
 BuildRoot: %{_tmppath}/VLGothic-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
 Requires: fontconfig
-Obsoletes: VLGothic <= %{version}-%{release}
-Provides:  VLGothic = %{version}-%{release}
+Obsoletes: VLGothic < %{version}-%{release}
+Provides: VLGothic = %{version}-%{release}
+Requires: %{name}-docs = %{version}-%{release}
+Requires: %{name}-sans = %{version}-%{release}
+Requires: %{name}-monospace = %{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.
+VLGothic is a Japanese TrueType font from Vine Linux project.
+The most grphys are taken from M+ font and sazanami mincho font, 
+but there are some fixes applied by the project.
+
+%package docs
+Summary: Documents for VLGothic-fonts
+Group: Documentation
+
+%description docs
+The VLGothic-fonts-docs package contains documentation for VLGothic font.
+
+%package sans
+Summary: Sans glyphs of VLGothic-fonts
+Group: User Interface/X
+Requires: %{name}-docs = %{version}-%{release}
+
+%description sans
+The VLGothic-fonts-sans package contains sans glyphs of VLGothic fonts.
+
+%package monospace
+Summary: Monospace glyphs of VLGothic-fonts
+Group: User Interface/X
+Requires: %{name}-docs = %{version}-%{release}
+
+%description monospace
+The VLGothic-fonts-monospace package contains monospace glyphs of VLGothic fonts.
 
 %prep
 %setup -q -n VLGothic
@@ -32,6 +59,7 @@
 
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/fonts/conf.d
 install -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_sysconfdir}/fonts/conf.d
+install -p -m644 %{SOURCE2} ${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
@@ -43,14 +71,29 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README* LICENSE*
+
+%files monospace
+%dir %{_datadir}/fonts/japanese/
+%dir %{_datadir}/fonts/japanese/TrueType
+%config %{_sysconfdir}/fonts/conf.d/59-VLGothic-monospace.conf
+%{_datadir}/fonts/japanese/TrueType/VL-Gothic-Regular.ttf
+
+%files sans
 %dir %{_datadir}/fonts/japanese/
 %dir %{_datadir}/fonts/japanese/TrueType
-%config %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf
-%{_datadir}/fonts/japanese/TrueType/*.ttf
+%config %{_sysconfdir}/fonts/conf.d/59-VLGothic-sans.conf
+%{_datadir}/fonts/japanese/TrueType/VL-PGothic-Regular.ttf
+
+%files docs
+%defattr(-,root,root,-)
+%doc README* LICENSE*
 
 
 %changelog
+* Thu Oct 18 2007 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20071015-1
+- Update to 20071015
+- Make it separated into subpackages 
+
 * Sat Sep 09 2007 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20070901-1
 - Update to 20070901
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	8 Sep 2007 14:15:48 -0000	1.6
+++ sources	18 Oct 2007 14:28:57 -0000	1.7
@@ -1 +1 @@
-a55c51eb2e8d928c3e7c5c06dbd7c347  VLGothic-20070901.tar.bz2
+a914a2b47e2a55cc7c1601a590adc23f  VLGothic-20071015.tar.bz2


--- 30-VLGothic.conf DELETED ---




More information about the fedora-extras-commits mailing list