Make libc++/libc++abi packages named standalone
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=471
This commit is contained in:
parent
602347572f
commit
2e4c0cb60f
16
llvm.spec
16
llvm.spec
@ -248,13 +248,13 @@ Group: Development/Libraries/C and C++
|
||||
This package contains libc++, a new implementation of the C++
|
||||
standard library, targeting C++11.
|
||||
|
||||
%package libc++-devel
|
||||
%package -n libc++-devel
|
||||
Summary: C++ standard library implementation (devel package)
|
||||
Group: Development/Languages/C and C++
|
||||
Conflicts: otherproviders(libc++.so)
|
||||
Provides: libc++.so
|
||||
|
||||
%description libc++-devel
|
||||
%description -n libc++-devel
|
||||
This package contains libc++, a new implementation of the C++
|
||||
standard library, targeting C++11. (development files)
|
||||
|
||||
@ -266,7 +266,7 @@ Group: Development/Libraries/C and C++
|
||||
This package contains the ABI for libc++, a new implementation
|
||||
of the C++ standard library, targeting C++11.
|
||||
|
||||
%package libc++abi-devel
|
||||
%package -n libc++abi-devel
|
||||
Summary: C++ standard library ABI (devel package)
|
||||
Group: Development/Languages/C and C++
|
||||
# Avoid multiple provider errors
|
||||
@ -274,7 +274,7 @@ Requires: %{name}-libc++-devel
|
||||
Conflicts: otherproviders(libc++abi.so)
|
||||
Provides: libc++abi.so
|
||||
|
||||
%description libc++abi-devel
|
||||
%description -n libc++abi-devel
|
||||
This package contains the ABI for libc++, a new implementation
|
||||
of the C++ standard library, targeting C++11.
|
||||
(development files)
|
||||
@ -566,10 +566,10 @@ ninja -v %{?_smp_mflags} check-libcxxabi
|
||||
%postun -n libc++%{_socxx} -p /sbin/ldconfig
|
||||
%post -n libc++abi%{_socxx} -p /sbin/ldconfig
|
||||
%postun -n libc++abi%{_socxx} -p /sbin/ldconfig
|
||||
%post libc++-devel -p /sbin/ldconfig
|
||||
%postun libc++-devel -p /sbin/ldconfig
|
||||
%post libc++abi-devel -p /sbin/ldconfig
|
||||
%postun libc++abi-devel -p /sbin/ldconfig
|
||||
%post -n libc++-devel -p /sbin/ldconfig
|
||||
%postun -n libc++-devel -p /sbin/ldconfig
|
||||
%post -n libc++abi-devel -p /sbin/ldconfig
|
||||
%postun -n libc++abi-devel -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user