2.17-rc1
This commit is contained in:
parent
eadd27b7da
commit
49faee93a9
@ -1 +1 @@
|
|||||||
dejavu-sfd-2.16.tar.bz2
|
dejavu-sfd-20070509-1766.tar.bz2
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
%define archivename dejavu-sfd
|
%define archivename dejavu-sfd
|
||||||
|
|
||||||
#define alphatag .20070319svn1699
|
#define alphatag .20070509svn1766
|
||||||
|
%define alphatag .rc1
|
||||||
# This macro has the same value as %{version}, except when testing pre-release snapshots
|
# This macro has the same value as %{version}, except when testing pre-release snapshots
|
||||||
#define archiveversion 20070319-1699
|
%define archiveversion 20070509-1766
|
||||||
%define archiveversion %{version}
|
#define archiveversion %{version}
|
||||||
|
|
||||||
%define fontdir %{_datadir}/fonts/%{name}
|
%define fontdir %{_datadir}/fonts/%{name}
|
||||||
%define fontconfdir %{_sysconfdir}/fonts
|
%define fontconfdir %{_sysconfdir}/fonts
|
||||||
@ -13,13 +14,13 @@
|
|||||||
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
||||||
|
|
||||||
Name: dejavu-fonts
|
Name: dejavu-fonts
|
||||||
Version: 2.16
|
Version: 2.17
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{?alphatag}%{?dist}
|
||||||
Summary: DejaVu fonts
|
Summary: DejaVu fonts
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
License: Redistributable, with restrictions
|
License: Redistributable, with restrictions
|
||||||
URL: http://dejavu.sf.net/
|
URL: http://dejavu.sf.net/
|
||||||
Source0: http://dejavu.sourceforge.net/snapshots/%{archivename}-%{archiveversion}.tar.bz2
|
Source0: http://dejavu.sourceforge.net/%{?alphatag:snapshots/}%{archivename}-%{archiveversion}.tar.bz2
|
||||||
# DejaVu fontconfig setup
|
# DejaVu fontconfig setup
|
||||||
Source1: %{name}-fontconfig.conf
|
Source1: %{name}-fontconfig.conf
|
||||||
# DejaVu fontconfig setup (experimental families)
|
# DejaVu fontconfig setup (experimental families)
|
||||||
@ -104,7 +105,7 @@ install -m 0644 generated/*.ttf %{buildroot}%{fontdir}
|
|||||||
|
|
||||||
# Fontconfig overrides for some scripts
|
# Fontconfig overrides for some scripts
|
||||||
install -d -m 0755 %{buildroot}%{fontconfdir}/conf.d
|
install -d -m 0755 %{buildroot}%{fontconfdir}/conf.d
|
||||||
install -m 0644 %{SOURCE1} %{buildroot}%{fontconfdir}/conf.d/58-dejavu.conf
|
install -m 0644 %{SOURCE1} %{buildroot}%{fontconfdir}/conf.d/57-dejavu.conf
|
||||||
install -m 0644 %{SOURCE2} %{buildroot}%{fontconfdir}/conf.d/61-dejavu-experimental.conf
|
install -m 0644 %{SOURCE2} %{buildroot}%{fontconfdir}/conf.d/61-dejavu-experimental.conf
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -143,7 +144,7 @@ fi
|
|||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc *.txt AUTHORS BUGS LICENSE NEWS README
|
%doc *.txt AUTHORS BUGS LICENSE NEWS README
|
||||||
|
|
||||||
%config %{fontconfdir}/conf.d/58-dejavu.conf
|
%config %{fontconfdir}/conf.d/57-dejavu.conf
|
||||||
|
|
||||||
%dir %{fontdir}
|
%dir %{fontdir}
|
||||||
%{fontdir}/DejaVu*.ttf
|
%{fontdir}/DejaVu*.ttf
|
||||||
@ -163,6 +164,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 11 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
|
- 2.17-0.1.rc1
|
||||||
|
- 2.17 rc1
|
||||||
|
- make room for liberations font conf file
|
||||||
|
|
||||||
* Mon Apr 2 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
* Mon Apr 2 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
- 2.16-1
|
- 2.16-1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user