import lklug-fonts-0.6-17.20090803cvs.el8
This commit is contained in:
commit
04b8b88e2c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/lklug-20090803.tar.gz
|
1
.lklug-fonts.metadata
Normal file
1
.lklug-fonts.metadata
Normal file
@ -0,0 +1 @@
|
||||
3d09fa3cb39d03b166e5260204207441f191dbe0 SOURCES/lklug-20090803.tar.gz
|
22
SOURCES/65-lklug.conf
Normal file
22
SOURCES/65-lklug.conf
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match>
|
||||
<test name="lang">
|
||||
<string>si-lk</string>
|
||||
</test>
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>LKLUG</string>
|
||||
</edit>
|
||||
</match>
|
||||
<alias>
|
||||
<family>LKLUG</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
16
SOURCES/lklug.metainfo.xml
Normal file
16
SOURCES/lklug.metainfo.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="font">
|
||||
<id>lklug</id>
|
||||
<metadata_license>CC-BY-3.0</metadata_license>
|
||||
<name>Lklug</name>
|
||||
<summary>Font for Sinhala language</summary>
|
||||
<description>
|
||||
<p>
|
||||
This package provides the Lklug font for Sinhala made by the
|
||||
by Yannis Haralambous and are in GPL. OTF tables are added by
|
||||
Anuradha Ratnaweera and Harshani Devadithya.
|
||||
</p>
|
||||
</description>
|
||||
<updatecontact>psatpute_at_redhat_dot_com</updatecontact>
|
||||
<url type="homepage">http://sinhala.sourceforge.net/</url>
|
||||
</component>
|
141
SPECS/lklug-fonts.spec
Normal file
141
SPECS/lklug-fonts.spec
Normal file
@ -0,0 +1,141 @@
|
||||
%global fontname lklug
|
||||
%global cvsdate 20090803
|
||||
%global fontconf 65-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
# Do not trust font metadata versionning unless you've checked upstream does
|
||||
# update versions on file changes. When in doubt use the timestamp of the most
|
||||
# recent file as version.
|
||||
Version: 0.6
|
||||
Release: 17.%{cvsdate}cvs%{?dist}
|
||||
Summary: Fonts for Sinhala language
|
||||
Group: User Interface/X
|
||||
License: GPLv2
|
||||
URL: http://sinhala.sourceforge.net/
|
||||
# cvs snapshot created with following steps
|
||||
#cvs -z3 -d:pserver:anonymous@sinhala.cvs.sourceforge.net:/cvsroot/sinhala co -P sinhala/fonts
|
||||
#cd sinhala/fonts/
|
||||
#tar -czf lklug-%%{cvsdate}.tar.gz convert.ff COPYING CREDITS lklug.sfd Makefile README.fonts
|
||||
|
||||
Source: lklug-%{cvsdate}.tar.gz
|
||||
Source1: %{fontconf}
|
||||
Source2: %{fontname}.metainfo.xml
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel fontforge
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%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 -c
|
||||
|
||||
%build
|
||||
make
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
%{buildroot}%{_fontconfig_confdir}
|
||||
|
||||
install -m 0644 -p %{SOURCE1} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
|
||||
|
||||
ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||
|
||||
# Add AppStream metadata
|
||||
install -Dm 0644 -p %{SOURCE2} \
|
||||
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
%doc CREDITS COPYING README.fonts
|
||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-17.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-16.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-15.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-14.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-13.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Oct 17 2014 Pravin Satpute <psatpute@redhat.com> - 0.6-12.20090803cvs
|
||||
- Added appdata for gnome-software
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-11.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-10.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-9.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Nov 23 2012 Parag <paragn AT fedoraproject DOT org> - 0.6-8.20090803cvs
|
||||
- Resolves:rh#879483 - fix build.log warning File listed twice: /usr/share/fonts/lklug
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-7.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-6.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-5.20090803cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Apr 15 2010 Pravin Satpute <psatpute@redhat.com> - 0.6-4.20090803cvs
|
||||
- resolved bug 578028, updated .conf file
|
||||
|
||||
* Thu Feb 25 2010 Pravin Satpute <psatpute@redhat.com> - 0.6-3.20090803cvs
|
||||
- resolved bug 568262, license tag
|
||||
|
||||
* Wed Feb 24 2010 Pravin Satpute <psatpute@redhat.com> - 0.6-2.20090803cvs
|
||||
- added .conf file, bug 567610
|
||||
|
||||
* Mon Aug 03 2009 Parag <pnemade@redhat.com> - 0.6-1.20090803cvs
|
||||
- update to cvs snapshot 20090803.
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Mar 10 2009 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-9
|
||||
- Dropping previous release.
|
||||
|
||||
* Mon Mar 09 2009 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-8
|
||||
- Following new font packaging guidelines
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Jun 27 2008 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-6
|
||||
- Updated spec to obsolete fonts-sinhala
|
||||
|
||||
* Wed Oct 17 2007 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-5
|
||||
- Added sfd file into srpm
|
||||
|
||||
* Thu Oct 11 2007 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-4
|
||||
- Updated according to the review
|
||||
|
||||
* Thu Oct 04 2007 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-3
|
||||
- Using common template of font spec file
|
||||
|
||||
* Thu Oct 04 2007 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-2
|
||||
- Spec cleanup
|
||||
|
||||
* Thu Oct 04 2007 Rahul Bhalerao <rbhalera@redhat.com> - 0.2.2-1
|
||||
- Split package from fonts-sinhala to reflect upstream project name
|
Loading…
Reference in New Issue
Block a user