From b7f4b278d59b686c7b6b0a6c71ea84e656c315bad543918fdb0c9bf94e3a5b14 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 31 Jan 2018 13:11:54 +0000 Subject: [PATCH] Accepting request 571369 from home:jengelh:branches:devel:libraries:c_c++ - Set shared library RPM group. Use %make_install. OBS-URL: https://build.opensuse.org/request/show/571369 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=30 --- isl.changes | 5 +++++ isl.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/isl.changes b/isl.changes index 4384738..cbe1eca 100644 --- a/isl.changes +++ b/isl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 31 12:50:45 UTC 2018 - jengelh@inai.de + +- Set shared library RPM group. Use %make_install. + ------------------------------------------------------------------- Mon Jan 29 14:43:34 UTC 2018 - msrb@suse.com diff --git a/isl.spec b/isl.spec index 3c022de..7c866ea 100644 --- a/isl.spec +++ b/isl.spec @@ -45,11 +45,14 @@ Development tools and headers for the ISL. %package -n libisl%{islsover} Summary: The ISL shared library -Group: Development/Languages/C and C++ +Group: System/Libraries %description -n libisl%{islsover} The shared library for the ISL. +ISL is a library for manipulating sets and relations of integer points +bounded by linear constraints. + %prep %setup -q @@ -61,7 +64,7 @@ make %{?_smp_mflags} V=1 make %{?_smp_mflags} check %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_libdir}/libisl.so.*-gdb.py