Update to 1.00

This commit is contained in:
Christopher Meng 2014-03-26 15:59:51 +08:00
parent f3c125a742
commit e311cd18ff
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/ttfautohint-0.97.tar.gz
/ttfautohint-1.00.tar.gz

View File

@ -1 +1 @@
f85a4d5d70f960c9a9a6f26fbda495ae ttfautohint-0.97.tar.gz
e4e798ea648831e23bb405dd1f3a7578 ttfautohint-1.00.tar.gz

View File

@ -1,11 +1,12 @@
Name: ttfautohint
Version: 0.97
Version: 1.00
Release: 1%{?dist}
Summary: Automated hinting utility for TrueType fonts
License: FTL or GPLv2
URL: http://www.freetype.org/ttfautohint
Source0: http://download.savannah.gnu.org/releases/freetype/%{name}-%{version}.tar.gz
BuildRequires: freetype-devel
BuildRequires: harfbuzz-devel
BuildRequires: qt4-devel
Provides: bundled(gnulib)
@ -32,8 +33,8 @@ This is a GUI of %{name} based on Qt4.
%setup -q
%build
%configure
make %{?_smp_mflags} V=1
%configure --disable-silent-rules
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
@ -48,8 +49,11 @@ make install DESTDIR=%{buildroot}
%{_bindir}/ttfautohintGUI
%changelog
* Sat Mar 22 2014 Christopher Meng <rpm@cicku.me> - 1.00-1
- Update to 1.00
* Wed Nov 13 2013 Christopher Meng <rpm@cicku.me> - 0.97-1
- New version.
- Update to 0.97
- Share docs between main<->sub package.
* Fri Aug 09 2013 Christopher Meng <rpm@cicku.me> - 0.96-1