2005-06-23 19:10:12 +00:00
|
|
|
%define archivename dejavu-ttf
|
|
|
|
%define fontdir %{_datadir}/fonts/dejavu
|
|
|
|
|
|
|
|
Name: dejavu-fonts
|
2006-01-16 06:32:05 +00:00
|
|
|
Version: 2.2
|
2006-01-16 20:43:32 +00:00
|
|
|
Release: 3%{?dist}
|
2005-06-23 19:10:12 +00:00
|
|
|
Summary: DejaVu Fonts
|
|
|
|
Group: User Interface/X
|
|
|
|
License: Redistributable, with restrictions
|
|
|
|
URL: http://dejavu.sf.net/
|
|
|
|
Source: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
2006-01-16 06:32:05 +00:00
|
|
|
Conflicts: fontconfig < 2.3.93
|
2005-06-23 19:10:12 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The DejaVu fonts are a font family based on the Bitstream Vera Fonts release
|
|
|
|
1.10. Its purpose is to provide a wider range of characters (see Current status
|
|
|
|
page for more information) while maintaining the original look and feel through
|
|
|
|
the process of collaborative develop
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{archivename}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
/bin/rm -rf %{buildroot}
|
|
|
|
|
|
|
|
#fonts
|
|
|
|
install -d -m 0755 %{buildroot}%{fontdir}
|
|
|
|
install -m 0644 *.ttf %{buildroot}%{fontdir}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
/bin/rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
if [ -x %{_bindir}/fc-cache ]; then
|
|
|
|
%{_bindir}/fc-cache %{_datadir}/fonts
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
if [ -x %{_bindir}/fc-cache ]; then
|
|
|
|
%{_bindir}/fc-cache %{_datadir}/fonts
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%doc *.txt AUTHORS BUGS LICENSE NEWS README
|
|
|
|
|
2005-12-28 20:42:02 +00:00
|
|
|
|
2005-06-23 19:10:12 +00:00
|
|
|
%dir %{fontdir}
|
|
|
|
%{fontdir}/*.ttf
|
|
|
|
|
|
|
|
%changelog
|
2006-01-16 18:39:12 +00:00
|
|
|
* Mon Jan 16 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> 2.2-2
|
|
|
|
- bump release to ensure graceful FC4 -> FC5 update
|
2006-01-16 20:43:32 +00:00
|
|
|
- bump again because of bas CVS tag
|
2006-01-16 18:39:12 +00:00
|
|
|
|
2006-01-16 06:32:05 +00:00
|
|
|
* Mon Jan 16 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> 2.2-1
|
|
|
|
- 2.2
|
|
|
|
|
2005-12-28 20:42:02 +00:00
|
|
|
* Wed Dec 28 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 2.1-1
|
|
|
|
- 2.1
|
|
|
|
|
2005-11-13 16:03:01 +00:00
|
|
|
* Sun Nov 13 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 2.0-1
|
|
|
|
- 2.0!
|
|
|
|
|
2005-10-28 16:37:16 +00:00
|
|
|
* Fri Oct 28 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.15-2
|
|
|
|
- add ghosting of %{fontdir}/fonts.cache-2 since it seems
|
|
|
|
needed nowadays
|
|
|
|
|
|
|
|
* Sun Oct 16 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.15-1
|
2005-10-16 20:26:22 +00:00
|
|
|
- 1.15
|
|
|
|
|
2005-10-08 09:46:44 +00:00
|
|
|
* Sat Oct 8 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.14-1
|
|
|
|
- 1.14
|
|
|
|
- still using prepackaged TTFs as the FE fontforge package is too old
|
|
|
|
|
2005-07-31 14:25:47 +00:00
|
|
|
* Sun Jul 31 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.12-1
|
|
|
|
- 1.12
|
|
|
|
|
2005-06-23 19:10:12 +00:00
|
|
|
* Thu Jun 23 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.11-1
|
|
|
|
- 1.11
|
|
|
|
|
|
|
|
* Mon May 22 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.10-1
|
|
|
|
- 1.10
|
|
|
|
|
|
|
|
* Sat May 21 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.9-2
|
|
|
|
- 1.9
|
|
|
|
- submission to FCE
|
|
|
|
|
|
|
|
* Sat Feb 19 2005 Nicolas Mailhot <nicolas.mailhot at laposte.net> 1.7-1
|
|
|
|
- initial build - using vera as template
|
|
|
|
|
|
|
|
* Sat Jan 08 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- rebuilt to get rid of legacy selinux filecontexts
|