forked from pool/aws-c-common
Accepting request 925693 from home:jengelh:branches:devel:libraries:c_c++
- Use cmake()/pkgconfig() as buildrequires. Update descriptions. - Replace lib%-devel subpackage by just %-devel. OBS-URL: https://build.opensuse.org/request/show/925693 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 12:39:20 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use cmake()/pkgconfig() as buildrequires. Update descriptions.
|
||||
- Replace lib%-devel subpackage by just %-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 11 07:49:22 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
Name: aws-c-common
|
||||
Version: 0.6.11
|
||||
Release: 0
|
||||
Summary: Core c99 package for AWS SDK for C
|
||||
Summary: Core C99 package for AWS SDK for C
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/awslabs/aws-c-common
|
||||
@@ -31,26 +31,26 @@ BuildRequires: fdupes
|
||||
BuildRequires: ninja
|
||||
|
||||
%description
|
||||
Core c99 package for AWS SDK for C. Includes cross-platform primitives,
|
||||
Core C99 package for AWS SDK for C. It includes cross-platform primitives,
|
||||
configuration, data structures, and error handling.
|
||||
|
||||
%package -n lib%{name}%{library_soversion}
|
||||
Summary: Shared library files for aws-c-common library
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Core C99 package for AWS SDK for C
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib%{name}%{library_soversion}
|
||||
Core c99 package for AWS SDK for C. Includes cross-platform primitives,
|
||||
Core C99 package for AWS SDK for C. It includes cross-platform primitives,
|
||||
configuration, data structures, and error handling.
|
||||
|
||||
This package contains the dynamically linked library.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
%package devel
|
||||
Summary: Development files for aws-c-common library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: lib%{name}%{library_soversion} = %{version}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
Core c99 package for AWS SDK for C. Includes cross-platform primitives,
|
||||
%description devel
|
||||
Core C99 package for AWS SDK for C. It includes cross-platform primitives,
|
||||
configuration, data structures, and error handling.
|
||||
|
||||
This package contains the development files.
|
||||
@@ -86,8 +86,8 @@ rm -rf %{buildroot}%{_libdir}/aws-c-common
|
||||
%{_libdir}/*.so.%{library_soversion}
|
||||
%{_libdir}/*.so.%{library_version}
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%{_libdir}/cmake/aws-c-common
|
||||
%files devel
|
||||
%{_libdir}/cmake/
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user