]> git.pld-linux.org Git - packages/compat-libstdc++.git/commitdiff
- disable compat-libstdc++-4.6 in th, now that old soname is back master auto/th/compat-libstdc++-4.6-3 auto/ti/compat-libstdc++-4.6-3
authorElan Ruusamäe <glen@delfi.ee>
Sun, 21 Oct 2012 14:08:51 +0000 (17:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 21 Oct 2012 14:08:51 +0000 (17:08 +0300)
compat-libstdc++.spec

index 8e4301059aebc8c2f5eef5afdb03bed77893fbbd..2bfb2bc180dbd7a4806071c0b51841efc1f958fc 100644 (file)
@@ -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
This page took 0.069609 seconds and 4 git commands to generate.