rpms/sarai-fonts/F-8 sarai-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rahul Sundaram (sundaram) fedora-extras-commits at redhat.com
Sat Feb 23 14:24:11 UTC 2008


Author: sundaram

Update of /cvs/pkgs/rpms/sarai-fonts/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25811

Modified Files:
	.cvsignore sources 
Added Files:
	sarai-fonts.spec 
Log Message:
initial commit



--- NEW FILE sarai-fonts.spec ---
%define fontname sarai
%define fontdir %{_datadir}/fonts/%{fontname}

Name:        %{fontname}-fonts
Version:     1.0
Release:     3%{?dist}
Summary:     Free Sarai Hindi Truetype Font

Group:       User Interface/X
License:     GPLv2
URL:         http://www.sarai.net/practices/indic-localization
Source0:     Sarai_07.ttf
Source1:     COPYING
BuildArch:   noarch
BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description 
This package provides a free Sarai Hindi TrueType font. 
It is suitable for print and publishing needs.

%prep
cp %{SOURCE1} .

%build
echo "Nothing to do in Build."

%install
rm -rf $RPM_BUILD_ROOT
install -m 0755 -d $RPM_BUILD_ROOT%{fontdir}
install -m 0644 -p %{SOURCE0} $RPM_BUILD_ROOT%{fontdir}

%clean
rm -rf $RPM_BUILD_ROOT


%post
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir} || :
fi

%postun
if [ "$1" = "0" ]; then
if [ -x %{_bindir}/fc-cache ]; then
%{_bindir}/fc-cache -f %{fontdir} || :
fi
fi

%files
%defattr(0644,root,root,0755)
%doc COPYING
%{fontdir}


%changelog

* Sat Feb 16 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 1.0-3
- Fix more review issues

* Fri Feb 15 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 1.0-2
- Fix issues as per review from Rahul Bhalerao

* Thu Feb 14 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 1.0-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sarai-fonts/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2008 20:17:04 -0000	1.1
+++ .cvsignore	23 Feb 2008 14:23:35 -0000	1.2
@@ -0,0 +1 @@
+Sarai_07.ttf


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sarai-fonts/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2008 20:17:04 -0000	1.1
+++ sources	23 Feb 2008 14:23:35 -0000	1.2
@@ -0,0 +1 @@
+9439f83264e7109c44b204655626bbe8  Sarai_07.ttf




More information about the fedora-extras-commits mailing list