Blame SPECS/lohit-bengali-fonts.spec

63f5cf
%global fontname lohit-bengali
63f5cf
%global fontconf 65-0-%{fontname}.conf
63f5cf
%global metainfo io.pagure.lohit.bengali.font.metainfo
63f5cf
63f5cf
Name:        %{fontname}-fonts
63f5cf
Version:        2.91.5
63f5cf
Release:        13%{?dist}
63f5cf
Summary:        Free Bengali script font
63f5cf
License:        OFL
63f5cf
URL:            https://pagure.io/lohit
63f5cf
Source0:        https://releases.pagure.org/lohit/%{fontname}-%{version}.tar.gz
63f5cf
BuildArch:      noarch
63f5cf
BuildRequires: fontforge >= 20080429
63f5cf
BuildRequires:  fontpackages-devel
63f5cf
BuildRequires: python3-devel
63f5cf
BuildRequires: make
63f5cf
Requires:       fontpackages-filesystem
63f5cf
Patch1: bug-959994.patch
63f5cf
63f5cf
63f5cf
%description
63f5cf
This package provides a free Bengali TrueType/OpenType font.
63f5cf
63f5cf
63f5cf
%prep
63f5cf
%setup -q -n %{fontname}-%{version} 
63f5cf
mv 66-%{fontname}.conf 65-0-lohit-bengali.conf
63f5cf
%patch1 -p1 -b .1-removing-as-from-fc-cache
63f5cf
63f5cf
63f5cf
%build
63f5cf
make ttf %{?_smp_mflags}
63f5cf
63f5cf
%install
63f5cf
63f5cf
install -m 0755 -d %{buildroot}%{_fontdir}
63f5cf
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
63f5cf
63f5cf
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
63f5cf
                   %{buildroot}%{_fontconfig_confdir}
63f5cf
63f5cf
install -m 0644 -p %{fontconf} \
63f5cf
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
63f5cf
ln -s %{_fontconfig_templatedir}/%{fontconf} \
63f5cf
      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
63f5cf
63f5cf
# Add AppStream metadata
63f5cf
install -Dm 0644 -p %{metainfo}.xml \
63f5cf
       %{buildroot}%{_datadir}/metainfo/%{metainfo}.xml
63f5cf
63f5cf
%_font_pkg -f %{fontconf} *.ttf
63f5cf
63f5cf
%doc ChangeLog COPYRIGHT OFL.txt AUTHORS README test-bengali.txt
63f5cf
%{_datadir}/metainfo/%{metainfo}.xml
63f5cf
63f5cf
63f5cf
%changelog
63f5cf
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.91.5-13
63f5cf
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
63f5cf
  Related: rhbz#1991688
