SHA256
3
0
forked from pool/isl

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
This commit is contained in:
Richard Biener 2018-01-31 13:11:54 +00:00 committed by Git OBS Bridge
parent 97116992b8
commit b7f4b278d5
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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