import saab-fonts-0.91-16.el8
This commit is contained in:
commit
4b18b68d38
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/saab.0.91.zip
|
1
.saab-fonts.metadata
Normal file
1
.saab-fonts.metadata
Normal file
@ -0,0 +1 @@
|
||||
aa8a32819d51b701a1d45a674d17432937f06ac3 SOURCES/saab.0.91.zip
|
1
SOURCES/License_font_exception.txt
Normal file
1
SOURCES/License_font_exception.txt
Normal file
@ -0,0 +1 @@
|
||||
As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.
|
17
SOURCES/saab-fonts-fontconfig.conf
Normal file
17
SOURCES/saab-fonts-fontconfig.conf
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Saab</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Saab</family>
|
||||
<default>
|
||||
<family>serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
96
SPECS/saab-fonts.spec
Normal file
96
SPECS/saab-fonts.spec
Normal file
@ -0,0 +1,96 @@
|
||||
%global fontname saab
|
||||
%global fontconf 67-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.91
|
||||
Release: 16%{?dist}
|
||||
Summary: Free Punjabi Unicode OpenType Font
|
||||
|
||||
Group: User Interface/X
|
||||
|
||||
License: GPLv2+ with exceptions
|
||||
URL: http://guca.sourceforge.net/typography/fonts/saab/
|
||||
Source0: http://downloads.sf.net/guca/saab.0.91.zip
|
||||
Source1: %{name}-fontconfig.conf
|
||||
#Font file itself does not add exception text, so add it manually
|
||||
#from http://guca.sourceforge.net/typography/fonts/saab/
|
||||
Source2: License_font_exception.txt
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
This package provides a free OpenType Punjabi (Gurmukhi) font.
|
||||
Developed by Bhupinder Singh
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
echo "Nothing to do in Build."
|
||||
|
||||
%install
|
||||
install -m 0644 -p %{SOURCE2} .
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p Saab.otf %{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}
|
||||
|
||||
%_font_pkg Saab.otf -f %{fontconf}
|
||||
%doc License_font_exception.txt
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.91-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.91-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.91-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.91-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Nov 26 2012 Parag <pnemade AT redhat DOT com> - 2.000-9
|
||||
- Resolves:rh#880041 - Please include License exception text file
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Feb 08 2010 Parag <pnemade AT redhat.com> - 0.91-4
|
||||
- Resolves: rh#562755: update license
|
||||
|
||||
* Tue Sep 04 2009 A S Alam <aalam@redhat.com> - 0.91-3
|
||||
- Add fontconfig conf file
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Jun 2 2009 A S Alam <aalam@redhat.com> - 0.91-1
|
||||
- New Package Build for Punjabi Unicode Font
|
Loading…
Reference in New Issue
Block a user