rpms/ucs-miscfixed-fonts/devel 66-ucs-miscfixed.conf, NONE, 1.1 import.log, NONE, 1.1 readme_cleanup.patch, NONE, 1.1 ucs-miscfixed-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pravin Satpute pravins at fedoraproject.org
Wed Nov 25 06:05:46 UTC 2009


Author: pravins

Update of /cvs/pkgs/rpms/ucs-miscfixed-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5000/devel

Modified Files:
	.cvsignore sources 
Added Files:
	66-ucs-miscfixed.conf import.log readme_cleanup.patch 
	ucs-miscfixed-fonts.spec 
Log Message:
* Wed Nov 25 2009 Pravin Satpute <psatpute at redhat.com> - 0.3-5
- removed \ from description



--- NEW FILE 66-ucs-miscfixed.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>monospace</family>
    <prefer>
      <family>MiscFixed</family>
    </prefer>
  </alias>
  <alias>
    <family>MiscFixed</family>
    <default>
      <family>monospace</family>
    </default>
  </alias>
</fontconfig>



--- NEW FILE import.log ---
ucs-miscfixed-fonts-0_3-5_fc12:HEAD:ucs-miscfixed-fonts-0.3-5.fc12.src.rpm:1259129345

readme_cleanup.patch:
 README |    9 ---------
 1 file changed, 9 deletions(-)

--- NEW FILE readme_cleanup.patch ---
diff -rup bitmap-fonts-0.3/README bitmap-fonts-0.3_mod/README
--- bitmap-fonts-0.3/README	2003-01-22 03:35:13.000000000 +0530
+++ bitmap-fonts-0.3_mod/README	2009-10-07 18:01:47.000000000 +0530
@@ -11,15 +11,6 @@ Most of these fonts are in the public do
 are under the X license. Copyright information where
 applicable can be found in the .bdf files.
 
-The Lucida fonts are also derived from the X distribution.
-The file LU_LEGALNOTICE is the license that applies to the
-original versions of these fonts.
-
-The fangongti16.bdf fangongti24.bdf are merges of the
-Fangosong ti fonts, and the Sony 8x16/12x24 fonts of
-the same size to get full ASCII coverage. The licenses
-of these fonts can be found in the .bdf files.
-
 Owen Taylor <otaylor at redhat.com>
 June 27 2002
 August 28 2002


--- NEW FILE ucs-miscfixed-fonts.spec ---
%global fontname ucs-miscfixed
%global fontconf 66-%{fontname}.conf

Name: %{fontname}-fonts
Version: 0.3
Release: 5%{?dist}
License: Public Domain
URL: http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
Source0: bitmap-fonts-%{version}.tar.bz2
Source1: fixfont-3.5.tar.bz2
Source2: 66-ucs-miscfixed.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Group: User Interface/X
Summary: Selected set of bitmap fonts
BuildRequires: fontpackages-devel
BuildRequires: xorg-x11-font-utils
Patch1: readme_cleanup.patch

%description
The usc-fixed-fonts package provides bitmap fonts for
locations such as terminals.


%prep
%setup -q -n bitmap-fonts-%{version} -a1
%patch1 -p1 -b .1-readme_cleanup

%build

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

cd fixfont-3.5

make install DESTDIR=$RPM_BUILD_ROOT

mv $RPM_BUILD_ROOT/usr/share/fonts/bitmap-fonts %{buildroot}%{_fontdir}

rm %{buildroot}%{_fontdir}/lut*.pcf %{buildroot}%{_fontdir}/fang*.pcf %{buildroot}%{_fontdir}/cons*.pcf
gzip %{buildroot}%{_fontdir}/*.pcf

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
                   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE2} \
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
      %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -rf $RPM_BUILD_ROOT

%_font_pkg -f %{fontconf} [0-9]*

%doc README	

%changelog
* Wed Nov 25 2009 Pravin Satpute <psatpute at redhat.com> - 0.3-5
- removed \ from description

* Thu Oct 22 2009 Pravin Satpute <psatpute at redhat.com> - 0.3-4
- chnaged conf file priority

* Thu Sep 29 2009 Pravin Satpute <psatpute at redhat.com> - 0.3-3
- modified license field

* Thu Sep 29 2009 Pravin Satpute <psatpute at redhat.com> - 0.3-2
- updated as per package review suggestion, bug 526204


* Thu Sep 29 2009 Pravin Satpute <psatpute at redhat.com> - 0.3-1
- initial packaging
- these fonts was there in bitmap-fonts package previously, packaging it separate as per merger review suggetion.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ucs-miscfixed-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Nov 2009 03:55:21 -0000	1.1
+++ .cvsignore	25 Nov 2009 06:05:44 -0000	1.2
@@ -0,0 +1,2 @@
+bitmap-fonts-0.3.tar.bz2
+fixfont-3.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ucs-miscfixed-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Nov 2009 03:55:21 -0000	1.1
+++ sources	25 Nov 2009 06:05:45 -0000	1.2
@@ -0,0 +1,2 @@
+f07548f9668f178e1a6f6ae39d595c8c  bitmap-fonts-0.3.tar.bz2
+008073dee211f94105b2ff2790aa45dc  fixfont-3.5.tar.bz2




More information about the scm-commits mailing list