2009-03-24 18:14:32 +00:00
|
|
|
%global fontname gnu-free
|
2012-10-23 12:38:45 +00:00
|
|
|
%global fontconf 69-%{fontname}
|
2009-03-24 18:14:32 +00:00
|
|
|
|
|
|
|
Name: %{fontname}-fonts
|
2012-09-28 19:40:54 +00:00
|
|
|
Version: 20120503
|
2013-05-15 12:57:19 +00:00
|
|
|
Release: 6%{?dist}
|
2009-03-24 18:14:32 +00:00
|
|
|
Summary: Free UCS Outline Fonts
|
|
|
|
Group: User Interface/X
|
|
|
|
# Standard font exception
|
2012-11-06 16:29:35 +00:00
|
|
|
License: GPLv3+ with exceptions
|
2010-12-30 13:51:37 +00:00
|
|
|
URL: http://www.gnu.org/software/freefont/
|
2012-11-06 16:29:35 +00:00
|
|
|
Source0: http://ftp.gnu.org/gnu/freefont/freefont-src-%{version}.tar.gz
|
2009-03-24 18:14:32 +00:00
|
|
|
Source2: %{fontconf}-mono.conf
|
|
|
|
Source3: %{fontconf}-sans.conf
|
|
|
|
Source4: %{fontconf}-serif.conf
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: fontpackages-devel fontforge
|
|
|
|
|
|
|
|
%global common_desc \
|
|
|
|
Gnu FreeFont is a free family of scalable outline fonts, suitable for general \
|
|
|
|
use on computers and for desktop publishing. It is Unicode-encoded for \
|
|
|
|
compatibility with all modern operating systems. \
|
|
|
|
\
|
|
|
|
Besides a full set of characters for writing systems based on the Latin \
|
|
|
|
alphabet, FreeFont contains large selection of characters from other writing \
|
|
|
|
systems some of which are hard to find elsewhere. \
|
|
|
|
\
|
|
|
|
FreeFont also contains a large set of symbol characters, both technical and \
|
|
|
|
decorative. We are especially pleased with the Mathematical Operators range, \
|
|
|
|
with which most of the glyphs used in LaTeX can be displayed.
|
|
|
|
|
|
|
|
%description
|
|
|
|
%common_desc
|
|
|
|
|
|
|
|
|
|
|
|
%package common
|
|
|
|
Summary: Common files for freefont (documentation…)
|
|
|
|
Requires: fontpackages-filesystem
|
2012-09-28 19:40:54 +00:00
|
|
|
Obsoletes: gnu-free-fonts-compat < 20120503
|
2009-03-24 18:14:32 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
%common_desc
|
|
|
|
|
|
|
|
This package consists of files used by other %{name} packages.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{fontname}-mono-fonts
|
|
|
|
Summary: GNU FreeFont Monospaced Font
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{fontname}-mono-fonts
|
|
|
|
%common_desc
|
|
|
|
|
|
|
|
This package contains the GNU FreeFont monospaced font.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{fontname}-sans-fonts
|
|
|
|
Summary: GNU FreeFont Sans-Serif Font
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{fontname}-sans-fonts
|
|
|
|
%common_desc
|
|
|
|
|
|
|
|
This package contains the GNU FreeFont sans-serif font.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{fontname}-serif-fonts
|
|
|
|
Summary: GNU FreeFont Serif Font
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{fontname}-serif-fonts
|
|
|
|
%common_desc
|
|
|
|
|
|
|
|
This package contains the GNU FreeFont serif font.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -qn freefont-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2012-09-28 19:40:54 +00:00
|
|
|
make
|
2009-03-24 18:14:32 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2012-09-28 19:40:54 +00:00
|
|
|
pushd sfd
|
2009-03-24 18:14:32 +00:00
|
|
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
|
|
|
install -p -m 644 *.ttf %{buildroot}%{_fontdir}
|
|
|
|
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
|
|
|
%{buildroot}%{_fontconfig_confdir}
|
|
|
|
|
|
|
|
install -m 0644 -p %{SOURCE2} \
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-mono.conf
|
|
|
|
|
|
|
|
install -m 0644 -p %{SOURCE3} \
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf
|
|
|
|
|
|
|
|
install -m 0644 -p %{SOURCE4} \
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf
|
|
|
|
|
|
|
|
|
|
|
|
for fconf in %{fontconf}-mono.conf \
|
|
|
|
%{fontconf}-sans.conf \
|
|
|
|
%{fontconf}-serif.conf ; do
|
|
|
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/$fconf
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%_font_pkg -n mono -f %{fontconf}-mono.conf FreeMono*.ttf
|
|
|
|
%_font_pkg -n sans -f %{fontconf}-sans.conf FreeSans*.ttf
|
|
|
|
%_font_pkg -n serif -f %{fontconf}-serif.conf FreeSerif*.ttf
|
|
|
|
|
|
|
|
%files common
|
|
|
|
%defattr(0644,root,root,0755)
|
2012-09-28 19:40:54 +00:00
|
|
|
%doc AUTHORS ChangeLog CREDITS COPYING README
|
2009-03-24 18:14:32 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-05-15 12:57:19 +00:00
|
|
|
* Wed May 15 2013 Jon Ciesla <limburgher@gmail.com> 20120503-6
|
|
|
|
- Additional Indic rendering fix, BZ 871252.
|
|
|
|
|
2013-02-14 00:13:27 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120503-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-11 13:55:49 +00:00
|
|
|
* Fri Jan 11 2013 Jon Ciesla <limburgher@gmail.com> 20120503-4
|
|
|
|
- Fix Indic rendering, BZ 871252.
|
|
|
|
|
2012-11-06 16:29:35 +00:00
|
|
|
* Tue Nov 06 2012 Jens Petersen <petersen@redhat.com> - 20120503-3
|
|
|
|
- Update source url and license tag, BZ 873508.
|
|
|
|
|
2012-10-23 12:38:45 +00:00
|
|
|
* Tue Oct 23 2012 Jon Ciesla <limburgher@gmail.com> 20120503-2
|
|
|
|
- Drop fontconfig priority to 69, BZ 869224.
|
|
|
|
|
2012-09-28 19:40:54 +00:00
|
|
|
* Fri Sep 28 2012 Jon Ciesla <limburgher@gmail.com> 20120503-1
|
|
|
|
- New upstream.
|
|
|
|
- Dropped compat package.
|
|
|
|
|
2012-07-19 08:23:00 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100919-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 04:03:56 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100919-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 04:49:42 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100919-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-30 13:51:37 +00:00
|
|
|
* Thu Dec 30 2010 Jon Ciesla <limb@jcomserv.net> 20100919-3
|
|
|
|
- Fixed URL.
|
|
|
|
|
2010-12-12 23:27:04 +00:00
|
|
|
* Sun Dec 12 2010 Jon Ciesla <limb@jcomserv.net> 20100919-2
|
|
|
|
- Fixed license tag, URL, BZ 644992.
|
|
|
|
|
2010-10-05 16:28:11 +00:00
|
|
|
* Tue Oct 05 2010 Jon Ciesla <limb@jcomserv.net> 20100919-1
|
|
|
|
- New upstream.
|
|
|
|
|
2010-08-11 13:22:35 +00:00
|
|
|
* Tue Aug 10 2010 Jon Ciesla <limb@jcomserv.net> 20090104-12
|
|
|
|
- Moved priority from 60 to 67, BZ 621498.
|
|
|
|
|
2009-07-25 00:54:01 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090104-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-24 18:14:32 +00:00
|
|
|
* Mon Mar 23 2009 Jon Ciesla <limb@jcomserv.net> 20090104-10
|
|
|
|
- Moved closer to template in effort to correct symlinks.
|
|
|
|
|
|
|
|
* Fri Mar 20 2009 Jon Ciesla <limb@jcomserv.net> 20090104-9
|
|
|
|
- Fixed compat requires.
|
|
|
|
- Fixed symlinks.
|
|
|
|
|
|
|
|
* Wed Mar 18 2009 Jon Ciesla <limb@jcomserv.net> 20090104-8
|
|
|
|
- Changed fontname, fixed symlinks, typos.
|
|
|
|
|
|
|
|
* Mon Mar 09 2009 Jon Ciesla <limb@jcomserv.net> 20090104-7
|
|
|
|
- Tidied Requires and Obsoletes.
|
|
|
|
|
|
|
|
* Thu Mar 05 2009 Jon Ciesla <limb@jcomserv.net> 20090104-6
|
|
|
|
- Converted last define to global.
|
|
|
|
- Dropped -common group declaration.
|
|
|
|
- Dropped free from package names.
|
|
|
|
- Dropped unneccessary requires and obsoletes.
|
|
|
|
- Dropped fontdir from -common.
|
|
|
|
- Fixed conf install and names.
|
|
|
|
|
|
|
|
* Thu Mar 05 2009 Jon Ciesla <limb@jcomserv.net> 20090104-5
|
|
|
|
- Added -lang=ff to build script.
|
|
|
|
|
|
|
|
* Thu Mar 05 2009 Jon Ciesla <limb@jcomserv.net> 20090104-4
|
|
|
|
- Changed define to global.
|
|
|
|
- Dropped main package, created compat package.
|
|
|
|
- Dropped freefont-ttf Obsoletes.
|
|
|
|
- Fixed subpackage requires.
|
|
|
|
- Dropped subpackage Groups.
|
|
|
|
- Fixed font_pkg syntax.
|
|
|
|
- Buildrequire fontforge.
|
|
|
|
- Added fontconfig rules.
|
|
|
|
- Minor spec order corrections.
|
|
|
|
|
|
|
|
* Tue Feb 17 2009 Jon Ciesla <limb@jcomserv.net> 20090104-3
|
|
|
|
- For BZ 477336:
|
|
|
|
- Renamed from freefont to gnu-free-fonts.
|
|
|
|
- Build from sfd now.
|
|
|
|
- Removed Requires for fontconfig.
|
|
|
|
- Drop old Provides.
|
|
|
|
|
|
|
|
* Mon Feb 09 2009 Jon Ciesla <limb@jcomserv.net> 20090104-2
|
|
|
|
- Implemented font_pkg.
|
|
|
|
- Corrected subpackage names.
|
|
|
|
|
|
|
|
* Mon Jan 12 2009 Orion Poplawski <orion@cora.nwra.com> 20090104-1
|
|
|
|
- update to 20090104
|
|
|
|
- conform to font package guidelines
|
|
|
|
|
|
|
|
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20080323-1
|
|
|
|
- fix license tag
|
|
|
|
- update to 20080323
|
|
|
|
|
|
|
|
* Fri Jan 5 2007 Orion Poplawski <orion@cora.nwra.com> 20060126-4
|
|
|
|
- Require fontconfig, not /usr/share/fonts
|
|
|
|
|
|
|
|
* Tue Oct 31 2006 Orion Poplawski <orion@cora.nwra.com> 20060126-3
|
|
|
|
- BOO!
|
|
|
|
- Make Provides/Osoletes versioned
|
|
|
|
- Make setup quiet
|
|
|
|
|
|
|
|
* Wed Oct 25 2006 Orion Poplawski <orion@cora.nwra.com> 20060126-2
|
|
|
|
- Remove fonts.cache refs
|
|
|
|
- fc-cache /usr/share/fonts/freefont
|
|
|
|
|
|
|
|
* Thu Oct 12 2006 Orion Poplawski <orion@cora.nwra.com> 20060126-1
|
|
|
|
- freefont-ttf-20060126
|
|
|
|
|
|
|
|
* Tue Dec 06 2005 Rex Dieter 20051206-1
|
|
|
|
- freefont-ttf-20051206
|