2008-11-24 04:35:01 +01:00
|
|
|
#
|
2011-02-14 01:28:52 +01:00
|
|
|
# spec file for package gnome-user-share
|
2008-11-24 04:35:01 +01:00
|
|
|
#
|
2023-10-16 11:41:10 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2008-11-24 04:35:01 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-04-18 15:35:49 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2008-11-24 04:35:01 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gnome-user-share
|
2023-10-16 11:41:10 +02:00
|
|
|
Version: 43.0+11
|
2012-09-07 23:54:24 +02:00
|
|
|
Release: 0
|
2008-11-24 04:35:01 +01:00
|
|
|
Summary: GNOME user file sharing
|
2018-03-09 11:01:32 +01:00
|
|
|
License: GPL-2.0-or-later
|
2008-11-24 04:35:01 +01:00
|
|
|
Group: Productivity/Networking/File-Sharing
|
2023-10-16 11:41:10 +02:00
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-user-share
|
|
|
|
Source0: %{name}-%{version}.tar.zst
|
2019-04-18 15:35:49 +02:00
|
|
|
|
2009-02-12 16:03:47 +01:00
|
|
|
BuildRequires: fdupes
|
2019-10-04 17:49:28 +02:00
|
|
|
BuildRequires: meson >= 0.50.0
|
2018-03-09 11:01:32 +01:00
|
|
|
BuildRequires: pkgconfig
|
2012-09-07 23:56:01 +02:00
|
|
|
BuildRequires: yelp-tools
|
2019-10-04 17:49:28 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
2011-04-25 19:44:54 +02:00
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
2016-09-08 23:21:48 +02:00
|
|
|
BuildRequires: pkgconfig(systemd)
|
2012-09-07 23:54:24 +02:00
|
|
|
Suggests: apache2-mod_dnssd
|
2008-11-24 04:35:01 +01:00
|
|
|
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
|
2018-03-09 11:01:32 +01:00
|
|
|
|
2008-11-24 04:35:01 +01:00
|
|
|
%prep
|
2019-04-18 15:35:49 +02:00
|
|
|
%autosetup -p1
|
2008-11-24 04:35:01 +01:00
|
|
|
|
|
|
|
%build
|
2019-10-04 17:49:28 +02:00
|
|
|
%meson \
|
|
|
|
-Dmodules_path=%{_libdir}/apache2/ \
|
|
|
|
--libexecdir=%{_libexecdir}/gnome-user-share \
|
|
|
|
-Dsystemduserunitdir=%{_userunitdir} \
|
|
|
|
%{nil}
|
|
|
|
%meson_build
|
2008-11-24 04:35:01 +01:00
|
|
|
|
|
|
|
%install
|
2019-10-04 17:49:28 +02:00
|
|
|
%meson_install
|
2019-04-18 15:35:49 +02:00
|
|
|
|
2011-02-13 22:11:37 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2019-04-18 15:35:49 +02:00
|
|
|
%fdupes %{buildroot}%{_prefix}
|
2011-02-13 22:11:37 +01:00
|
|
|
|
2022-02-03 22:50:25 +01:00
|
|
|
%check
|
|
|
|
%meson_test
|
|
|
|
|
2012-09-07 23:54:24 +02:00
|
|
|
%files
|
2018-03-09 11:01:32 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc README NEWS
|
2009-02-12 16:03:47 +01:00
|
|
|
%{_libexecdir}/gnome-user-share
|
2008-11-24 04:35:01 +01:00
|
|
|
%{_datadir}/gnome-user-share
|
2014-08-23 13:52:03 +02:00
|
|
|
%{_datadir}/applications/gnome-user-share-webdav.desktop
|
2022-09-13 09:34:58 +02:00
|
|
|
%dir %{_datadir}/GConf
|
|
|
|
%dir %{_datadir}/GConf/gsettings
|
2012-09-07 23:54:24 +02:00
|
|
|
%{_datadir}/GConf/gsettings/gnome-user-share.convert
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
|
2016-09-08 23:21:48 +02:00
|
|
|
%{_userunitdir}/gnome-user-share-webdav.service
|
2008-11-24 04:35:01 +01:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|