rpms/dejavu-fonts/devel .cvsignore, 1.10, 1.11 dejavu-fonts.spec, 1.16, 1.17 sources, 1.10, 1.11

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Wed Mar 22 23:10:27 UTC 2006


Author: nim

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

Modified Files:
	.cvsignore dejavu-fonts.spec sources 
Log Message:
auto-import dejavu-fonts-2.4-1.fc6 on branch devel from dejavu-fonts-2.4-1.fc6.src.rpm
2.4 + experimental spit


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	20 Feb 2006 07:18:17 -0000	1.10
+++ .cvsignore	22 Mar 2006 23:10:27 -0000	1.11
@@ -1 +1 @@
-dejavu-sfd-2.3-1.tar.gz
+dejavu-sfd-2.4.tar.gz


Index: dejavu-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/dejavu-fonts.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dejavu-fonts.spec	4 Mar 2006 20:38:53 -0000	1.16
+++ dejavu-fonts.spec	22 Mar 2006 23:10:27 -0000	1.17
@@ -1,6 +1,6 @@
 %define archivename     dejavu-sfd
 # This macro has the same value as %{version}, except when testing pre-release snapshots
-%define archiveversion  %{version}-1
+%define archiveversion  %{version}
 %define fontdir         %{_datadir}/fonts/%{name}
 %define xsldir          %{_datadir}/xml/%{name}
 
@@ -9,9 +9,9 @@
 %define UnicodeData	%(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
 
 Name:      dejavu-fonts
-Version:   2.3
-Release:   3%{?dist}
-Summary:   DejaVu Fonts
+Version:   2.4
+Release:   1%{?dist}
+Summary:   DejaVu fonts
 Group:     User Interface/X
 License:   Redistributable, with restrictions
 URL:       http://dejavu.sf.net/
@@ -34,6 +34,19 @@
 the process of collaborative develop
 
 
+%package experimental
+Group:    User Interface/X
+Summary:  Experimental DejaVu typefaces
+# Does not really make sense without the core typefaces
+Requires: %{name} = %{version}-%{release}
+
+
+%description experimental
+The DejaVu fonts are a font family based on the Bitstream Vera Fonts release
+1.10. This package includes the typefaces the DejaVu project considers
+experimental.
+
+
 %package fontconfig
 Group:    User Interface/X
 Summary:  Files needed to register DejaVu fonts in fontconfig aliases
@@ -43,7 +56,7 @@
 
 
 %description fontconfig
-This package will add DejaVu fonts to fontconfig aliases
+This package will add DejaVu fonts to fontconfig aliases and keep them there.
 
 
 %prep
@@ -58,6 +71,9 @@
               DejaVuSans.sfd Sans \
               DejaVuSerif.sfd Serif \
               DejaVuMonoSans.sfd "Sans Mono" > unicover.txt
+# We should probably also regenerate langcover.txt
+# but it requires resolution of 
+# https://bugs.freedesktop.org/show_bug.cgi?id=6316 
 
 
 %check
@@ -96,6 +112,21 @@
 fi
 
 
+%post experimental
+if [ -x %{_bindir}/fc-cache ]; then
+  %{_bindir}/fc-cache %{_datadir}/fonts
+fi
+
+
+%postun experimental
+if [ "$1" = "0" ]; then
+  if [ -x %{_bindir}/fc-cache ]; then
+    %{_bindir}/fc-cache %{_datadir}/fonts
+  fi
+fi
+
+
+# UGLY but safe and I hope won't be necessary soonish
 %triggerin fontconfig -- fontconfig, %{_sysconfdir}/fonts/fonts.conf
 
 if [ -x %{_sysconfdir}/fonts/fonts.conf ] ; then
@@ -111,7 +142,16 @@
 %doc *.txt AUTHORS BUGS LICENSE NEWS README
 
 %dir %{fontdir}
-%{fontdir}/*.ttf
+%{fontdir}/DejaVu*.ttf
+%exclude %{fontdir}/DejaVu*Condensed*.ttf
+%exclude %{fontdir}/DejaVu*ExtraLight*.ttf
+%exclude %{fontdir}/DejaVuSerif-*Oblique.ttf
+
+%files experimental
+%defattr(0644,root,root,0755)
+%{fontdir}/DejaVu*Condensed*.ttf
+%{fontdir}/DejaVu*ExtraLight*.ttf
+%{fontdir}/DejaVuSerif-*Oblique.ttf
 
 
 %files fontconfig
@@ -121,6 +161,10 @@
 
 
 %changelog
+* Wed Mar 22 2006  Nicolas Mailhot <nicolas.mailhot at laposte.net> - 2.4-1
+- 2.4 A big thanks to Stepan Roh for getting the project there
+- split out experimental typefaces
+
 * Sat Mar 04 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 2.3-3
 - split fontconfig registration in subpackage
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	20 Feb 2006 07:18:17 -0000	1.10
+++ sources	22 Mar 2006 23:10:27 -0000	1.11
@@ -1 +1 @@
-b97e72f4823f93dd3c5d65481a303a5d  dejavu-sfd-2.3-1.tar.gz
+9cbf232d9b8697172aa3faa81807676b  dejavu-sfd-2.4.tar.gz




More information about the fedora-extras-commits mailing list