Browse Source

upgrading package: fonttools 3.4.0.20170101 -> 3.5.0.20170114

master
parent
commit
e4fffe2226
  1. 8
      fonttools/fonttools.spec

8
fonttools/fonttools.spec

@ -22,8 +22,8 @@
##
# package version
%define V_base 3.4.0
%define V_snap 20170101
%define V_base 3.5.0
%define V_snap 20170114
# package information
Name: fonttools
@ -36,7 +36,7 @@ Class: EVAL
Group: Typesetting
License: BSD
Version: %{V_base}.%{V_snap}
Release: 20170101
Release: 20170114
# list of sources
Source0: http://download.openpkg.org/components/versioned/fonttools/fonttools-%{V_snap}.tar.xz
@ -73,7 +73,7 @@ PreReq: python, python-math
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -m 644 \
Doc/ttx.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
Doc/man/man1/ttx.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files

Loading…
Cancel
Save