|
|
|
@ -1,14 +1,13 @@
|
|
|
|
|
# GitLab associates uploads for tags with the referenced commit
|
|
|
|
|
%global commit e97a550ebbf85e753c4df5692a86b39d
|
|
|
|
|
%global api_version 0.3
|
|
|
|
|
|
|
|
|
|
Name: libcloudproviders
|
|
|
|
|
Summary: Library for integration of cloud storage providers
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.3.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv3+
|
|
|
|
|
|
|
|
|
|
URL: https://gitlab.gnome.org/World/%{name}
|
|
|
|
|
Source0: %{url}/uploads/%{commit}/%{name}-%{version}.tar.xz
|
|
|
|
|
URL: https://gitlab.gnome.org/World/libcloudproviders
|
|
|
|
|
Source0: https://ftp.gnome.org/pub/GNOME/sources/libcloudproviders/%{api_version}/libcloudproviders-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
@ -51,7 +50,7 @@ developing applications that use %{name}.
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%{_libdir}/%{name}.so.0*
|
|
|
|
|
%{_libdir}/girepository-1.0/CloudProviders-0.3.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/CloudProviders-%{api_version}.typelib
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/cloudproviders/
|
|
|
|
@ -59,12 +58,15 @@ developing applications that use %{name}.
|
|
|
|
|
%{_libdir}/pkgconfig/cloudproviders.pc
|
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/CloudProviders-0.3.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/CloudProviders-%{api_version}.gir
|
|
|
|
|
%{_datadir}/gtk-doc/
|
|
|
|
|
%{_datadir}/vala/vapi/cloudproviders.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
|
|
|
|
|
- Update to version 0.3.1.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|