forked from pool/gnome-user-share
Accepting request 695597 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695597 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=101
This commit is contained in:
parent
922b9553f2
commit
a6a344687d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09d4d31258f684db43f07a0a9e1fb784c4a7c5504d5b818afcda57da58b69213
|
||||
size 393516
|
3
gnome-user-share-3.32.0.1.tar.xz
Normal file
3
gnome-user-share-3.32.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8524727ce6e0bdb8d7e9897584f4bef94a28d152fbea3f2cdde87e2f19b0869b
|
||||
size 439696
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-user-share
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,20 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-user-share
|
||||
Version: 3.28.0
|
||||
Version: 3.32.0.1
|
||||
Release: 0
|
||||
Summary: GNOME user file sharing
|
||||
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.28/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-user-share/3.32/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
@ -56,34 +56,22 @@ up in the Network location in GNOME.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-modules-path=%{_libdir}/apache2/ \
|
||||
--libexecdir=%{_libexecdir}/gnome-user-share
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%if 0%{?suse_version} <= 1120
|
||||
rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file gnome-user-share-webdav
|
||||
%suse_update_desktop_file gnome-user-share-webdav Network FileTransfer
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%fdupes %{buildroot}%{_prefix}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user