rpms/smartmontools/devel smartmontools.spec,1.52,1.53

Dennis Gilmore ausil at fedoraproject.org
Sun Apr 12 01:57:29 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/smartmontools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20366

Modified Files:
	smartmontools.spec 
Log Message:
remove ExclusiveArch use -fPIE on sparc64



Index: smartmontools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/devel/smartmontools.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- smartmontools.spec	9 Mar 2009 14:57:05 -0000	1.52
+++ smartmontools.spec	12 Apr 2009 01:56:59 -0000	1.53
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.38
-Release: 	10%{?dist}
+Release: 	11%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -18,7 +18,6 @@
 Requires:	fileutils mailx chkconfig initscripts
 BuildRequires: readline-devel ncurses-devel /usr/bin/aclocal util-linux groff gettext
 BuildRequires: libselinux-devel
-ExclusiveArch:	%{ix86} x86_64 %{arm} ia64 ppc ppc64
 
 %description
 The smartmontools package contains two utility programs (smartctl
@@ -39,8 +38,11 @@
 %build
 ./autogen.sh
 %configure --with-selinux
+%ifarch sparc64
+make CXXFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-pie -Wl,-z,relro,-z,now"
+%else
 make CXXFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-pie -Wl,-z,relro,-z,now"
-
+%endif
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -74,6 +76,10 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
 
 %changelog
+* Sat Apr 11 2009 Dennis Gilmore <dennis at ausil.us> - 1:5.38-11
+- remove ExclusiveArch use -fPIE on sparc64  
+- tested builds on sparcv9 sparc64 and s390x
+
 * Mon Mar 09 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:5.38-10
 - cleanup for merge review
 




More information about the fedora-extras-commits mailing list