Update to new upstream 1.3 release
This commit is contained in:
parent
529ecbf5e2
commit
58ff3db047
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/gubbi-1.0.tar.gz
|
||||
/gubbi-1.1.tar.gz
|
||||
/gubbi-1.3.tar.gz
|
||||
|
@ -2,19 +2,18 @@
|
||||
%global fontconf 65-0-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 1.1
|
||||
Release: 9%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Kannada Opentype serif font
|
||||
|
||||
Group: User Interface/X
|
||||
License: OFL
|
||||
URL: https://github.com/aravindavk/Gubbi
|
||||
Source0: http://cloud.github.com/downloads/aravindavk/Gubbi/%{fontname}-%{version}.tar.gz
|
||||
Source0: https://github.com/aravindavk/Gubbi/archive/v%{version}.tar.gz#/%{fontname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: fontpackages-devel
|
||||
Requires: fontpackages-filesystem
|
||||
Source1: 65-0-gubbi.conf
|
||||
Source1: 65-0-gubbi.conf
|
||||
|
||||
|
||||
%description
|
||||
@ -22,13 +21,12 @@ This package provides a free Kannada opentype serif font.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{fontname}-%{version}
|
||||
%autosetup -n Gubbi-%{version}
|
||||
|
||||
%build
|
||||
make
|
||||
|
||||
%install
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
@ -42,11 +40,14 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
|
||||
%doc ChangeLog COPYING README
|
||||
%doc ChangeLog README
|
||||
%license COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 11 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.3-1
|
||||
- Update to new upstream 1.3 release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user