rpms/edb/F-9 edb.spec,1.19,1.20

Nicoleau Fabien eponyme at fedoraproject.org
Thu Apr 23 19:06:15 UTC 2009


Author: eponyme

Update of /cvs/pkgs/rpms/edb/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8741

Modified Files:
	edb.spec 
Log Message:
ExcludeArch ARM


Index: edb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/edb/F-9/edb.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- edb.spec	4 Apr 2009 19:32:09 -0000	1.19
+++ edb.spec	23 Apr 2009 19:05:45 -0000	1.20
@@ -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