Author: pnemade
Update of /cvs/pkgs/rpms/iso8859-2-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8551/devel
Modified Files:
.cvsignore sources
Added Files:
XFree86-ISO8859-2-1.0-redhat.patch import.log
iso8859-2-fonts.spec
Log Message:
Initial import in F13
XFree86-ISO8859-2-1.0-redhat.patch:
Makefile | 48 +++++++++++++++++++++++++++++++++++++++++++++++
ulT1mo-beta-1.0/Makefile | 16 +++++++++++++++
2 files changed, 64 insertions(+)
--- NEW FILE XFree86-ISO8859-2-1.0-redhat.patch ---
--- XFree86-ISO8859-2-1.0/ulT1mo-beta-1.0/Makefile.redhat Mon Oct 5
19:53:01 1998
+++ XFree86-ISO8859-2-1.0/ulT1mo-beta-1.0/Makefile Mon Oct 5 19:57:44 1998
@@ -0,0 +1,16 @@
+
+all:
+ echo 0 > ./fonts.scale
+ touch ./fonts.alias
+ grep -v "ulT1mo-.*-fontspecific$$" ./fonts.scale > /tmp/fonts.scale.ulT1
+ cat ./fonts.scale.ulT1mo >> /tmp/fonts.scale.ulT1
+ gawk '{print(FNR==1)?$$1+40:$$0}' < /tmp/fonts.scale.ulT1 >
./fonts.scale
+ sed -e "/-ulT1mo-.*-fontspecific\"/d" ./fonts.alias >
/tmp/fonts.alias.ulT1
+ cat ./fonts.alias.ulT1mo >> /tmp/fonts.alias.ulT1
+ mv /tmp/fonts.alias.ulT1 ./fonts.alias
+ rm -f /tmp/fonts.scale.ulT1
+ rm -f ./fonts.dir
+ mkfontdir .
+
+clean:
+ @rm -fv fonts.dir fonts.alias fonts.scale
--- XFree86-ISO8859-2-1.0/Makefile.redhat Mon Oct 5 19:42:50 1998
+++ XFree86-ISO8859-2-1.0/Makefile Mon Oct 5 19:42:50 1998
@@ -0,0 +1,48 @@
+FONTDIR=$(PREFIX)/usr/X11R6/lib/X11/fonts
+
+#
+# Select whether or not you want to compress the fonts and which compression
+# utility to use for that
+COMPFONTS=set
+COMPUTIL=gzip
+COMPFLAGS=-9f
+
+FONTC=bdftopcf
+FONTCFLAGS=
+MKFONTDIR=mkfontdir
+MKFONTDIRFLAGS=
+
+FONTS=misc 75dpi 100dpi
+
+all: $(addsuffix .done, $(FONTS))
+
+%.done: %
+ cd $< ;\
+ for i in *.bdf ; do\
+ $(FONTC) $(FONTCFLAGS) $$i > `basename $$i .bdf`.pcf;\
+ if [ $(COMPFONTS) ];then\
+ $(COMPUTIL) $(COMPFLAGS) `basename $$i .bdf`.pcf;\
+ fi;\
+ done;\
+ $(MKFONTDIR) $(MKFONTDIRFLAGS);
+
+install: installfonts
+
+installfonts:
+ for i in $(FONTS) ;do\
+ cd $$i;\
+ if [ -f fonts.dir ] ; then\
+ install -d $(FONTDIR)/$$i;\
+ install -m 444 *.pcf* $(FONTDIR)/$$i;\
+ install -m 644 fonts.dir $(FONTDIR)/$$i;\
+ install -m 444 fonts.alias $(FONTDIR)/$$i;\
+ fi;\
+ cd ..;\
+ done;
+
+clean:
+ for i in $(FONTS) ;do\
+ cd $$i;\
+ rm -f *.pcf* fonts.dir;\
+ cd ..;\
+ done;
--- NEW FILE import.log ---
iso8859-2-fonts-1_0-24_fc13:HEAD:iso8859-2-fonts-1.0-24.fc13.src.rpm:1274248249
--- NEW FILE iso8859-2-fonts.spec ---
%global fontname iso8859-2
%global __mkfontdir umask 133;mkfontdir
%global catalogue %{_sysconfdir}/X11/fontpath.d
Name: %{fontname}-fonts
Version: 1.0
Release: 24%{?dist}
License: MIT
# Upstream url http://www.biz.net.pl/images/ISO8859-2-bdf.tar.gz is dead now.
Source: ISO8859-2-bdf.tar.gz
Patch0: XFree86-ISO8859-2-1.0-redhat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Group: User Interface/X
Summary: Central European language fonts for the X Window System
Buildrequires: xorg-x11-font-utils
BuildRequires: fontpackages-devel
Requires: mkfontdir
%description
If you use the X Window System and you want to display Central
European fonts, you should install this package.
%package common
Summary: Common files of %{name}
Requires: fontpackages-filesystem
%description common
Common files of %{name}.
%package -n %{fontname}-misc-fonts
Group: User Interface/X
Summary: A set of misc Central European language fonts for X
Requires: mkfontdir
Obsoletes: fonts-ISO8859-2 < 1.0-23
Provides: fonts-ISO8859-2 = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
%description -n %{fontname}-misc-fonts
This package contains a set of Central European fonts, in
compliance with the ISO8859-2 standard.
%package -n %{fontname}-75dpi-fonts
Group: User Interface/X
Summary: A set of 75dpi Central European language fonts for X
Requires: mkfontdir
Obsoletes: fonts-ISO8859-2-75dpi < 1.0-23
Provides: fonts-ISO8859-2-75dpi = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
%description -n %{fontname}-75dpi-fonts
This package contains a set of Central European language fonts in 75 dpi
resolution for the X Window System.
%package -n %{fontname}-100dpi-fonts
Group: User Interface/X
Summary: A set of 100dpi Central European language fonts for X
Requires: mkfontdir
Obsoletes: fonts-ISO8859-2-100dpi < 1.0-23
Provides: fonts-ISO8859-2-100dpi = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
%description -n %{fontname}-100dpi-fonts
This package includes Central European (ISO8859-2) fonts, in 100 dpi
resolution, for the X Window System.
%prep
%setup -c -q
chmod 644 RELEASE_NOTES.TXT
%patch0 -p1 -b .redhat
%build
make all
%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT \
FONTDIR=$RPM_BUILD_ROOT%{_fontdir}
# Install catalogue symlink
mkdir -p $RPM_BUILD_ROOT%{catalogue}
ln -sf %{_fontdir}/misc $RPM_BUILD_ROOT%{catalogue}/%{fontname}-misc-fonts
ln -sf %{_fontdir}/75dpi $RPM_BUILD_ROOT%{catalogue}/%{fontname}-75dpi-fonts
ln -sf %{_fontdir}/100dpi $RPM_BUILD_ROOT%{catalogue}/%{fontname}-100dpi-fonts
%clean
rm -rf $RPM_BUILD_ROOT
%post -n %{fontname}-misc-fonts
{
%__mkfontdir %{_fontdir}/misc
} &> /dev/null || :
%post -n %{fontname}-75dpi-fonts
{
%__mkfontdir %{_fontdir}/75dpi
} &> /dev/null || :
%post -n %{fontname}-100dpi-fonts
{
%__mkfontdir %{_fontdir}/100dpi
} &> /dev/null || :
%files -n %{fontname}-misc-fonts
%defattr(-,root,root,-)
%doc
%dir %{_fontdir}/misc
%{_fontdir}/misc/*.gz
%verify(not md5 size mtime) %{_fontdir}/misc/fonts.alias
%verify(not md5 size mtime) %{_fontdir}/misc/fonts.dir
%{catalogue}/%{fontname}-misc-fonts
%files -n %{fontname}-75dpi-fonts
%defattr(-,root,root,-)
%doc
%dir %{_fontdir}/75dpi
%{_fontdir}/75dpi/*.gz
%verify(not md5 size mtime) %{_fontdir}/75dpi/fonts.alias
%verify(not md5 size mtime) %{_fontdir}/75dpi/fonts.dir
%{catalogue}/%{fontname}-75dpi-fonts
%files -n %{fontname}-100dpi-fonts
%defattr(-,root,root,-)
%doc
%dir %{_fontdir}/100dpi
%{_fontdir}/100dpi/*.gz
%verify(not md5 size mtime) %{_fontdir}/100dpi/fonts.alias
%verify(not md5 size mtime) %{_fontdir}/100dpi/fonts.dir
%{catalogue}/%{fontname}-100dpi-fonts
%files common
%defattr(-,root,root,-)
%doc *.TXT
%dir %{_fontdir}
%changelog
* Mon May 17 2010 Parag <pnemade AT redhat.com> 1.0-24
- Repackaged according to current Fonts packaging guidelines.
- Added -common subpackage
* Tue Mar 02 2010 Parag <pnemade AT redhat.com> 1.0-23
- Resolves:rh#569428 - Wrong directory ownership of %%{catalogue}
* Tue Aug 11 2009 Parag <[email protected]> - 1.0-22
- Fixed for Source Audit 2009-08-10
* Fri Jul 24 2009 Fedora Release Engineering <[email protected]>
- 1.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Fedora Release Engineering <[email protected]>
- 1.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Jul 18 2008 Tom "spot" Callaway <[email protected]> - 1.0-19
- fix license tag
* Tue Aug 21 2007 Rahul Bhalerao <[email protected]> - 1.0-18.fc8
- Dropping chkfontpath dependency (bug #251026, by Matthias Clasen)
- Spec cleanup
* Wed Jul 12 2006 Jesse Keating <[email protected]> - 1.0-17.1
- rebuild
* Tue Feb 21 2006 Karsten Hopp <[email protected]> 1.0-17
- BuildRequire xorg-x11-font-utils
* Fri Dec 09 2005 Jesse Keating <[email protected]>
- rebuilt
* Mon Nov 7 2005 Caolan McNamara <[email protected]> - 1.0-16
- modular X
* Fri Oct 28 2005 Caolan McNamara <[email protected]> - 1.0-15
- package description mentions old package name
* Thu Mar 3 2005 Mike A. Harris <[email protected]> - 1.0-14
- *cough* Rebuild for FC4 with gcc 4 *cough*
* Wed Sep 22 2004 Owen Taylor <[email protected]> - 1.0-13
- Require xorg-x11-font-utils (#125031, Maxim Dzumanenko)
* Fri Feb 13 2004 Elliot Lee <[email protected]>
- rebuilt
* Wed Jan 22 2003 Tim Powers <[email protected]>
- rebuilt
* Tue Oct 7 2002 Mike A. Harris <[email protected]> 1.0-10
- All-arch rebuild
-
* Fri Jun 21 2002 Mike A. Harris <[email protected]> 1.0-9
- Totally non-automated rebuild done manually without assistance of
any fancy pants scripts or other automation utilities ;o)
- Added :unscaled FPE attributes to all bitmap font rpm scripts
* Fri Jun 21 2002 Tim Powers <[email protected]>
- automated rebuild
* Tue Jun 4 2002 Mike A. Harris <[email protected]> 1.0-7
- Removed ulT1mo fonts
* Thu May 23 2002 Tim Powers <[email protected]> 1.0-4
- automated rebuild
* Mon Apr 15 2002 Mike A. Harris <[email protected]> 1.0-3
- Made Type1 subpackage to own the afm/pfm directories
- removed fonts.* glob from all subpackages, and manually listed each of the
various fonts.{alias,dir,scale} files individually with the proper
ghost/config/verify flags (MF #61694)
- Cleaned up post/postun scripts to match the XFree86 packaging style, and
made the fonts.dir files generated at install time like they should be
instead of included with the packaging which is broken and evil.
* Mon Apr 8 2002 Mike A. Harris <[email protected]> 1.0-2
- Added proper prereqs for chkfontpath, mkfontdir for bug (#62741)
* Thu Feb 28 2002 Mike A. Harris <[email protected]> 1.0-1
- Moved ulT1mo fonts from XFree86 packaging back out into their own happy
rpm package. Renamed it to fonts-foo to remove XFree86 reference since
it is not an XFree86 package.
* Wed Jul 12 2000 Prospector <[email protected]>
- automatic rebuild
* Sat Jun 17 2000 Than Ngo <[email protected]>
- rebuilt in the new build environment
* Sat May 27 2000 Ngo Than <[email protected]>
- rebuild for 7.0
* Thu Aug 19 1999 Preston Brown <[email protected]>
- fonts.* are now config files
* Sun Mar 21 1999 Cristian Gafton <[email protected]>
- auto rebuild in the new build environment (release 8)
* Tue Mar 09 1999 Preston Brown <[email protected]>
- fixed typos
* Wed Feb 24 1999 Preston Brown <[email protected]>
- Injected new description and group.
* Tue Feb 16 1999 Preston Brown <[email protected]>
- chkfontpath compliant.
* Sat Feb 06 1999 Preston Brown <[email protected]>
- fonts moved to %%{_fontbasedir}ISO8859-2 under new font scheme.
* Fri Dec 18 1998 Preston Brown <[email protected]>
- bumped spec number for initial rh 6.0 build
* Mon Oct 05 1998 Cristian Gafton <[email protected]>
- packaged for RH 5.2
- made a noarch package
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iso8859-2-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore 18 May 2010 06:24:44 -0000 1.1
+++ .cvsignore 19 May 2010 05:46:15 -0000 1.2
@@ -0,0 +1 @@
+ISO8859-2-bdf.tar.gz
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iso8859-2-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 18 May 2010 06:24:44 -0000 1.1
+++ sources 19 May 2010 05:46:16 -0000 1.2
@@ -0,0 +1 @@
+5dd69ab949d833944048b10a97f7a589 ISO8859-2-bdf.tar.gz
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/