Skip to content

Commit 926ca9c

Browse files
committed
- use now only releases from GitHub
1 parent af1c341 commit 926ca9c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

contrib/ipv6calc.spec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
%define enable_shared 1
2525
%endif
2626

27-
Summary: IPv6 address format change and calculation utility
27+
Summary: IPv6/IPv4 address information, format change, filter and calculation utility
2828
Name: ipv6calc
2929
Version: 4.3.0
3030
Release: 81%{?gittag}%{?dist}
@@ -33,11 +33,7 @@ License: GPLv2
3333
%if 0%{?gitcommit:1}
3434
Source: https://github.com/pbiering/%{name}/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
3535
%else
36-
%if 0%{?_with_github:1}
3736
Source: https://github.com/pbiering/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
38-
%else
39-
Source: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
40-
%endif
4137
%endif
4238
BuildRequires: automake make
4339
BuildRequires: gcc
@@ -392,6 +388,7 @@ fi
392388
%changelog
393389
* Wed Jan 29 2025 Peter Bieringer <[email protected]>
394390
- remove ipv6calc.sgml from doc
391+
- use now only releases from GitHub
395392

396393
* Tue Jan 14 2025 Peter Bieringer <[email protected]>
397394
- include databases/registries/lisp/site-db as no longer reachable for download

contrib/ipv6calc.spec.in

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
%define enable_shared 1
2525
%endif
2626

27-
Summary: IPv6 address format change and calculation utility
27+
Summary: IPv6/IPv4 address information, format change, filter and calculation utility
2828
Name: ipv6calc
2929
Version: @PACKAGE_VERSION@
3030
Release: 81%{?gittag}%{?dist}
@@ -33,11 +33,7 @@ License: GPLv2
3333
%if 0%{?gitcommit:1}
3434
Source: https://github.com/pbiering/%{name}/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
3535
%else
36-
%if 0%{?_with_github:1}
3736
Source: https://github.com/pbiering/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
38-
%else
39-
Source: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
40-
%endif
4137
%endif
4238
BuildRequires: automake make
4339
BuildRequires: gcc
@@ -392,6 +388,7 @@ fi
392388
%changelog
393389
* Wed Jan 29 2025 Peter Bieringer <[email protected]>
394390
- remove ipv6calc.sgml from doc
391+
- use now only releases from GitHub
395392

396393
* Tue Jan 14 2025 Peter Bieringer <[email protected]>
397394
- include databases/registries/lisp/site-db as no longer reachable for download

0 commit comments

Comments
 (0)