SHA256
1
0
forked from pool/llvm

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:
Ismail Dönmez 2016-09-07 11:29:50 +00:00 committed by Git OBS Bridge
parent 602347572f
commit 2e4c0cb60f

View File

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