forked from pool/gnome-user-share
Accepting request 735075 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735075 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=103
This commit is contained in:
parent
a6a344687d
commit
910636b085
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8524727ce6e0bdb8d7e9897584f4bef94a28d152fbea3f2cdde87e2f19b0869b
|
||||
size 439696
|
3
gnome-user-share-3.34.0.tar.xz
Normal file
3
gnome-user-share-3.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d0c2a8eb4fcc4bff85c5edde9346ba6094e356921d2955f180d44b2d3642913
|
||||
size 109560
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -17,20 +17,21 @@
|
||||
|
||||
|
||||
Name: gnome-user-share
|
||||
Version: 3.32.0.1
|
||||
Version: 3.34.0
|
||||
Release: 0
|
||||
Summary: GNOME user file sharing
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
URL: http://www.gnome.org/
|
||||
Source0: https://download.gnome.org/sources/gnome-user-share/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-user-share/3.34/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.27.90
|
||||
@ -57,16 +58,18 @@ up in the Network location in GNOME.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
translation-update-upstream
|
||||
translation-update-upstream po %{name}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-modules-path=%{_libdir}/apache2/ \
|
||||
--libexecdir=%{_libexecdir}/gnome-user-share
|
||||
%make_build
|
||||
%meson \
|
||||
-Dmodules_path=%{_libdir}/apache2/ \
|
||||
--libexecdir=%{_libexecdir}/gnome-user-share \
|
||||
-Dsystemduserunitdir=%{_userunitdir} \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file gnome-user-share-webdav Network FileTransfer
|
||||
|
Loading…
Reference in New Issue
Block a user