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:
parent
97116992b8
commit
b7f4b278d5
@ -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
|
||||
|
||||
|
7
isl.spec
7
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user