[cqrlog] set ExcludeArch to match fpc

Dan Horák sharkcz at fedoraproject.org
Tue Oct 9 08:48:56 UTC 2012


commit c02ff3c7b9f9025f5f972e39aec358f2a8f82424
Author: Dan Horák <dan at danny.cz>
Date:   Tue Oct 9 10:48:44 2012 +0200

    set ExcludeArch to match fpc

 cqrlog.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/cqrlog.spec b/cqrlog.spec
index 25760ec..96dff6b 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -1,6 +1,6 @@
 Name:		cqrlog
 Version:	1.5.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An amateur radio contact logging program
 
 Group:		Applications/Databases
@@ -11,6 +11,9 @@ Patch0:		cqrlog.makefile.patch
 Patch1:		cqrlog.desktop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# fpc not available on these arches
+ExcludeArch:	s390 s390x
+
 BuildRequires:	fpc
 BuildRequires:	lazarus
 Requires:	mysql
@@ -147,6 +150,9 @@ iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt >
 %{_mandir}/man1/cqrlog.1.gz
 
 %changelog
+* Tue Oct 9 2012 Dan Horák <dan[at]danny.cz> - 1.5.2-2
+- set ExcludeArch to match fpc
+
 * Mon Oct 8 2012 Eric "Sparks" Christensen <sparks at fedoraproject.org> - 1.5.2-1
 - added CTRL+W hotkey to send spots to dxcluster
 - DX cluster shows also country name next to the spot (must be enabled in Prefereces)


More information about the scm-commits mailing list