public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: Update to 48.0
@ 2026-06-24 11:35 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-24 11:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : ea7d32af445a58a9a39bcb4c5f6e5d54215c8d1c
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-03-27T18:22:05+01:00
Stats : +53/-25 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/ea7d32af445a58a9a39bcb4c5f6e5d54215c8d1c?branch=wip/oholy/f45-update
Log:
Update to 48.0
---
diff --git a/.gitignore b/.gitignore
index e3a803b..327ff89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
/gnome-user-share-47.alpha.tar.xz
/gnome-user-share-47.0.tar.xz
/gnome-user-share-47.2.tar.xz
+/gnome-user-share-48.0.tar.xz
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 0441254..6ae2591 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,26 +1,37 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
-Name: gnome-user-share
-Version: 47.2
-Release: 2%{?dist}
-Summary: Gnome user file sharing
-
-License: GPL-2.0-or-later
-URL: https://gitlab.gnome.org/GNOME/gnome-user-share
-Source0: http://download.gnome.org/sources/%{name}/47/%{name}-%{tarball_version}.tar.xz
-
-BuildRequires: gcc
-BuildRequires: httpd mod_dnssd
-BuildRequires: meson
-BuildRequires: desktop-file-utils
-BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(libselinux)
-BuildRequires: gettext
-BuildRequires: systemd-devel
-BuildRequires: systemd-rpm-macros
-
-Requires: httpd
-Requires: mod_dnssd
+Name: gnome-user-share
+Version: 48.0
+Release: 1%{?dist}
+Summary: Gnome user file sharing
+
+# * gnome-tour source code is GPL-2.0-or-later
+# * rust crate dependencies are:
+# (MIT OR Apache-2.0) AND Unicode-DFS-2016
+# Apache-2.0 OR MIT
+# MIT
+# MIT OR Apache-2.0
+# Unlicense OR MIT
+License: GPL-2.0-or-later AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT)
+# LICENSE.dependencies contains a full license breakdown
+
+URL: https://gitlab.gnome.org/GNOME/gnome-user-share
+Source0: http://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz
+
+BuildRequires: cargo-rpm-macros
+BuildRequires: clang
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+BuildRequires: meson
+BuildRequires: systemd-rpm-macros
+
+BuildRequires: httpd
+BuildRequires: mod_dnssd
+BuildRequires: systemd-devel
+BuildRequires: pkgconfig(libselinux)
+
+Requires: httpd
+Requires: mod_dnssd
%description
gnome-user-share is a small package that binds together various free
@@ -35,33 +46,49 @@ up in the Network location in GNOME.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires -a
%build
%meson
%meson_build
+%{cargo_license_summary -a}
+%{cargo_license -a} > LICENSE.dependencies
%install
%meson_install
%find_lang gnome-user-share --with-gnome
+%check
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-user-share-webdav.desktop
+
%post
%systemd_user_post gnome-user-share-webdav.service
%preun
%systemd_user_preun gnome-user-share-webdav.service
+%postun
+%systemd_user_postun_with_restart gnome-user-share-webdav.service
+
%files -f gnome-user-share.lang
%license COPYING
+%license LICENSE.dependencies
%doc README.md NEWS
-%{_libexecdir}/*
-%{_datadir}/gnome-user-share
-%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
+%{_libexecdir}/gnome-user-share-webdav
%{_datadir}/GConf/gsettings/gnome-user-share.convert
%{_datadir}/applications/gnome-user-share-webdav.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
+%{_datadir}/gnome-user-share/
%{_userunitdir}/gnome-user-share-webdav.service
%changelog
+* Thu Mar 27 2025 Fabio Valentini <decathorpe@gmail.com> - 48.0-1
+- Update to 48.0
+
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 47.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index b94fc4b..d769b73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gnome-user-share-47.2.tar.xz) = 7e7d2be4c706050fb186aaf83db45b01413e96c09771414b3290137d6212f4f4490fb4ac228387b8b70f8fbfa83dc7df6a220af50a62303151e15c8568a9e6a0
+SHA512 (gnome-user-share-48.0.tar.xz) = 1a23ebbdf0942d0742dca2745b481ae22801d94a8ee39dcf1606daf4fb29dce9b6122e0d2ec2a4dd25d8e079f7ec8a132494124654ab0f6cdead85c472edb4a3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 11:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:35 [rpms/gnome-user-share] wip/oholy/f45-update: Update to 48.0 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox