start of 2.22 rc testing
This commit is contained in:
parent
1346b84f17
commit
9cfd255d93
@ -1 +1 @@
|
|||||||
dejavu-sfd-2.21.tar.bz2
|
dejavu-fonts-2.21-20071206-2135.tar.bz2
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
%define fontdir %{_datadir}/fonts/%{fontname}
|
%define fontdir %{_datadir}/fonts/%{fontname}
|
||||||
%define fontconfdir %{_sysconfdir}/fonts/conf.d
|
%define fontconfdir %{_sysconfdir}/fonts/conf.d
|
||||||
|
|
||||||
%define archivename %{fontname}-sfd-%{archiveversion}
|
%define archivename %{name}-%{archiveversion}
|
||||||
|
|
||||||
#define alphatag .20071027svn2023
|
%define alphatag .20071206svn2135
|
||||||
#define alphatag .rc1
|
#define alphatag .rc1
|
||||||
|
|
||||||
#define archiveversion 20071027-2023
|
%define archiveversion 2.21-20071206-2135
|
||||||
%define archiveversion %{version}
|
#define archiveversion %{version}
|
||||||
|
|
||||||
|
|
||||||
# Let the perl maintainer worry about Unicode.org data files
|
# 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
|
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 2.21
|
Version: 2.22
|
||||||
Release: 1%{?alphatag}%{?dist}
|
Release: 0.1%{?alphatag}%{?dist}
|
||||||
Summary: DejaVu fonts, mature typefaces
|
Summary: DejaVu fonts, mature typefaces
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -103,42 +103,42 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
%{_bindir}/fc-cache -f %{fontdir}
|
%{_bindir}/fc-cache %{fontdir}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ "$1" = "0" ]; then
|
if [ "$1" = "0" ]; then
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
%{_bindir}/fc-cache -f %{fontdir}
|
%{_bindir}/fc-cache %{fontdir}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%post experimental
|
%post experimental
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
%{_bindir}/fc-cache -f %{fontdir}
|
%{_bindir}/fc-cache %{fontdir}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%postun experimental
|
%postun experimental
|
||||||
if [ "$1" = "0" ]; then
|
if [ "$1" = "0" ]; then
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
%{_bindir}/fc-cache -f %{fontdir}
|
%{_bindir}/fc-cache %{fontdir}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%post -n %{fontname}-lgc-fonts
|
%post -n %{fontname}-lgc-fonts
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
%{_bindir}/fc-cache -f %{fontdir}
|
%{_bindir}/fc-cache %{fontdir}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%postun -n %{fontname}-lgc-fonts
|
%postun -n %{fontname}-lgc-fonts
|
||||||
if [ "$1" = "0" ]; then
|
if [ "$1" = "0" ]; then
|
||||||
if [ -x %{_bindir}/fc-cache ]; then
|
if [ -x %{_bindir}/fc-cache ]; then
|
||||||
%{_bindir}/fc-cache -f %{fontdir}
|
%{_bindir}/fc-cache %{fontdir}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -184,6 +184,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sun Oct 28 2007 <nicolas.mailhot at laposte.net>
|
||||||
☺ 2.21-1
|
☺ 2.21-1
|
||||||
✓ 2.21 final
|
✓ 2.21 final
|
||||||
|
Loading…
Reference in New Issue
Block a user