63f5cf
63f5cf
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.91.5-12
63f5cf
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
63f5cf
63f5cf
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-11
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
63f5cf
63f5cf
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-10
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
63f5cf
63f5cf
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-9
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
63f5cf
63f5cf
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-8
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
63f5cf
63f5cf
* Tue Jul 16 2019 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 2.91.5-7
63f5cf
- Added CI tests
63f5cf
63f5cf
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-6
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
63f5cf
63f5cf
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-5
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
63f5cf
63f5cf
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 2.91.5-4
63f5cf
- Rebuilt for Python 3.7
63f5cf
63f5cf
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-3
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
63f5cf
63f5cf
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.5-2
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
63f5cf
63f5cf
* Tue May 30 2017 Pravin Satpute <psatpute@redhat.com> - 2.91.5-1
63f5cf
- Upstream new release 2.91.5
63f5cf
- Update metainfo file with latest specifications
63f5cf
- Changed location of metainfo to /usr/share/metainfo
63f5cf
63f5cf
* Tue Mar 14 2017 Pravin Satpute <psatpute@redhat.com> - 2.91.4-1
63f5cf
- Added  BuildRequires: python3-devel.
63f5cf
- Resolves: #1423901 - FTBFS in rawhide.
63f5cf
- Migrated upstream from fedorahosted to pagure.
63f5cf
63f5cf
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-3
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
63f5cf
63f5cf
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-2
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
63f5cf
63f5cf
* Tue Sep 29 2015 Pravin Satpute <psatpute@redhat.com> - 2.91.3-1
63f5cf
- Upstream release 2.91.3
63f5cf
- Added Unicode 8.0 characters.
63f5cf
- Removed Obsolete lohit-fonts-common.
63f5cf
63f5cf
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.2-2
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
63f5cf
63f5cf
* Mon Mar 30 2015 Pravin Satpute <psatpute@redhat.com> - 2.91.2-1
63f5cf
- Upstream release 2.91.2
63f5cf
- Resolved issue of positioning #58
63f5cf
63f5cf
* Wed Dec 03 2014 Pravin Satpute <psatpute@redhat.com> - 2.91.1-1
63f5cf
- Upstream new release with critical bugfixes.
63f5cf
- Resolves #1170135 Conjuncts rendering issue for some glyphs
63f5cf
63f5cf
* Mon Oct 20 2014 Pravin Satpute <psatpute@redhat.com> - 2.91.0-2
63f5cf
- Added metainfo for gnome-software
63f5cf
63f5cf
* Mon Oct 13 2014 Pravin Satpute <psatpute@redhat.com> - 2.91.0-1
63f5cf
- Upstream release 2.91.0 under lohit2 project
63f5cf
- Rewritten all GSUB rules.
63f5cf
- Open type feature available in .fea file for easy reusability.
63f5cf
- Developer friendly glyphname with following AGL guidelines.
63f5cf
- Font Information updated in sfd.
63f5cf
- Support bng2 and beng open type tags.
63f5cf
- "copy reference" feature implemented
63f5cf
- Automated testing support.
63f5cf
- Added test and README file.
63f5cf
- Done with lookup writings.
63f5cf
- Removed 38 unwanted glyphs.
63f5cf
63f5cf
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-5
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
63f5cf
63f5cf
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-4
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
63f5cf
63f5cf
* Wed May 29 2013 Pravin Satpute <psatpute@redhat.com> - 2.5.3-3
63f5cf
- Resolved #959994 - Removed 'as' from fc-cache
63f5cf
63f5cf
* Fri Apr 12 2013 Pravin Satpute <psatpute@redhat.com> - 2.5.3-2
63f5cf
- Resolved #950523
63f5cf
63f5cf
* Thu Jan 31 2013 Pravin Satpute <psatpute@redhat.com> - 2.5.3-1
63f5cf
- Upstream release 2.5.3
63f5cf
63f5cf
* Thu Nov 22 2012 Pravin Satpute <psatpute@redhat.com> - 2.5.2-2
63f5cf
- Upstream release 2.5.2
63f5cf
63f5cf
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-2
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
63f5cf
63f5cf
* Mon Apr 23 2012 Pravin Satpute <psatpute@redhat.com> - 2.5.1-1
63f5cf
- Upstream new release
63f5cf
63f5cf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-2
63f5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
63f5cf
63f5cf
* Fri Oct 07 2011 Pravin Satpute <psatpute@redhat.com> - 2.5.0-1
63f5cf
- Upstream new release with relicensing to OFL
63f5cf
63f5cf
* Mon Jun 06 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.3-8
63f5cf
- fixed bug 705348
63f5cf
63f5cf
* Wed Apr 13 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.3-7
63f5cf
- fixed bug 692360
63f5cf
63f5cf
* Fri Feb 04 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.3-6
63f5cf
- fixed bug 673412, rupee sign
63f5cf
63f5cf
* Fri Apr 16 2010 Pravin Satpute <psatpute@redhat.com> - 2.4.3-5
63f5cf
- fixed bug 578030, conf file
63f5cf
63f5cf
* Sun Dec 13 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.3-4
63f5cf
- fixed bug 548686, license field
63f5cf
63f5cf
* Fri Sep 25 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.3-3
63f5cf
- updated specs
63f5cf
63f5cf
* Wed Sep 09 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.3-1
63f5cf
- first release after lohit-fonts split in new tarball
63f5cf
63f5cf