From 3f94d261d95de9a1377d644c2af45a4beb0b34cb Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 1 Nov 2017 09:48:32 +0100 Subject: [PATCH] Initial import (#1487966) --- .gitignore | 0 README.md | 3 --- libcloudproviders.spec | 57 ++++++++++++++++++++++++++++++++++++++++++ sources | 0 4 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 libcloudproviders.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md deleted file mode 100644 index c6540a0..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# libcloudproviders - -The libcloudproviders package \ No newline at end of file diff --git a/libcloudproviders.spec b/libcloudproviders.spec new file mode 100644 index 0000000..977febe --- /dev/null +++ b/libcloudproviders.spec @@ -0,0 +1,57 @@ +Name: libcloudproviders +Version: 0.2.5 +Release: 0.1%{?dist} +Summary: Library for integration of cloud storage providers +License: LGPLv3+ +URL: https://gitlab.gnome.org/External/libcloudproviders +Source0: https://gitlab.gnome.org/External/libcloudproviders/uploads/32bb0a808c397d55b6d72c61540c0171/libcloudproviders-0.2.5.tar.xz +BuildRequires: gcc +BuildRequires: gtk-doc +BuildRequires: meson +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(glib-2.0) +%{?systemd_requires} +BuildRequires: systemd + +%description +Cross desktop library for desktop integration of cloud storage providers +and sync tools. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%autosetup -p1 + +%build +%meson -Denable-gtk-doc=true +%meson_build + +%install +%meson_install + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%doc CHANGELOG README.md +%license LICENSE +%{_libdir}/libcloudproviders.so.* + +%files devel +%{_includedir}/cloudproviders/ +%{_libdir}/pkgconfig/cloudproviders.pc +%{_libdir}/*.so +%{_datadir}/gtk-doc/ + +%changelog +* Tue Oct 31 2017 Carlos Soriano - 0.2.5-0.1 +- Initial RPM release diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29