- Add Dependencies to devel pkg; needed as we don't have the .pc

file to generate them from

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/azure-storage-cpp?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2020-05-05 09:39:47 +00:00 committed by Git OBS Bridge
parent ace17d08cf
commit f11ef3dadf
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 5 09:39:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Add Dependencies to devel pkg; needed as we don't have the .pc
file to generate them from
-------------------------------------------------------------------
Tue May 5 07:55:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -48,6 +48,10 @@ This client library enables working with the Microsoft Azure storage services wh
%package devel
Summary: Devel files for Azure storage services
Requires: %{libname} = %{version}
Requires: pkgconfig(cpprest)
Requires: pkgconfig(libssl) >= 1.0
Requires: pkgconfig(libxml-2.0)
Requires: pkgconfig(uuid)
%description devel
Development files for working with Microsoft Azure storage services