From c5e5122d05ce76b24bc92fc166c634b46e0c1ea1f90849d9a9b6607bef82d085 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 28 Jan 2019 13:43:34 +0000 Subject: [PATCH] Accepting request 669081 from home:jengelh:branches:devel:libraries:c_c++ - --with-pic is useless without static libs, remove it. - Update RPM groups and descriptions. OBS-URL: https://build.opensuse.org/request/show/669081 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=21 --- libyaml.changes | 6 ++++++ libyaml.spec | 13 +++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/libyaml.changes b/libyaml.changes index a0d5758..17a921e 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 28 13:21:05 UTC 2019 - Jan Engelhardt + +- --with-pic is useless without static libs, remove it. +- Update RPM groups and descriptions. + ------------------------------------------------------------------- Thu Jan 17 13:23:23 UTC 2019 - bjorn.lie@gmail.com diff --git a/libyaml.spec b/libyaml.spec index 8dcbc0b..67de8ec 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -34,12 +34,10 @@ A YAML 1.1 parser and emitter written in C %define lib_name libyaml-0-2 %package -n %{lib_name} -Summary: Shared library from libyaml -Group: Development/Libraries/C and C++ +Summary: A YAML 1.1 parser and emitter written in C +Group: System/Libraries %description -n %{lib_name} -A YAML 1.1 parser and emitter written in C - This package holds the shared library of libyaml. %package devel @@ -48,16 +46,15 @@ Group: Development/Libraries/C and C++ Requires: %{lib_name} = %{version} %description devel -A YAML 1.1 parser and emitter written in C - -This package holds the development files for libyaml. +This package holds the development files for libyaml, +a YAML 1.1 parser and emitter written in C. %prep %setup -q -n yaml-%{version} %patch -p1 %build -%configure --with-pic --disable-static +%configure --disable-static make %{?_smp_mflags} %install