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