abattis-cantarell-fonts/abattis-cantarell-fonts.spec

150 lines
4.7 KiB
RPMSpec
Raw Normal View History

2011-02-08 20:14:51 +00:00
%global actualname cantarell
%global fontname abattis-%{actualname}
%global fontconf 31-cantarell.conf
2011-02-08 20:14:51 +00:00
%global archivename1 Cantarell-Bold
%global archivename2 Cantarell-Regular
Name: %{fontname}-fonts
2015-10-12 10:40:22 +00:00
Version: 0.0.17.2
2015-10-12 09:49:29 +00:00
Release: 1%{?dist}
2011-02-08 20:14:51 +00:00
Summary: Cantarell, a Humanist sans-serif font family
Group: User Interface/X
License: OFL
URL: https://git.gnome.org/browse/cantarell-fonts/
2011-10-19 00:55:30 +00:00
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz
2014-11-17 07:26:00 +00:00
Source1: %{fontname}.metainfo.xml
2011-02-08 20:14:51 +00:00
BuildArch: noarch
BuildRequires: fontpackages-devel
BuildRequires: fontforge
Requires: fontpackages-filesystem
%description
2011-07-06 22:53:39 +00:00
Cantarell is a set of fonts designed by Dave Crossland.
It is a sans-serif humanist typeface family.
2011-02-08 20:14:51 +00:00
%prep
2015-10-12 09:49:29 +00:00
%autosetup -n %{actualname}-fonts-%{version}
# Force regeneration
rm otf/*.otf
2011-02-08 20:14:51 +00:00
%build
%configure --enable-source-rebuild
2011-02-08 20:14:51 +00:00
make %{?_smp_mflags}
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p otf/*.otf %{buildroot}%{_fontdir}
2011-02-08 20:14:51 +00:00
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir}
install -m 0644 -p fontconfig/%{fontconf} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
2014-11-17 07:26:00 +00:00
# Add AppStream metadata
install -Dm 0644 -p %{SOURCE1} \
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
2011-02-08 20:14:51 +00:00
%_font_pkg -f %{fontconf} *.otf
2015-09-12 13:31:03 +00:00
%license COPYING
%doc NEWS README
2014-11-17 07:26:00 +00:00
%{_datadir}/appdata/%{fontname}.metainfo.xml
2011-02-08 20:14:51 +00:00
%changelog
2015-10-12 10:40:22 +00:00
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 0.0.17.2-1
- Update to 0.0.17.2
2015-10-12 09:49:29 +00:00
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 0.0.17.1-1
- Update to 0.0.17.1
2015-10-05 22:04:54 +00:00
* Mon Oct 05 2015 Kalev Lember <klember@redhat.com> - 0.0.17-2
- s: provide anchors for accents
2015-10-04 13:38:32 +00:00
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 0.0.17-1
- Update to 0.0.17
2015-09-08 14:19:21 +00:00
* Tue Sep 08 2015 Kalev Lember <klember@redhat.com> - 0.0.16-4
- Fix 'r' hinting
- Use upstream build system rules when regenerating otf files
2015-09-12 13:31:03 +00:00
- Use license macro
2015-09-08 14:19:21 +00:00
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2014-11-17 07:35:05 +00:00
* Mon Nov 17 2014 Pravin Satpute <psatpute@redhat.com> - 0.0.16-2
2014-11-17 07:26:00 +00:00
- Added metainfo for gnome-software.
2014-09-23 08:01:05 +00:00
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 0.0.16-1
- Update to 0.0.16
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2013-09-25 09:45:57 +00:00
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 0.0.15-1
- Update to 0.0.15
2013-08-23 12:22:19 +00:00
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.0.14-1
- Update to 0.0.14
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-20 19:11:46 +00:00
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.0.13-1
- Update to 0.0.13
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2012-12-20 21:33:21 +00:00
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 0.0.12-1
- Update to 0.0.12
2012-11-20 20:06:30 +00:00
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 0.0.11-1
- Update to 0.0.11
2012-09-25 14:52:38 +00:00
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.10.1-1
- Update to 0.0.10.1
2012-09-18 12:01:50 +00:00
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 0.0.10-1
- Update to 0.0.10
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-11 09:06:12 +00:00
* Mon Jun 11 2012 Richard Hughes <hughsient@gmail.com> - 0.0.9-1
- Update to 0.0.9
2012-03-28 09:06:06 +00:00
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 0.0.8-1
- Update to 0.0.8
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-10-19 00:55:30 +00:00
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.7-1
- Update to 0.0.7
2011-10-07 09:54:27 +00:00
* Fri Oct 07 2011 Matěj Cepl <mcepl@redhat.com> - 0.0.6-2
- Making the build EL-6 compatible.
2011-07-06 22:53:39 +00:00
* Wed Jul 6 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.6-1
- Update to 0.0.6
2011-02-22 05:00:01 +00:00
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.3-1
- Update to 0.0.3
* Fri Feb 18 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.1-4
- Include upstream patch for the fontconfig snippet
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 20:14:51 +00:00
* Tue Feb 8 2011 Stephen Smoogen <ssmoogen@redhat.com> - 0.0.1-2
- Fixed to meet review standards
* Tue Feb 8 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.1-1
- Initial packaging of abattis-cantarell-fonts