[packages/compat-libstdc++] - disable compat-libstdc++-4.6 in th, now that old soname is back
glen
glen at pld-linux.org
Sun Oct 21 16:08:54 CEST 2012
commit 623dab51f1a5150325c80dbebdda01d8afcded30
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Oct 21 17:08:51 2012 +0300
- disable compat-libstdc++-4.6 in th, now that old soname is back
compat-libstdc++.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/compat-libstdc++.spec b/compat-libstdc++.spec
index 8e43010..2bfb2bc 100644
--- a/compat-libstdc++.spec
+++ b/compat-libstdc++.spec
@@ -2,7 +2,7 @@ Summary: Old versions of GNU C++ library
Summary(pl.UTF-8): Stare wersje bibliotek GNU C++
Name: compat-libstdc++
Version: 4.6
-Release: 2
+Release: 3
License: GPL
Group: Libraries
Source0: libstdc++-compat-%{version}.tar.bz2
@@ -13,7 +13,7 @@ ExclusiveArch: %{x8664} %{ix86} alpha ppc sparc
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define no_install_post_check_so 1
-%define _enable_debug_packages 0
+%define _enable_debug_packages 0
%description
This is the GNU implementation of the standard C++ libraries, along
@@ -338,9 +338,11 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %ghost %{_libdir}/libstdc++.so.5
%endif
+%if "%{pld_release}" != "th"
%ifarch %{x8664} %{ix86}
%files 4.6
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libstdc++.so.6.0.16
%attr(755,root,root) %ghost %{_libdir}/libstdc++.so.6
%endif
+%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/compat-libstdc++.git/commitdiff/623dab51f1a5150325c80dbebdda01d8afcded30
More information about the pld-cvs-commit
mailing list