Notification time stamped 2022-11-29 16:50:59 UTC
From 6471c2848cf455a06b43cfa3af7fba7b11307431 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley code@musicinmybrain.net Date: Nov 29 2022 16:49:20 +0000 Subject: Clarify URL/Source situation
- Do not claim to have a working source archive URL
---
diff --git a/woff.spec b/woff.spec index 724d4df..39d7f14 100644 --- a/woff.spec +++ b/woff.spec @@ -1,11 +1,20 @@ Name: woff Version: 0.20091126 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Encoding and Decoding for Web Open Font Format(Woff)
License: GPLv2+ or LGPLv2+ or MPLv1.1 -URL: https://web.archive.org/web/20170630235618/https://people-mozilla.org/~jkew/... -Source0: %{url}/woff-code-latest.zip +# Note that the URL http://people.mozilla.org/~jkew/woff/, where the original +# WOFF reference implementation sources were published, is no longer available. +# A copy of that page can be found at +# https://web.archive.org/web/20170630235618/https://people-mozilla.org/~jkew/..., +# and the sources are mirrored at https://github.com/TheJessieKirk/sfnt2woff. +%global original_url https://people-mozilla.org/~jkew/woff/ +# The URL is no longer active, so we reference an archived copy: +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: gcc @@ -30,6 +39,10 @@ install -m755 sfnt2woff woff2sfnt $RPM_BUILD_ROOT/%{_bindir}/ %{_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 + * Sun Jun 05 2022 Benson Muite benson_muite@emailplus.org - 0.20091126-26 - Source URL update
https://src.fedoraproject.org/rpms/woff/c/6471c2848cf455a06b43cfa3af7fba7b11...
scm-commits@lists.fedoraproject.org