You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
58 lines
1.3 KiB
7 years ago
|
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 <csoriano@redhat.com> - 0.2.5-0.1
|
||
|
- Initial RPM release
|