Notification time stamped 2022-11-29 16:50:59 UTC
From d88e4c62b146ac2a3ec2f50429bdf5004196c47c Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley code@musicinmybrain.net Date: Nov 29 2022 16:49:30 +0000 Subject: General tidying of spec file
- Use modern macros - Install HTML format description as documentation
---
diff --git a/woff.spec b/woff.spec index 39d7f14..b8a94a7 100644 --- a/woff.spec +++ b/woff.spec @@ -15,33 +15,41 @@ URL: https://web.archive.org/web/20170630235618/%%7Boriginal_url%7D # There is no longer a working URL for this archive. Source0: %{original_url}/woff-code-latest.zip
-BuildRequires: make -BuildRequires: zlib-devel +BuildRequires: make BuildRequires: gcc
+BuildRequires: zlib-devel + %description Encoding and Decoding for Web Open Font Format(Woff)
%prep -%autosetup -c +%autosetup -c +
%build -make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags} +%set_build_flags +%make_build CFLAGS="${CFLAGS}"
%install -mkdir -m 755 -p $RPM_BUILD_ROOT/%{_bindir} -install -m755 sfnt2woff woff2sfnt $RPM_BUILD_ROOT/%{_bindir}/ +# The Makefile has no install target. +install -d '%{buildroot}%{_bindir}' +install -t '%{buildroot}%{_bindir}' -p sfnt2woff woff2sfnt +
%files -%doc +%doc woff-2009-10-03.html %{_bindir}/sfnt2woff %{_bindir}/woff2sfnt
+ %changelog * Tue Nov 29 2022 Benjamin A. Beasley code@musicinmybrain.net - 0.20091126-26 - Clarify URL/Source situation, and do not claim to have a working source archive URL +- General tidying of spec file; use modern macros and install HTML format + description as documentation
* Sun Jun 05 2022 Benson Muite benson_muite@emailplus.org - 0.20091126-26 - Source URL update
https://src.fedoraproject.org/rpms/woff/c/d88e4c62b146ac2a3ec2f50429bdf50041...
scm-commits@lists.fedoraproject.org