rpms/dejavu-fonts/FC-4 .cvsignore, 1.10, 1.11 dejavu-fonts.spec, 1.11, 1.12 sources, 1.10, 1.11

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


Author: nim

Update of /cvs/extras/rpms/dejavu-fonts/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11719/FC-4

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dejavu-fonts/FC-4/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	20 Feb 2006 07:18:33 -0000	1.10
+++ .cvsignore	22 Mar 2006 23:17:37 -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/FC-4/dejavu-fonts.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dejavu-fonts.spec	20 Feb 2006 07:18:33 -0000	1.11
+++ dejavu-fonts.spec	22 Mar 2006 23:17:37 -0000	1.12
@@ -1,16 +1,16 @@
 %define archivename     dejavu-sfd
 # This macro has the same value as %{version}, except when testing pre-release snapshots
-%define archiveversion  %{version}-1
-%define fontdir         %{_datadir}/fonts/dejavu
+%define archiveversion  %{version}
+%define fontdir         %{_datadir}/fonts/%{name}
 
 # Let the perl Maintainer worry about Unicode.org data files (updates, licensing)
 %define Blocks         %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/Blocks.txt
 %define UnicodeData    %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
 
 Name:      dejavu-fonts
-Version:   2.3
+Version:   2.4
 Release:   1%{?dist}
-Summary:   DejaVu Fonts
+Summary:   DejaVu fonts
 Group:     User Interface/X
 License:   Redistributable, with restrictions
 URL:       http://dejavu.sf.net/
@@ -31,6 +31,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.
+
+
 %prep
 %setup -q -n %{archivename}-%{version}
 
@@ -80,16 +93,44 @@
 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
+
+
 %files
 %defattr(0644,root,root,0755)
 %doc *.txt AUTHORS BUGS LICENSE NEWS README
 
-
 %dir %{fontdir}
-%{fontdir}/*.ttf
 %ghost %{fontdir}/fonts.cache-1
+%{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
+
 
 %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
+
 * Mon Feb 20 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 2.3-1
 - 2.3
 


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




More information about the scm-commits mailing list