rpms/dejavu-fonts/devel .cvsignore, 1.36, 1.37 dejavu-fonts.spec, 1.66, 1.67 sources, 1.36, 1.37

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Sat Aug 11 11:08:10 UTC 2007


Author: nim

Update of /cvs/extras/rpms/dejavu-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9966/devel

Modified Files:
	.cvsignore dejavu-fonts.spec sources 
Log Message:
2.19


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore	1 Jul 2007 21:15:16 -0000	1.36
+++ .cvsignore	11 Aug 2007 11:07:37 -0000	1.37
@@ -1 +1 @@
-dejavu-sfd-2.18.tar.bz2
+dejavu-sfd-2.19.tar.bz2


Index: dejavu-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/dejavu-fonts.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- dejavu-fonts.spec	1 Jul 2007 21:15:16 -0000	1.66
+++ dejavu-fonts.spec	11 Aug 2007 11:07:37 -0000	1.67
@@ -1,6 +1,6 @@
 %define fontname        dejavu
-%define fontdir         %{_datadir}/fonts/%{fontname}
-%define fontconfdir     %{_sysconfdir}/fonts
+%define fontdir         %{_datadir}/fonts/%{fontname}/
+%define fontconfdir     %{_sysconfdir}/fonts/conf.d/
 
 %define archivename     %{fontname}-sfd-%{archiveversion}
 
@@ -16,7 +16,7 @@
 %define UnicodeData     %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
 
 Name:      %{fontname}-fonts
-Version:   2.18
+Version:   2.19
 Release:   1%{?alphatag}%{?dist}
 Summary:   DejaVu fonts
 
@@ -94,11 +94,11 @@
 install -m 0644 -p generated/*.ttf  %{buildroot}%{fontdir}
 
 # Fontconfig tweaks
-install -m 0755 -d %{buildroot}%{fontconfdir}/conf.d
-install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/conf.d/57-%{fontname}.conf
-install -m 0644 -p %{SOURCE2} %{buildroot}%{fontconfdir}/conf.d/20-unhint-small-%{fontname}.conf
-install -m 0644 -p %{SOURCE3} %{buildroot}%{fontconfdir}/conf.d/61-%{fontname}-experimental.conf
-install -m 0644 -p %{SOURCE4} %{buildroot}%{fontconfdir}/conf.d/20-unhint-small-%{fontname}-experimental.conf
+install -m 0755 -d %{buildroot}%{fontconfdir}
+install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}57-%{fontname}.conf
+install -m 0644 -p %{SOURCE2} %{buildroot}%{fontconfdir}20-unhint-small-%{fontname}.conf
+install -m 0644 -p %{SOURCE3} %{buildroot}%{fontconfdir}61-%{fontname}-experimental.conf
+install -m 0644 -p %{SOURCE4} %{buildroot}%{fontconfdir}20-unhint-small-%{fontname}-experimental.conf
 
 
 %clean
@@ -106,29 +106,29 @@
 
 
 %post
-if [ -x /usr/bin/fc-cache ]; then
-  /usr/bin/fc-cache /usr/share/fonts
+if [ -x %{_bindir}/fc-cache ]; then
+  %{_bindir}/fc-cache %{fontdir}
 fi
 
 
 %postun
 if [ "$1" = "0" ]; then
-  if [ -x /usr/bin/fc-cache ]; then
-    /usr/bin/fc-cache /usr/share/fonts
+  if [ -x %{_bindir}/fc-cache ]; then
+    %{_bindir}/fc-cache %{fontdir}
   fi
 fi
 
 
 %post experimental
-if [ -x /usr/bin/fc-cache ]; then
-  /usr/bin/fc-cache /usr/share/fonts
+if [ -x %{_bindir}/fc-cache ]; then
+  %{_bindir}/fc-cache %{fontdir}
 fi
 
 
 %postun experimental
 if [ "$1" = "0" ]; then
-  if [ -x /usr/bin/fc-cache ]; then
-    /usr/bin/fc-cache /usr/share/fonts
+  if [ -x %{_bindir}/fc-cache ]; then
+    %{_bindir}/fc-cache %{fontdir}
   fi
 fi
 
@@ -137,8 +137,8 @@
 %defattr(0644,root,root,0755)
 %doc *.txt AUTHORS BUGS LICENSE NEWS README
 
-%config(noreplace) %{fontconfdir}/conf.d/20-unhint-small-%{fontname}.conf
-%config(noreplace) %{fontconfdir}/conf.d/57-%{fontname}.conf
+%config(noreplace) %{fontconfdir}20-unhint-small-%{fontname}.conf
+%config(noreplace) %{fontconfdir}57-%{fontname}.conf
 
 %dir %{fontdir}
 %{fontdir}/*.ttf
@@ -150,8 +150,8 @@
 %files experimental
 %defattr(0644,root,root,0755)
 
-%config(noreplace) %{fontconfdir}/conf.d/20-unhint-small-%{fontname}-experimental.conf
-%config(noreplace) %{fontconfdir}/conf.d/61-%{fontname}-experimental.conf
+%config(noreplace) %{fontconfdir}20-unhint-small-%{fontname}-experimental.conf
+%config(noreplace) %{fontconfdir}61-%{fontname}-experimental.conf
 
 %{fontdir}/DejaVu*Condensed*.ttf
 %{fontdir}/DejaVu*ExtraLight*.ttf
@@ -159,6 +159,11 @@
 
 
 %changelog
+* Sat Aug 11 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
+☺ 2.19-1
+✓ 2.19 final
+✓ expand macro use
+
 * Sun Jul 1 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
 ☺ 2.18-1
 ✓ 2.18 final


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources	1 Jul 2007 21:15:16 -0000	1.36
+++ sources	11 Aug 2007 11:07:37 -0000	1.37
@@ -1 +1 @@
-268eef74ec1bf21928c705fc10b0372e  dejavu-sfd-2.18.tar.bz2
+28d65cd8e2ba992bb4974a02407e76de  dejavu-sfd-2.19.tar.bz2




More information about the fedora-extras-commits mailing list