forked from pool/gnome-user-share
Accepting request 584695 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 583530 from dimstar) OBS-URL: https://build.opensuse.org/request/show/584695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=55
This commit is contained in:
commit
f7c0d9e7ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3092fa7ad137531e35484195dde4ecbbc75a8a3d9b8209aef4c852717cf4bbf1
|
||||
size 347528
|
3
gnome-user-share-3.27.90.tar.xz
Normal file
3
gnome-user-share-3.27.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e4ae20afaee849c10abdeb8024205cf3656219f1caf83f5fdf5852cd940a1f1
|
||||
size 393116
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-user-share
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,22 +17,23 @@
|
||||
|
||||
|
||||
Name: gnome-user-share
|
||||
Version: 3.18.3
|
||||
Version: 3.27.90
|
||||
Release: 0
|
||||
Summary: GNOME user file sharing
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Url: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/gnome-user-share/3.18/%{name}-%{version}.tar.xz
|
||||
URL: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/gnome-user-share/3.27/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.27.90
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: bluez >= 5.0
|
||||
@ -40,7 +41,6 @@ Recommends: %{name}-lang
|
||||
Suggests: apache2-mod_dnssd
|
||||
Suggests: apache2-prefork
|
||||
Suggests: apache2-worker
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
@ -57,6 +57,7 @@ up in the Network location in GNOME.
|
||||
The program also allows to share files using ObexFTP over Bluetooth.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
@ -72,14 +73,11 @@ make %{?_smp_mflags}
|
||||
%if 0%{?suse_version} <= 1120
|
||||
rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file gnome-user-share-webdav
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
@ -91,8 +89,8 @@ rm -rf %{buildroot}
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING NEWS
|
||||
%license COPYING
|
||||
%doc README NEWS
|
||||
%{_libexecdir}/gnome-user-share
|
||||
%{_datadir}/gnome-user-share
|
||||
%{_datadir}/applications/gnome-user-share-webdav.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user