rpms/edb/devel edb.spec,1.21,1.22

Nicoleau Fabien eponyme at fedoraproject.org
Thu Apr 23 19:01:54 UTC 2009


Author: eponyme

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

Modified Files:
	edb.spec 
Log Message:
ExcludeArch ARM


Index: edb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/edb/devel/edb.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- edb.spec	4 Apr 2009 19:26:06 -0000	1.21
+++ edb.spec	23 Apr 2009 19:01:24 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           edb
 Version:        0.9.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A debugger based on the ptrace API and Qt4
 
 Group:          Development/Debuggers
@@ -12,8 +12,8 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  qt4-devel
 BuildRequires:  boost-devel
-# as edb is an x86 debugger, ppc and ppc64 are excluded
-ExcludeArch:    ppc ppc64
+# as edb is an x86 debugger, ppc, ppc64 and ARM  are excluded
+ExcludeArch:    ppc ppc64 %{arm}
 
 %description
 edb a debugger based on the ptrace API.
@@ -56,14 +56,15 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG COPYING README TODO VERSION README.plugins doc 
-%dir %{_libdir}/%{name}
 %{_bindir}/%{name}
 %{_bindir}/%{name}_make_symbolmap.sh
-%{_libdir}/%{name}/*.so
+%{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Wed Apr 22 2009 Kedar Sovani <kedars at marvell.com> 0.9.8-2
+- ExcludeArch ARM
 * Sat Apr  4 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.9.8-1
 - Rebuild for 0.9.8
 * Tue Mar 17 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.9.7-1




More information about the fedora-extras-commits mailing list