automatic version update by autodist [release 1.8.4-1mamba;Sun Aug 29 2021]
This commit is contained in:
parent
12fb1b0dbd
commit
cc87f8d8ab
@ -1,22 +1,22 @@
|
|||||||
Name: ttfautohint
|
Name: ttfautohint
|
||||||
Version: 1.8.3
|
Version: 1.8.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%
|
Summary: Provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.freetype.org/ttfautohint
|
URL: https://www.freetype.org/ttfautohint/
|
||||||
Source: https://download.savannah.gnu.org/releases/freetype/ttfautohint-%{version}.tar.gz
|
Source: https://download.savannah.gnu.org/releases/freetype/ttfautohint-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre-devel
|
||||||
@ -26,7 +26,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ttfautohint provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%. It is ideal for web fonts and supports many scripts: Latin, Greek, Arabic, Devanagari, Hebrew, Khmer, Myanmar, Thai, and many more.
|
ttfautohint provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%. It is ideal for web fonts and supports many scripts: Latin, Greek, Arabic, Devanagari, Hebrew, Khmer, Myanmar, Thai, and many more.
|
||||||
@ -71,6 +70,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ttfautohint
|
%{_bindir}/ttfautohint
|
||||||
%{_bindir}/ttfautohintGUI
|
%{_bindir}/ttfautohintGUI
|
||||||
|
%{_mandir}/man1/ttfautohint.1.gz
|
||||||
|
%{_mandir}/man1/ttfautohintGUI.1.gz
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -87,8 +88,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libttfautohint.la
|
%{_libdir}/libttfautohint.la
|
||||||
%{_libdir}/libttfautohint.so
|
%{_libdir}/libttfautohint.so
|
||||||
%{_libdir}/pkgconfig/ttfautohint.pc
|
%{_libdir}/pkgconfig/ttfautohint.pc
|
||||||
|
%dir %{_datadir}/doc/ttfautohint
|
||||||
|
%{_datadir}/doc/ttfautohint/*
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 29 2021 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.3-1mamba
|
* Sat Mar 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user