diff --git a/lcd4linux.spec b/lcd4linux.spec index 2c8b871..62fac6c 100644 --- a/lcd4linux.spec +++ b/lcd4linux.spec @@ -4,7 +4,7 @@ Name: lcd4linux Version: 0.11 # We package an svn snapshot of what will become 0.11 since upstream has # neglected to do a new release for ages -Release: 0.2.svn%{svn_rev}%{?dist} +Release: 0.3.svn%{svn_rev}%{?dist} Summary: Display system state on an external LCD display Group: Applications/System License: GPLv2+ @@ -26,6 +26,7 @@ BuildRequires: gd-devel ncurses-devel libX11-devel libICE-devel sqlite-devel BuildRequires: serdisplib-devel libusb-devel libftdi-devel libst2205-devel BuildRequires: libvncserver-devel gettext-devel dbus-devel BuildRequires: libtool desktop-file-utils +ExcludeArch: s390 s390x %description LCD4Linux is a small program that grabs information from the kernel @@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 4 2011 Dan HorĂ¡k - 0.11-0.3.svn1143 +- add ExcludeArch: s390(x) + * Tue Feb 22 2011 Hans de Goede - 0.11-0.2.svn1143 - Add missing BuildRequires: gettext-devel dbus-devel libvncserver-devel - Drop BuildRequires: libmpdclient-devel, the mpd plugin does not work