Update to 0.0.6
This commit is contained in:
parent
e47057d788
commit
9c609fa1f5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
/cantarell-fonts-0.0.1.tar.bz2
|
||||
/cantarell-fonts-0.0.3.tar.bz2
|
||||
/cantarell-fonts-0.0.4.tar.bz2
|
||||
/cantarell-fonts-0.0.5.tar.bz2
|
||||
/cantarell-fonts-0.0.6.tar.bz2
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global archivename2 Cantarell-Regular
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.0.3
|
||||
Version: 0.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Cantarell, a Humanist sans-serif font family
|
||||
|
||||
@ -16,28 +16,25 @@ License: OFL
|
||||
URL: http://abattis.org/cantarell/
|
||||
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.bz2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: fontforge
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
Cantarell is a set of fonts designed by Dave Crossland. It is a
|
||||
sans-serif humanist typeface family.
|
||||
Cantarell is a set of fonts designed by Dave Crossland.
|
||||
It is a sans-serif humanist typeface family.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{actualname}-fonts-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
fontforge -lang=ff -c 'Open($1); Generate($2);' ./src/%{archivename1}.sfd %{archivename1}.otf
|
||||
fontforge -lang=ff -c 'Open($1); Generate($2);' ./src/%{archivename2}.sfd %{archivename2}.otf
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.otf %{buildroot}%{_fontdir}
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
@ -48,12 +45,12 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||
|
||||
%_font_pkg -f %{fontconf} *.otf
|
||||
%doc COPYING NEWS README
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
%doc COPYING NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Jul 6 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.6-1
|
||||
- Update to 0.0.6
|
||||
|
||||
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.3-1
|
||||
- Update to 0.0.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user