20120503
This commit is contained in:
parent
04ba4bf0cb
commit
3547db8ae6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
freefont-sfd-20090104.tar.gz
|
freefont-sfd-20090104.tar.gz
|
||||||
/freefont-sfd-20100919.tar.gz
|
/freefont-sfd-20100919.tar.gz
|
||||||
|
/freefont-src-20120503.tar.gz
|
||||||
|
@ -2,15 +2,14 @@
|
|||||||
%global fontconf 67-%{fontname}
|
%global fontconf 67-%{fontname}
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 20100919
|
Version: 20120503
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Free UCS Outline Fonts
|
Summary: Free UCS Outline Fonts
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
# Standard font exception
|
# Standard font exception
|
||||||
License: GPLv3+ with special font exception
|
License: GPLv3+ with special font exception
|
||||||
URL: http://www.gnu.org/software/freefont/
|
URL: http://www.gnu.org/software/freefont/
|
||||||
Source0: http://savannah.nongnu.org/download/freefont/freefont-sfd-%{version}.tar.gz
|
Source0: http://savannah.nongnu.org/download/freefont/freefont-src-%{version}.tar.gz
|
||||||
Source1: gnu-free-fonts-buildscript
|
|
||||||
Source2: %{fontconf}-mono.conf
|
Source2: %{fontconf}-mono.conf
|
||||||
Source3: %{fontconf}-sans.conf
|
Source3: %{fontconf}-sans.conf
|
||||||
Source4: %{fontconf}-serif.conf
|
Source4: %{fontconf}-serif.conf
|
||||||
@ -38,6 +37,7 @@ with which most of the glyphs used in LaTeX can be displayed.
|
|||||||
%package common
|
%package common
|
||||||
Summary: Common files for freefont (documentation…)
|
Summary: Common files for freefont (documentation…)
|
||||||
Requires: fontpackages-filesystem
|
Requires: fontpackages-filesystem
|
||||||
|
Obsoletes: gnu-free-fonts-compat < 20120503
|
||||||
|
|
||||||
%description common
|
%description common
|
||||||
%common_desc
|
%common_desc
|
||||||
@ -75,31 +75,17 @@ Requires: %{name}-common = %{version}-%{release}
|
|||||||
This package contains the GNU FreeFont serif font.
|
This package contains the GNU FreeFont serif font.
|
||||||
|
|
||||||
|
|
||||||
%package compat
|
|
||||||
Summary: GNU freefont compatibility package
|
|
||||||
Obsoletes: freefont < 20090104-4
|
|
||||||
Requires: gnu-free-mono-fonts = %{version}-%{release}
|
|
||||||
Requires: gnu-free-sans-fonts = %{version}-%{release}
|
|
||||||
Requires: gnu-free-serif-fonts = %{version}-%{release}
|
|
||||||
|
|
||||||
%description compat
|
|
||||||
This package only exists to help transition pre 20090104-4 freefont users to \
|
|
||||||
the new package split. It will be removed after one distribution release \
|
|
||||||
cycle, please do not reference it or depend on it in any way.\
|
|
||||||
\
|
|
||||||
It can be safely uninstalled.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn freefont-%{version}
|
%setup -qn freefont-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
fontforge -lang=ff -script %{SOURCE1} *.sfd
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
pushd sfd
|
||||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
install -p -m 644 *.ttf %{buildroot}%{_fontdir}
|
install -p -m 644 *.ttf %{buildroot}%{_fontdir}
|
||||||
|
|
||||||
@ -123,8 +109,6 @@ for fconf in %{fontconf}-mono.conf \
|
|||||||
%{buildroot}%{_fontconfig_confdir}/$fconf
|
%{buildroot}%{_fontconfig_confdir}/$fconf
|
||||||
done
|
done
|
||||||
|
|
||||||
rm %{buildroot}%{_datadir}/fonts/gnu-free/Untitled1.ttf
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -134,11 +118,13 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files common
|
%files common
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc AUTHORS ChangeLog CREDITS COPYING README Untitled1.ttf
|
%doc AUTHORS ChangeLog CREDITS COPYING README
|
||||||
|
|
||||||
%files compat
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 28 2012 Jon Ciesla <limburgher@gmail.com> 20120503-1
|
||||||
|
- New upstream.
|
||||||
|
- Dropped compat package.
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100919-6
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100919-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user