20
0

Accepting request 520938 from GNOME:Next

New package in the GNOME Stack

OBS-URL: https://build.opensuse.org/request/show/520938
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libcloudproviders?expand=0&rev=1
This commit is contained in:
Bjørn Lie
2017-09-05 13:13:12 +00:00
committed by Git OBS Bridge
commit 49c23e5e85
6 changed files with 136 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Sep 4 21:38:53 UTC 2017 - dimstar@opensuse.org
- Initial package, version 0.2.0.
+98
View File
@@ -0,0 +1,98 @@
#
# spec file for package libcloudproviders
#
# Copyright (c) 2017 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
# 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 http://bugs.opensuse.org/
#
Name: libcloudproviders
Version: 0.1.1
Release: 0
Summary: Library/Client to integrate cloud storage providers
License: LGPL-3.0+
Group: System/GUI/GNOME
Url: https://gitlab.gnome.org/GNOME/libcloudproviders
Source: https://gitlab.gnome.org/External/libcloudproviders/uploads/c56694c41c40edbefccd94fdd8aa18e0/libcloudproviders-0.1.1.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: gtk-doc
BuildRequires: meson >= 0.40.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= 2.51.2
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.51.2
BuildRequires: pkgconfig(glib-2.0) >= 2.51.2
BuildRequires: pkgconfig(systemd)
%description
Cross desktop library for desktop integration of cloud storage providers and sync tools.
%package -n libcloudproviders0
Summary: Library to integrate cloud storage providers
Group: System/Libraries
Requires: %{name} >= %{version}
%description -n libcloudproviders0
Cross desktop library for desktop integration of cloud storage providers and sync tools.
%package devel
Summary: Development files for %{name}
Group: Development/Languages/C and C++
Requires: libcloudproviders0 = %{version}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%{meson} \
-D enable-gtk-doc=true
%{meson_build}
%install
%{meson_install}
%check
%{meson_test}
%preun
%systemd_user_preun libcloudproviders.service
%post
%systemd_user_post libcloudproviders.service
%post -n libcloudproviders0 -p /sbin/ldconfig
%postun -n libcloudproviders0 -p /sbin/ldconfig
%files
%license LICENSE
%doc CHANGELOG README.md
%dir %{_datadir}/cloud-providers
%{_datadir}/cloud-providers/org.freedesktop.CloudProviderServerExample.ini
%{_datadir}/dbus-1/services/org.freedesktop.CloudProviderServerExample.service
%{_libexecdir}/cloudproviderd
%{_userunitdir}/libcloudproviders.service
%files -n libcloudproviders0
%{_libdir}/libcloudproviders.so.*
%files devel
%{_datadir}/gtk-doc/html/%{name}/
%{_includedir}/cloudproviders/
%{_libdir}/libcloudproviders.so
%{_libdir}/pkgconfig/cloudproviders.pc
%{_libdir}/*.so
%changelog
+24
View File
@@ -0,0 +1,24 @@
*.changes merge=merge-changes
*.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
*.tar 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
+4
View File
@@ -0,0 +1,4 @@
*.obscpio
*.osc
_build.*
.pbuild
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
# libcloudproviders is the upstream name, and not the shared library package
addFilter("libcloudproviders\..*W: shlib-policy-nonversioned-dir");
addFilter("libcloudproviders\..*W: shlib-policy-missing-lib");