From eecfe971539a8aec77a602670cb63fc34e820e029568e5045d59b23519645a05 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 25 Nov 2024 14:19:13 +0000 Subject: [PATCH] - Adjust _service definition: upstream has changed their tag format to be a simple VERSION tag. - Update to version 47.2: + Fix a compiling issue for non-gnu C toolchain. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=116 --- .gitattributes | 23 ++ .gitignore | 1 + _service | 19 + _servicedata | 4 + gnome-user-share-43.0+11.obscpio | 3 + gnome-user-share-47.0+0.obscpio | 3 + gnome-user-share-47.2.obscpio | 3 + gnome-user-share.changes | 592 +++++++++++++++++++++++++++++++ gnome-user-share.obsinfo | 4 + gnome-user-share.spec | 87 +++++ 10 files changed, 739 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 gnome-user-share-43.0+11.obscpio create mode 100644 gnome-user-share-47.0+0.obscpio create mode 100644 gnome-user-share-47.2.obscpio create mode 100644 gnome-user-share.changes create mode 100644 gnome-user-share.obsinfo create mode 100644 gnome-user-share.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..b943d5a --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/gnome-user-share.git + 47.2 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..a242325 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://gitlab.gnome.org/GNOME/gnome-user-share.git + 13fd6708528071aa9a77c7b19d411ebb96627c88 \ No newline at end of file diff --git a/gnome-user-share-43.0+11.obscpio b/gnome-user-share-43.0+11.obscpio new file mode 100644 index 0000000..a6e8c17 --- /dev/null +++ b/gnome-user-share-43.0+11.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de1619b93519323b25ab00f5c80bc09b6bb0e6655194a0d48bc1bdff00f3158 +size 794636 diff --git a/gnome-user-share-47.0+0.obscpio b/gnome-user-share-47.0+0.obscpio new file mode 100644 index 0000000..69b38c3 --- /dev/null +++ b/gnome-user-share-47.0+0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05aa84a44daa57ee58b61befd05744b631709864ad7bf8d3781ea6f98bc43ea5 +size 790028 diff --git a/gnome-user-share-47.2.obscpio b/gnome-user-share-47.2.obscpio new file mode 100644 index 0000000..6b51600 --- /dev/null +++ b/gnome-user-share-47.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3fd110c88269a731b23147e229e1c4480d85d4b84f658c1f6f25fe9f035d6e +size 790028 diff --git a/gnome-user-share.changes b/gnome-user-share.changes new file mode 100644 index 0000000..d4826ef --- /dev/null +++ b/gnome-user-share.changes @@ -0,0 +1,592 @@ +------------------------------------------------------------------- +Mon Nov 25 13:39:18 UTC 2024 - Dominique Leuenberger + +- Adjust _service definition: upstream has changed their tag format + to be a simple VERSION tag. + +------------------------------------------------------------------- +Sat Nov 23 17:52:23 UTC 2024 - Bjørn Lie + +- Update to version 47.2: + + Fix a compiling issue for non-gnu C toolchain. + +------------------------------------------------------------------- +Sun Sep 15 07:04:32 UTC 2024 - Bjørn Lie + +- Update to version 47.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 26 16:19:04 UTC 2024 - Bjørn Lie + +- 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 + +- Update to version 43.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 6 18:27:22 UTC 2022 - Bjørn Lie + +- 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 + +- 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 + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + +------------------------------------------------------------------- +Sat Jan 25 14:12:37 UTC 2020 - Dominique Leuenberger + +- 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 + +- 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 + +- 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. diff --git a/gnome-user-share.obsinfo b/gnome-user-share.obsinfo new file mode 100644 index 0000000..add0cc1 --- /dev/null +++ b/gnome-user-share.obsinfo @@ -0,0 +1,4 @@ +name: gnome-user-share +version: 47.2 +mtime: 1732381755 +commit: 5087ae2835a4b22bc9a51314725a46f3cd7ac772 diff --git a/gnome-user-share.spec b/gnome-user-share.spec new file mode 100644 index 0000000..b49242d --- /dev/null +++ b/gnome-user-share.spec @@ -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.2 +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