Compare commits

..

16 commits

Author SHA1 Message Date
Fedora Release Engineering
ba5d98bd09 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:47:09 +00:00
Python Maint
63dd37b840 Rebuilt for Python 3.15 2026-06-04 00:10:59 +02:00
Fedora Release Engineering
50be28c47f Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:12:49 +00:00
Python Maint
86585534f0 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 15:03:18 +02:00
Python Maint
f77c955ccf Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:22:59 +02:00
Fedora Release Engineering
a7f4771c1a Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:23:44 +00:00
Python Maint
84e4bb9c47 Rebuilt for Python 3.14 2025-06-03 14:31:07 +02:00
Fedora Release Engineering
8b1c9a4bba Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:57:54 +00:00
Fedora Release Engineering
015144b6f7 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:17:48 +00:00
Lyes Saadi
debfcb7a46
Removing ExcludeArch s390x 2024-07-16 20:59:53 +00:00
Python Maint
2f41f5ee82 Rebuilt for Python 3.13 2024-06-07 15:10:04 +02:00
Fedora Release Engineering
8ea4f47be6 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:42:31 +00:00
Yaakov Selkowitz
7e0611a755 Update to 1.2 2023-09-26 16:58:16 -04:00
d7fac63d9d
blueprint-compiler: ExcludeArch s390x 2023-09-12 18:42:13 +02:00
Fedora Release Engineering
6a03b45e84 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:09:52 +00:00
Python Maint
a0865c76bd Rebuilt for Python 3.12 2023-06-15 18:49:55 +02:00
5 changed files with 70 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/whatip-*.tar.bz2

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# whatip
The whatip package

View file

@ -1 +0,0 @@
EPEL9 gtk4 is too old

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (whatip-1.2.tar.bz2) = 1df4fc6ad058e644250424ff6d175c466efe75a0e185b65864ae78e951e8aabec439c885e46d32fb0faafce66793bb4ce4fe7c839ad296e9fb197e35f5ffb715

65
whatip.spec Normal file
View file

@ -0,0 +1,65 @@
%global app_id org.gabmus.whatip
Name: whatip
Version: 1.2
Release: %autorelease
Summary: Info on your IP address
License: GPL-3.0-or-newer
URL: https://gitlab.gnome.org/GabMus/whatip
Source0: %{url}/-/archive/%{version}/whatip-%{version}.tar.bz2
BuildRequires: meson
BuildRequires: blueprint-compiler
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: python3-devel
Requires: gtk4
Requires: libadwaita
Requires: iproute
Requires: iputils
Requires: python3-gobject
Requires: python3-netaddr
Requires: python3-requests
Requires: hicolor-icon-theme
BuildArch: noarch
%description
What IP displays information on your local network, IP addresses and open ports.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.appdata.xml
%find_lang %{name}
%files -f %{name}.lang
%license LICENSE
%doc README.md
%{_bindir}/whatip
%{python3_sitelib}/%{name}/
%{_datadir}/applications/%{app_id}.desktop
%{_datadir}/dbus-1/services/%{app_id}.service
%{_datadir}/glib-2.0/schemas/%{app_id}.gschema.xml
%{_datadir}/icons/hicolor/*/*/%{app_id}*
%{_metainfodir}/%{app_id}.appdata.xml
%{_datadir}/%{name}/
%changelog
%autochangelog