]> git.pld-linux.org Git - packages/compat-libstdc++.git/commitdiff
- use x8664 macro auto/th/compat-libstdc++-3_3-4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 May 2005 15:27:01 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compat-libstdc++.spec -> 1.10

compat-libstdc++.spec

index cc24ed533f822785e8efc9e5f75f44a607270bed..0beaffddc8b9705719092aeb1d0e7b1a6906ca69 100644 (file)
@@ -8,7 +8,8 @@ Group:          Libraries
 #Source0:      libstdc++-compat.tar.gz
 Source0:       http://pld-nptl.ds14.agh.edu.pl/libstdc++-compat.tar.gz
 # Source0-md5: 98ab37235f8cf0d20251716dabd40690
-ExclusiveArch: alpha amd64 %{ix86} ppc sparc
+BuildRequires: rpmbuild(macros) >= 1.213
+ExclusiveArch: %{x8664} %{ix86} alpha ppc sparc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -186,7 +187,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}
 cp -a alpha/* $RPM_BUILD_ROOT%{_libdir}
 %endif
 
-%ifarch amd64
+%ifarch %{x8664}
 cp -a amd64/* $RPM_BUILD_ROOT%{_libdir}
 %endif
 
@@ -291,7 +292,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libstdc++.so.4.0.1
 %endif
 
-%ifarch alpha amd64 %{ix86} ppc sparc
+%ifarch alpha %{x8664} %{ix86} ppc sparc
 %files 3.3
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libstdc++.so.5.0.7
This page took 0.079477 seconds and 4 git commands to generate.