rpms/VLGothic-fonts/F-7 59-VLGothic-monospace.conf, NONE, 1.1 59-VLGothic-sans.conf, NONE, 1.1 .cvsignore, 1.4, 1.5 VLGothic-fonts.spec, 1.8, 1.9 sources, 1.7, 1.8

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


Author: ryo

Update of /cvs/pkgs/rpms/VLGothic-fonts/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24832

Modified Files:
	.cvsignore VLGothic-fonts.spec sources 
Added Files:
	59-VLGothic-monospace.conf 59-VLGothic-sans.conf 
Log Message:
separate config files.



--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-7/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Oct 2007 15:31:20 -0000	1.4
+++ .cvsignore	18 Oct 2007 14:14:29 -0000	1.5
@@ -1 +1 @@
-VLGothic-20070924.tar.bz2
+VLGothic-20071015.tar.bz2


Index: VLGothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-7/VLGothic-fonts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- VLGothic-fonts.spec	10 Oct 2007 15:31:20 -0000	1.8
+++ VLGothic-fonts.spec	18 Oct 2007 14:14:29 -0000	1.9
@@ -1,5 +1,5 @@
 Name: VLGothic-fonts
-Version: 20070924
+Version: 20071015
 Release: 1%{?dist}
 Summary: VLGothic the Japanese TrueType font
 
@@ -7,18 +7,45 @@
 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
+Source1: 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}
+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
@@ -43,16 +70,28 @@
 
 %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
-* Sat Sep 29 2007 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20070924-1
-- Update to 20070924
+* 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/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	10 Oct 2007 15:31:20 -0000	1.7
+++ sources	18 Oct 2007 14:14:29 -0000	1.8
@@ -1 +1 @@
-38c55ef2d0f4229e8abc4495531ab7e7  VLGothic-20070924.tar.bz2
+a914a2b47e2a55cc7c1601a590adc23f  VLGothic-20071015.tar.bz2




More information about the fedora-extras-commits mailing list