rpms/doulos-fonts/devel Makefile, 1.2, 1.3 doulos-fonts.spec, 1.2, 1.3 sources, 1.3, 1.4 dead.package, 1.1, NONE

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Wed Nov 8 18:16:45 UTC 2006


Author: roozbeh

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

Added Files:
	Makefile doulos-fonts.spec sources 
Removed Files:
	dead.package 
Log Message:
* Wed Nov 08 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 4.0.14-2
- Rebuild to make package available in Rawhide again



Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	8 Nov 2006 18:16:15 -0000	1.3
@@ -0,0 +1,21 @@
+# Makefile for source rpm: doulos-fonts
+# $Id$
+NAME := doulos-fonts
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: doulos-fonts.spec
===================================================================
RCS file: doulos-fonts.spec
diff -N doulos-fonts.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ doulos-fonts.spec	8 Nov 2006 18:16:15 -0000	1.3
@@ -0,0 +1,73 @@
+%define fontdir         %{_datadir}/fonts/doulos
+
+Name:           doulos-fonts
+Version:        4.0.14
+Release:        2
+Summary:        Doulos SIL fonts
+
+Group:          User Interface/X
+License:        SIL Open Font License
+URL:            http://scripts.sil.org/DoulosSILFont
+# Source0 can be downloaded from http://scripts.sil.org/DoulosSIL_download#FontsDownload
+Source0:        DoulosSIL%{version}.r1.zip
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+%description
+Doulos SIL provides glyphs for a wide range of Latin and Cyrillic characters.
+Doulos is very similar to Times/Times New Roman, but only has a single
+regular face. It is intended for use alongside other Times-like fonts where
+a range of styles (italic, bold) are not needed.
+
+
+%prep
+%setup -q -c
+%{__sed} -i 's/\r//' *.txt
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
+install -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
+
+# "touch" all files we've got flagged as %ghost  but which are not
+# present in the RPM_BUILD_ROOT when RPM looks for files
+/bin/touch $RPM_BUILD_ROOT%{fontdir}/fonts.cache-1
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post
+if [ -x %{_bindir}/fc-cache ]; then
+  %{_bindir}/fc-cache %{_datadir}/fonts
+fi
+
+
+%postun
+if [ "$1" = "0" ]; then
+  if [ -x %{_bindir}/fc-cache ]; then
+    %{_bindir}/fc-cache %{_datadir}/fonts
+  fi
+fi
+
+
+%files
+%defattr(0644,root,root,0755)
+%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt DoulosSIL4FontDocumentation.pdf
+
+%dir %{fontdir}
+%{fontdir}/*.ttf
+%ghost %{fontdir}/fonts.cache-1
+
+
+%changelog
+* Wed Nov 08 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 4.0.14-2
+- Rebuild to make package available in Rawhide again
+
+* Sat Feb 18 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 4.0.14-1
+- Initial packaging, based on gentium-fonts


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	8 Nov 2006 18:16:15 -0000	1.4
@@ -0,0 +1 @@
+70263b39119d488d432a04a4512cfc57  DoulosSIL4.0.14.r1.zip


--- dead.package DELETED ---




More information about the scm-commits mailing list