public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/httrack] rawhide: spec update: fix spec variables [skip changelog]
@ 2026-06-21 22:34 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-21 22:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/httrack
Branch : rawhide
Commit : 9b21ebfecbb81530626c18124b448ee88fd9b782
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-06-21T19:33:57-03:00
Stats : +2/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/httrack/c/9b21ebfecbb81530626c18124b448ee88fd9b782?branch=rawhide
Log:
spec update: fix spec variables [skip changelog]
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/httrack.spec b/httrack.spec
index 08cc7ea..6fb7848 100644
--- a/httrack.spec
+++ b/httrack.spec
@@ -1,5 +1,4 @@
%global coucal_commit 73ada075553b7607d083037a87cb9c73b3683bfc
-%global upstream_version 3.49.9
Name: httrack
Version: 3.49.9
@@ -7,7 +6,7 @@ Release: %autorelease
Summary: Website copier and offline browser
License: GPL-3.0-or-later AND BSD-3-Clause
URL: https://github.com/xroche/httrack/
-Source0: https://github.com/xroche/httrack/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
+Source0: https://github.com/xroche/httrack/archive/%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/xroche/coucal/archive/%{coucal_commit}/coucal-%{coucal_commit}.tar.gz
BuildRequires: autoconf
BuildRequires: autoconf-archive
@@ -44,7 +43,7 @@ This package contains libraries and header files for
developing applications that use %{name}.
%prep
-%autosetup -n %{name}-%{upstream_version} -p1 -a 1
+%autosetup -n %{name}-%{version} -p1 -a 1
rmdir src/coucal
mv coucal-%{coucal_commit} src/coucal
autoreconf -vfi
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-21 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-21 22:34 [rpms/httrack] rawhide: spec update: fix spec variables [skip changelog] Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox