]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
- don't strip binaries on sparc and ppc auto/ac/BitchX-1_1-1
authorhawk <hawk@pld-linux.org>
Mon, 14 Jun 2004 18:36:28 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- exclude 64 bit archs (it will not compile)

Changed files:
    BitchX.spec -> 1.77

BitchX.spec

index 6a95e056b4b4e40738ae58f3d3974f8845188f80..556ce026c8729b671ed92c05cfb67e7d357a021a 100644 (file)
@@ -26,6 +26,11 @@ URL:         http://www.bitchx.org/
 BuildRequires: mysql-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+ExcludeArch:   alpha sparc64 ia64 ppc64 amd64
+
+%ifarch sparc ppc
+%define                no_install_post_strip 1
+%endif
 
 %define                _datadir        %{_libdir}
 
This page took 0.032656 seconds and 4 git commands to generate.