Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=114
This commit is contained in:
Bjørn Lie 2024-09-30 07:44:30 +00:00 committed by Git OBS Bridge
commit 950546f8d7
9 changed files with 724 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-user-share.git</param>
<param name="revision">47.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">GNOME_USER_SHARE_(\d+)_(\d+)_(\d+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-user-share.git</param>
<param name="changesrevision">13fd6708528071aa9a77c7b19d411ebb96627c88</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9de1619b93519323b25ab00f5c80bc09b6bb0e6655194a0d48bc1bdff00f3158
size 794636

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05aa84a44daa57ee58b61befd05744b631709864ad7bf8d3781ea6f98bc43ea5
size 790028

580
gnome-user-share.changes Normal file
View File

@ -0,0 +1,580 @@
-------------------------------------------------------------------
Sun Sep 15 07:04:32 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 26 16:19:04 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.alpha:
+ Increase the required Apache web server version to 2.4
+ Remove GNOME 2 migration code
+ Remove the size limit for file transfers
+ Fix leaks
+ Updated translations.
-------------------------------------------------------------------
Fri Oct 13 19:37:56 UTC 2023 - bjorn.lie@gmail.com
- Update to version 43.0+11:
* DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues
* Updated translations.
- Update URL to new home.
-------------------------------------------------------------------
Fri Sep 16 08:58:41 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
+ Updated translations.
-------------------------------------------------------------------
Sat Aug 6 18:27:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.alpha:
+ Remove Nautilus extension.
+ Fix build with meson 0.61 and newer.
+ Updated translations.
- Drop gnome-user-share-fix-meson-0_61_0.patch fixed upstream.
- Drop pkgconfig(libnautilus-extension) and pkgconfig(gtk+-3.0)
BuildRequires: No longer needed as nautilus extension was removed
upstream.
- Drop obsolete glib2_gsettings_schema_requires macro.
-------------------------------------------------------------------
Tue Feb 1 21:30:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.34.0+25:
+ build: correct gio_unix_dep use.
+ Updated translations.
- Switch to gitcheckout via source service, upstream is not making
releases, and we want the translations.
- Add gnome-user-share-fix-meson-0_61_0.patch: Fix build with meson
0.61.0 and newer.
- Drop update-desktop-files BuildRequires and its macro, no longer
needed.
- Stop removing non-existant la files, not built since the switch
to meson buildsystem.
-------------------------------------------------------------------
Mon Sep 20 19:52:43 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
-------------------------------------------------------------------
Sat Jan 25 14:12:37 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
-------------------------------------------------------------------
Fri Sep 6 17:00:03 CDT 2019 - mgorse@suse.com
- Update to version 3.34.0:
+ Fix installation location of systemd unit file on Fedora 64-bit
systems.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 30 21:28:39 CDT 2019 - mgorse@suse.com
- Update to version 3.33.1:
+ Port to meson build system.
+ Remove autotools as build system.
- Add meson BuildRequires and macros.
-------------------------------------------------------------------
Mon Mar 11 15:11:20 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0.1:
+ Work-around a gettext bug that caused the "NoDisplay" property
to be dropped from the .desktop file.
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 7 16:10:21 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
+ Fix name in nautilus extension.
+ Build fixes, including intltool dependency removal.
+ Updated translations.
- Drop intltool BuildRequires: No longer needed.
- Drop post(un) handling, file-triggers takes care of this for us
now.
-------------------------------------------------------------------
Mon May 14 12:10:25 UTC 2018 - fcrozat@suse.com
- Remove dependency on bluez and adapt description,
gnome-user-share doesn't handle OBEX anymore, it is done by
gnome-bluetooth nowadays.
-------------------------------------------------------------------
Tue Apr 10 18:21:21 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.28.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 28 16:30:15 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Wed Feb 14 19:15:08 UTC 2018 - dimstar@opensuse.org
- Update to version 3.27.90:
+ Update for nautilus changes in 3.28 development branch.
-------------------------------------------------------------------
Tue Sep 20 18:02:39 UTC 2016 - zaitor@opensuse.org
- Update to version 3.18.3:
+ Fix possible unexpanded path in .desktop file.
-------------------------------------------------------------------
Wed Aug 31 17:03:41 UTC 2016 - zaitor@opensuse.org
- Update to version 3.18.2:
+ Add a way for gnome-user-share to be started via user systemd.
- Add pkgconfig(systemd) BuildRequies: New dependency.
-------------------------------------------------------------------
Tue May 3 18:12:06 CEST 2016 - fcrozat@suse.com
- Update to GNOME 3.20 Fate#318572
-------------------------------------------------------------------
Mon Mar 21 14:59:37 UTC 2016 - dimstar@opensuse.org
- Update to version 3.18.1:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 21 15:35:31 UTC 2015 - dimstar@opensuse.org
- Update to version 3.18.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 15 15:06:08 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.92:
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 17 18:15:38 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.90:
+ Remove ObexPush support, it's now available directly in the
gnome-bluetooth Settings widget.
+ Better explanation when in Public folder.
+ Updated translations.
- Remove pkgconfig(gnome-bluetooth-1.0) BuildRequires: No longer
needed since ObexPush support was removed.
-------------------------------------------------------------------
Thu Dec 18 09:26:40 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.2:
+ Fix crasher in gsettings-data-convert.
+ Updated translations.
-------------------------------------------------------------------
Fri Nov 21 18:48:12 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.1:
+ Always hide the info bar in Downloads.
+ Don't talk of "sharing over Bluetooth" since ObexFTP support
was removed.
+ Make sure obexd daemon is launched when ObexPUSH is enabled.
+ Make sure that Bluetooth notifications don't time out.
+ Fix launching obexpush and webdav sharing at the same time.
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 22 17:02:37 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.0:
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 11 15:58:17 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.91:
+ Fix compilation with Bluetooth disabled.
+ Updated translations.
-------------------------------------------------------------------
Sat Jul 12 19:54:44 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.2:
+ Fix launching the webdav server.
- Changes from version 3.13.1:
+ Integrate with the new sharing system in gnome-settings-daemon.
+ Fix server errors with require_password=never.
- No longer pass sed --disable-schemas-install and
--disable-scrollkeeper to configure: they were no longer valid
since version 3.0.3.
-------------------------------------------------------------------
Tue Mar 18 12:26:35 UTC 2014 - dimstar@opensuse.org
- Update to version 3.10.2:
+ Fix race condition when moving to Downloads dir.
+ Fix notifications not working.
+ Reject transfers in one place.
+ Remove temp files when rejecting transfers.
+ Enable notifications by default.
+ Use FileManager1 XDG API to reveal file.
+ Fix launch context leak.
+ Use correct desktop-entry hint.
+ Use Bluetooth icon for notifications.
+ Fix agent not working when restarting obexd.
+ Remove the status icon.
+ Updated translations.
-------------------------------------------------------------------
Wed Nov 20 10:53:26 UTC 2013 - dimstar@opensuse.org
- Replace obex-data-server Requires with bluez: we rely on
org.bluez.obex service since the port to bluez5.
-------------------------------------------------------------------
Tue Nov 12 15:05:47 UTC 2013 - dimstar@opensuse.org
- Update to version 3.10.1 (bnc#849913):
+ Fix share bar bugs that could make nautilus crash.
+ Update share bar labels to match new Sharing panel.
+ Remove unimplemented OBEX FTP support code.
+ Remove dbus-glib dependency.
= Fix failure to receive files through OBEX Push (bnc#850083).
= Fix crash when switching VTs.
+ Fix use-after-free bug.
+ Fix a few memory leaks.
+ Re-enable Bluetooth support by default.
- Drop gnome-user-share-downloads-nautilus-crash.patch: fixed
upstream.
- Drop pkgconfig(dbus-1) and pkgconfig(dbus-glib-1) BuildRequires:
no longer needed after the upstream cleanup.
-------------------------------------------------------------------
Tue Sep 24 21:32:18 UTC 2013 - dimstar@opensuse.org
- Add gnome-user-share-downloads-nautilus-crash.patch: Do not
crash nautilus when entering 'Downloads' location (bnc#841659,
bgo#708530, bgo#708456).
-------------------------------------------------------------------
Tue Sep 24 13:45:59 UTC 2013 - dimstar@opensuse.org
- Update to version 3.10.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 4 19:01:23 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.91:
+ Port to Bluez 5.
+ Updated translations.
-------------------------------------------------------------------
Mon Jul 15 17:57:51 UTC 2013 - dimstar@opensuse.org
- Update to version 3.8.3:
+ Fix the servers not starting when enabled in System Settings's
sharing panel.
+ Fix race condition for the personal files sharing on OpenBSD.
- Use suse_update_desktop_files against the newly installed
gnome-user-share-(webdav|obexftp|obexpush).desktop files.
-------------------------------------------------------------------
Mon Mar 25 11:49:07 UTC 2013 - zaitor@opensuse.org
- Update to version 3.8.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 5 15:40:06 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.91:
+ Add support for logind seat-tracking using gnome-session.
+ Add support for Apache HTTPD 2.4.
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 20 20:30:27 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.90:
+ Build .tar.xz tarballs by default.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 15 18:23:41 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.4:
+ Remove preferences as they're now integrated with
gnome-control-center 3.7.4.
- Drop gnome-user-share-soft-dep-apache.patch: no longer applies,
as we don't have a properties dialog anymore.
-------------------------------------------------------------------
Tue Sep 25 10:33:08 UTC 2012 - dimstar@opensuse.org
- Update to version 3.0.4:
+ Hide the share bar when Bluetooth is disabled
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 24 19:42:23 UTC 2012 - dimstar@opensuse.org
- Update to version 3.0.3:
+ Remove markup from translatable strings
+ Update the appearance of the info bar
+ Make gnome-shell pick up the program's name
+ Port to GSettings
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams changes.
- Drop pkgconfig(gconf-2.0) BuildRequires: no longer needed after
the port to GSettings.
- Replace gconf_* schema handling with glib2_* variants.
-------------------------------------------------------------------
Thu Mar 22 18:56:54 UTC 2012 - vuntz@opensuse.org
- Update to version 3.0.2:
+ Port from libunique to GtkApplication
+ Add missing string.h include
+ Build cleanups
+ Updated translations.
- Remove pkgconfig(unique-3.0) BuildRequires: dropped upstream.
- Drop gnome-user-share-includes.patch: fixed upstream.
-------------------------------------------------------------------
Sun Nov 27 20:02:23 UTC 2011 - dimstar@opensuse.org
- Add gnome-user-share-includes.patch: Include string.h to have
strcmp defined.
-------------------------------------------------------------------
Fri Oct 28 13:52:30 UTC 2011 - badshah400@gmail.com
- Replace category SystemSetup by X-SuSE-ControlCenter-Personal to
suppress rpmlint warnings
-------------------------------------------------------------------
Wed Oct 26 16:23:36 UTC 2011 - badshah400@gmail.com
- Change categories of .desktop file to make it appear grouped with
"System" applications in the desktop menus (bnc#714333)
-------------------------------------------------------------------
Mon Oct 17 20:38:56 CEST 2011 - dimstar@opensuse.org
- Update to version 3.0.1:
+ Work-around Linux 3.0 regression that caused the file sharing
not to work.
+ Updated translations.
-------------------------------------------------------------------
Mon Apr 25 19:38:42 CEST 2011 - vuntz@opensuse.org
- Move to pkgconfig()-style BuildRequires:
+ Old ones: dbus-1-glib-devel, gconf2-devel,
gnome-bluetooth-devel, gtk3-devel, libcanberra-devel,
libnotify-devel, libunique-devel, nautilus-devel.
+ New ones: dbus-1, dbus-glib-1, gconf-2.0, glib-2.0,
gnome-bluetooth-1.0, gtk+-3.0, libcanberra-gtk3,
libnautilus-extension, libnotify, unique-3.0.
-------------------------------------------------------------------
Mon Apr 4 16:48:23 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.0:
+ Updated translations.
- Update to version 2.91.6:
+ Build against GTK+ 3.x
- Change gtk2-devel BuildRequires to gtk3-devel.
-------------------------------------------------------------------
Mon Feb 14 18:26:12 CET 2011 - sbrabec@suse.cz
- Added support for translation-update-upstream.
-------------------------------------------------------------------
Sun Feb 13 16:19:42 CET 2011 - vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
-------------------------------------------------------------------
Tue Dec 14 15:06:15 CET 2010 - vuntz@opensuse.org
- Own /usr/share/gnome and /usr/share/gnome/help to fix build.
-------------------------------------------------------------------
Tue Sep 28 09:24:50 CEST 2010 - vuntz@opensuse.org
- Update to version 2.30.1:
+ Fix compilation failure
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 6 14:17:36 CEST 2010 - vuntz@opensuse.org
- Make gnome-user-share-properties.desktop appear where it should
in the menu, by replacing the categories: X-GNOME-NetworkSettings
needs to be removed, and we want X-GNOME-PersonalSettings
instead.
-------------------------------------------------------------------
Tue Aug 3 12:52:24 CEST 2010 - vuntz@opensuse.org
- Update gnome-user-share-soft-dep-apache.patch: the name of the
widget to hide when apache is not there has changed.
-------------------------------------------------------------------
Mon Mar 29 21:10:53 CEST 2010 - vuntz@opensuse.org
- Update to version 2.30.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 23 15:14:02 UTC 2010 - dimstar@opensuse.org
- Remove en@shaw locale on openSUSE <= 11.2.
-------------------------------------------------------------------
Mon Mar 15 22:21:10 CET 2010 - dimstar@opensuse.org
- Update to version 2.29.92:
+ Fix extension conflicting with nautilus-share's.
-------------------------------------------------------------------
Fri Feb 26 14:29:58 CET 2010 - dimstar@opensuse.org
- Update to version 2.29.91:
+ Add a helper bar in nautilus to enable/disable sharing
+ Add sound notification of files being received
+ Don't use Bonded and trusted terms in the UI
+ and many other fixes
- BuildRequire nautilus-devel.
-------------------------------------------------------------------
Wed Dec 23 15:46:52 CET 2009 - vuntz@opensuse.org
- Update to version 2.28.2:
+ Avoid crashing on exit()
+ Make preferences single-instance
- Add libunique-devel BuildRequires.
-------------------------------------------------------------------
Sat Nov 14 21:16:02 CET 2009 - vuntz@opensuse.org
- Update to version 2.28.1:
+ Play a sound when receiving a file over ObexPush
+ Updated translations.
- Add libcanberra-devel BuildRequires.
-------------------------------------------------------------------
Wed Sep 23 13:12:31 CEST 2009 - dimstar@opensuse.org
- Update to version 2.28.0:
+ Fix WebDAV share name being untranslated
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 7 14:18:20 CEST 2009 - lmedinas@opensuse.org
- Update to version 2.27.0:
+ Fix WebDAV sharing not working when service names are too long
+ Fix login problems to WebDAV
+ Don't error out if the Obex services are already started
+ Fix Obex services not working any more when bluetoothd is
exited
+ UI fixes for rejected ObexPush transfers
+ Updated translations
- Add gnome-bluetooth-devel BuildRequires
-------------------------------------------------------------------
Tue May 19 17:10:18 CEST 2009 - vuntz@novell.com
- Add Suggests on apache2-mod_dnssd now that it's packaged.
-------------------------------------------------------------------
Mon Mar 16 15:56:11 CET 2009 - vuntz@novell.com
- Update to version 2.26.0:
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 6 13:49:27 CET 2009 - vuntz@novell.com
- Update to version 2.25.92:
+ Updated translations.
-------------------------------------------------------------------
Thu Feb 5 14:02:58 CET 2009 - vuntz@novell.com
- Update to version 2.25.91:
+ Fix httpd configuration file
- Changes from version 2.26.90:
+ Use mod_dnssd 0.6 to export the user TXT record, necessary to
work with the latest gvfs
+ Check for httpd version and binary location at run-time, rather
than compile-time
+ Documentation updates
- Changes from version 0.41:
+ Use Apache's mod_dnssd module instead of doing the work
ourselves
+ Refuse to run as root, so as to avoid sensitive files being
shared
+ Add end-user documentation, and UI changes to match
+ Make it possible for build daemons to build without Apache
installed
- Remove BuildRequires on apache2-prefork: we can build without
having apache installed now.
- Remove BuildRequires on libavahi-glib-devel: this is not needed
anymore: mod_dnssd is now used.
- Add gnome-doc-utils-devel BuildRequires.
- Do not call autoreconf.
- Use fdupes.
-------------------------------------------------------------------
Sat Dec 20 10:36:28 EST 2008 - mboman@suse.de
- Update to version 0.41:
+ Port to BlueZ 4.x API
+ UI fixes in the preferences dialogue
+ Fix web file sharing on some distributions
- Remove gnome-user-share-bluez4.patch. Fixed upstream
- Remove gnome-user-share-httpd-detection.patch. Fixed upstream
-------------------------------------------------------------------
Tue Dec 16 19:45:40 CET 2008 - coolo@suse.de
- require lang subpackage
-------------------------------------------------------------------
Mon Nov 24 15:31:19 CET 2008 - vuntz@novell.com
- Use %{_libdir} for the httpd module directory. Fix bnc#448129.
-------------------------------------------------------------------
Sat Nov 22 16:35:57 CET 2008 - aj@suse.de
- Fix package list to fix build.
- gnome-user-share helper is a binary, put it into libexecdir.
-------------------------------------------------------------------
Thu Nov 20 00:08:16 CET 2008 - vuntz@novell.com
- Import package, based on the one from Fedora. Required to fix
bnc#402048.

4
gnome-user-share.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-user-share
version: 47.0+0
mtime: 1726350445
commit: 77ecbaddab0ed2121859926acbfccc9cecdee0db

87
gnome-user-share.spec Normal file
View File

@ -0,0 +1,87 @@
#
# spec file for package gnome-user-share
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gnome-user-share
Version: 47.0+0
Release: 0
Summary: GNOME user file sharing
License: GPL-2.0-or-later
Group: Productivity/Networking/File-Sharing
URL: https://gitlab.gnome.org/GNOME/gnome-user-share
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
BuildRequires: yelp-tools
BuildRequires: pkgconfig(glib-2.0) >= 2.58
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(systemd)
Suggests: apache2-mod_dnssd
Suggests: apache2-prefork
Suggests: apache2-worker
%description
gnome-user-share is a small package that binds together various free
software projects to bring easy to use user-level file sharing to the
masses.
The program is meant to run in the background when the user is logged
in, and when file sharing is enabled a webdav server is started that
shares the $HOME/Public folder. The share is then published to all
computers on the local network using mDNS/rendezvous, so that it shows
up in the Network location in GNOME.
%lang_package
%prep
%autosetup -p1
%build
%meson \
-Dmodules_path=%{_libdir}/apache2/ \
--libexecdir=%{_libexecdir}/gnome-user-share \
-Dsystemduserunitdir=%{_userunitdir} \
%{nil}
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_prefix}
%check
%meson_test
%files
%license COPYING
%doc README.md NEWS
%{_libexecdir}/gnome-user-share
%{_datadir}/gnome-user-share
%{_datadir}/applications/gnome-user-share-webdav.desktop
%dir %{_datadir}/GConf
%dir %{_datadir}/GConf/gsettings
%{_datadir}/GConf/gsettings/gnome-user-share.convert
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
%{_userunitdir}/gnome-user-share-webdav.service
%files lang -f %{name}.lang
%changelog