Drop ExclusiveArch as all current Primary/Secondary Arches are supported
This commit is contained in:
parent
66bd20ff53
commit
449eeac640
10
ltrace.spec
10
ltrace.spec
@ -5,8 +5,7 @@ Release: 9%{?dist}
|
||||
URL: http://ltrace.alioth.debian.org/
|
||||
License: GPLv2+
|
||||
Group: Development/Debuggers
|
||||
ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: elfutils-libelf-devel dejagnu
|
||||
BuildRequires: autoconf automake
|
||||
BuildRequires: libselinux-devel
|
||||
@ -68,7 +67,6 @@ export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'` -D_
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} docdir=%{_docdir}/ltrace-%{version}/ install
|
||||
|
||||
# The testsuite is useful for development in real world, but fails in
|
||||
@ -78,9 +76,6 @@ echo ====================TESTING=========================
|
||||
make check ||:
|
||||
echo ====================TESTING END=====================
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README TODO BUGS ChangeLog
|
||||
@ -89,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) %{_sysconfdir}/ltrace.conf
|
||||
|
||||
%changelog
|
||||
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-10
|
||||
- Drop ExclusiveArch as all current Primary/Secondary Arches are supported
|
||||
|
||||
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-9
|
||||
- And patch configure and config.h, not just configure.ac
|
||||
- Resolves: #810973
|
||||
|
||||
Loading…
Reference in New Issue
Block a user