Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58c12d2df7 | ||
|
|
03e6daec32 | ||
|
|
695a79e6c5 | ||
|
|
9064b2a9ce | ||
|
|
257d42598c | ||
|
|
3ace731e86 | ||
|
|
7f9b32ae4f | ||
|
|
5f250afee4 | ||
|
|
8a3d86acd0 | ||
|
|
d640c544df | ||
|
|
7bfa2db8b7 | ||
|
|
4ca42be795 | ||
|
|
cec8272255 | ||
|
|
2a931480cf | ||
|
|
fbb6bf2ea0 | ||
|
|
dbbd483659 |
1 changed files with 7 additions and 5 deletions
12
woff.spec
12
woff.spec
|
|
@ -57,6 +57,9 @@ Patch: https://sources.debian.org/data/main/w/woff-tools/0%3A2009.10.04
|
|||
# - fix some compiler and cppcheck warnings
|
||||
Patch: https://sources.debian.org/data/main/w/woff-tools/0%3A2009.10.04-2/debian/patches/fix-compiler-and-cppcheck-warnings.patch
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
|
||||
|
|
@ -71,7 +74,6 @@ decoding Web Open Font Format (WOFF) files.
|
|||
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
%make_build CFLAGS="${CFLAGS}"
|
||||
awk '
|
||||
/BEGIN LICENSE BLOCK/ { b = 1 }
|
||||
|
|
@ -82,10 +84,10 @@ awk '
|
|||
|
||||
%install
|
||||
# The Makefile has no install target.
|
||||
install -d '%{buildroot}%{_bindir}'
|
||||
install -t '%{buildroot}%{_bindir}' -p sfnt2woff woff2sfnt
|
||||
install -d '%{buildroot}%{_mandir}/man1'
|
||||
install -t '%{buildroot}%{_mandir}/man1' -p -m 0644 '%{SOURCE1}' '%{SOURCE2}'
|
||||
install -D --preserve-timestamps \
|
||||
--target='%{buildroot}%{_bindir}' sfnt2woff woff2sfnt
|
||||
install -D --preserve-timestamps --mode=0644 \
|
||||
--target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}' '%{SOURCE2}'
|
||||
|
||||
|
||||
# Upstream provides no tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue