start of 2.22 rc testing

This commit is contained in:
nim 2007-12-06 07:15:35 +00:00
parent 1346b84f17
commit 9cfd255d93
3 changed files with 23 additions and 18 deletions

View File

@ -1 +1 @@
dejavu-sfd-2.21.tar.bz2
dejavu-fonts-2.21-20071206-2135.tar.bz2

View File

@ -1,14 +1,14 @@
%define fontname dejavu
%define fontdir %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d
%define fontname dejavu
%define fontdir %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d
%define archivename %{fontname}-sfd-%{archiveversion}
%define archivename %{name}-%{archiveversion}
#define alphatag .20071027svn2023
#define alphatag .rc1
%define alphatag .20071206svn2135
#define alphatag .rc1
#define archiveversion 20071027-2023
%define archiveversion %{version}
%define archiveversion 2.21-20071206-2135
#define archiveversion %{version}
# Let the perl maintainer worry about Unicode.org data files
@ -16,8 +16,8 @@
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
Name: %{fontname}-fonts
Version: 2.21
Release: 1%{?alphatag}%{?dist}
Version: 2.22
Release: 0.1%{?alphatag}%{?dist}
Summary: DejaVu fonts, mature typefaces
Group: User Interface/X
@ -103,42 +103,42 @@ rm -fr %{buildroot}
%post
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir}
%{_bindir}/fc-cache %{fontdir}
fi
%postun
if [ "$1" = "0" ]; then
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir}
%{_bindir}/fc-cache %{fontdir}
fi
fi
%post experimental
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir}
%{_bindir}/fc-cache %{fontdir}
fi
%postun experimental
if [ "$1" = "0" ]; then
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir}
%{_bindir}/fc-cache %{fontdir}
fi
fi
%post -n %{fontname}-lgc-fonts
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir}
%{_bindir}/fc-cache %{fontdir}
fi
%postun -n %{fontname}-lgc-fonts
if [ "$1" = "0" ]; then
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir}
%{_bindir}/fc-cache %{fontdir}
fi
fi
@ -184,6 +184,11 @@ fi
%changelog
* Thu Dec 6 2007 <nicolas.mailhot at laposte.net>
2.22-0.1.20071206svn2135
2.22 rc phase started
sync with guidelines
* Sun Oct 28 2007 <nicolas.mailhot at laposte.net>
2.21-1
2.21 final

View File

@ -1 +1 @@
e22954c815a7105bc7f5a70880b05515 dejavu-sfd-2.21.tar.bz2
092fdea74151f3adcb9c3af52f824a3e dejavu-fonts-2.21-20071206-2135.tar.bz2