rpms/lklug-fonts/devel lklug-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rahul Bhalerao (rbhalera) fedora-extras-commits at redhat.com
Wed Oct 17 11:48:10 UTC 2007


Author: rbhalera

Update of /cvs/pkgs/rpms/lklug-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11776/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lklug-fonts.spec 
Log Message:
Initial import



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

Name: %{fontname}-fonts
Version: 0.2.2
Release: 5%{?dist}
License: GPLv2+
Source: lklug-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Group: User Interface/X
Summary: Fonts for Sinhala language
URL: http://sinhala.sourceforge.net/
 
%description
The lklug-fonts package contains fonts for the display of
Sinhala. The original font for TeX/LaTeX is developed by Yannis 
Haralambous and are in GPL. OTF tables are added by Anuradha 
Ratnaweera and Harshani Devadithya.


%prep
%setup -q -n %{fontname}-%{version}

%build
echo "Nothing to do in Build."

%install
rm -rf %{buildroot}

install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p *.ttf %{buildroot}%{fontdir}

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root,-)
%doc license.txt COPYING
%dir %{fontdir}
%{fontdir}/*.ttf

%changelog
* Wed Oct 17 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.2.2-5
- Added sfd file into srpm

* Thu Oct 11 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.2.2-4
- Updated according to the review

* Thu Oct 04 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.2.2-3
- Using common template of font spec file 

* Thu Oct 04 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.2.2-2
- Spec cleanup

* Thu Oct 04 2007 Rahul Bhalerao <rbhalera at redhat.com> - 0.2.2-1
- Split package from fonts-sinhala to reflect upstream project name


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lklug-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Oct 2007 11:19:18 -0000	1.1
+++ .cvsignore	17 Oct 2007 11:47:38 -0000	1.2
@@ -0,0 +1 @@
+lklug-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lklug-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Oct 2007 11:19:18 -0000	1.1
+++ sources	17 Oct 2007 11:47:38 -0000	1.2
@@ -0,0 +1 @@
+e49de1140705e0ee97d851165516192c  lklug-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list