Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1583309409 | ||
|
|
0059201c10 | ||
|
|
19464e1c93 | ||
|
|
343ddb4856 | ||
|
|
61e29a2731 | ||
|
|
6402e0b66e | ||
|
|
46aa8f1976 | ||
|
|
cccb0756f3 | ||
|
|
c620b3ab74 | ||
|
|
d35d9722db | ||
|
|
81adfdf9d4 | ||
|
|
454213ba2f | ||
|
|
6334f22e23 | ||
|
|
3491a99137 |
3 changed files with 91 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/6tunnel-0.13.tar.gz
|
||||
/6tunnel-0.14.tar.gz
|
||||
88
6tunnel.spec
Normal file
88
6tunnel.spec
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
Name: 6tunnel
|
||||
Version: 0.14
|
||||
Release: 2%{?dist}
|
||||
Summary: Tunnelling for application that don't speak IPv6
|
||||
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/wojtekka/6tunnel
|
||||
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
# needed for tests
|
||||
BuildRequires: python3
|
||||
|
||||
%description
|
||||
6tunnel allows you to use services provided by IPv6 hosts with IPv4-only
|
||||
applications and vice-versa. It can bind to any of your IPv4 (default) or
|
||||
IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure
|
||||
%make_build CFLAGS="%{optflags} -std=gnu17"
|
||||
|
||||
|
||||
%check
|
||||
%{python3} test.py
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md ChangeLog
|
||||
%{_bindir}/6tunnel
|
||||
%{_mandir}/man1/6tunnel.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Sun Nov 16 2025 Filipe Rosset <rosset.filipe@gmail.com> - 0.14-1
|
||||
- update to 0.14 remove upstreamed patch
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 23 2025 Jonathan Wright <jonathan@almalinux.org> - 0.13-11
|
||||
- fix ftbfs rbhz#2333049 rhbz#2341610
|
||||
|
||||
* Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 jonathanspw <jonathan@almalinux.org> - 0.13-1
|
||||
- Initial package build
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (6tunnel-0.14.tar.gz) = d0a7f655f6d170dfdb089f8585c246dfd36fd911411ce8215bafb9742cf2871cd6a0a6312178f09d7c4f103ffccc6f7f0b35bf00ef62e38d0177245ce700fc78
|
||||
Loading…
Add table
Add a link
Reference in a new issue