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.1.tar.bz2
|
||||||
/cantarell-fonts-0.0.3.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
|
%global archivename2 Cantarell-Regular
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 0.0.3
|
Version: 0.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cantarell, a Humanist sans-serif font family
|
Summary: Cantarell, a Humanist sans-serif font family
|
||||||
|
|
||||||
@ -16,28 +16,25 @@ License: OFL
|
|||||||
URL: http://abattis.org/cantarell/
|
URL: http://abattis.org/cantarell/
|
||||||
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.bz2
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildRequires: fontforge
|
BuildRequires: fontforge
|
||||||
Requires: fontpackages-filesystem
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cantarell is a set of fonts designed by Dave Crossland. It is a
|
Cantarell is a set of fonts designed by Dave Crossland.
|
||||||
sans-serif humanist typeface family.
|
It is a sans-serif humanist typeface family.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{actualname}-fonts-%{version}
|
%setup -q -n %{actualname}-fonts-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
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/%{archivename1}.sfd %{archivename1}.otf
|
||||||
fontforge -lang=ff -c 'Open($1); Generate($2);' ./src/%{archivename2}.sfd %{archivename2}.otf
|
fontforge -lang=ff -c 'Open($1); Generate($2);' ./src/%{archivename2}.sfd %{archivename2}.otf
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
install -m 0644 -p *.otf %{buildroot}%{_fontdir}
|
install -m 0644 -p *.otf %{buildroot}%{_fontdir}
|
||||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||||
@ -50,10 +47,10 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
|||||||
%_font_pkg -f %{fontconf} *.otf
|
%_font_pkg -f %{fontconf} *.otf
|
||||||
%doc COPYING NEWS README
|
%doc COPYING NEWS README
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.3-1
|
||||||
- Update to 0.0.3
|
- Update to 0.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user