[moserial] - Fix buildreq (#660805)

terjeros terjeros at fedoraproject.org
Mon Jan 17 13:16:24 UTC 2011


commit aa8dcbb16ecd2c354ac9d6883382cf1728a2f1a2
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Jan 17 14:16:13 2011 +0100

    - Fix buildreq (#660805)

 moserial.spec |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/moserial.spec b/moserial.spec
index 0acca20..766a07c 100644
--- a/moserial.spec
+++ b/moserial.spec
@@ -1,17 +1,22 @@
 Summary:       Serial terminal for the gnome desktop
 Name:          moserial
 Version:       2.30.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 Group:         Applications/Communications
 License:       GPLv3+
 URL:           http://live.gnome.org/moserial/
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/moserial/2.30/moserial-%{version}.tar.bz2
+BuildRequires: vala
+BuildRequires: intltool
+BuildRequires: gtk2-devel
+BuildRequires: GConf2-devel
+BuildRequires: rarian-compat
+BuildRequires: gnome-doc-utils
+BuildRequires: perl(XML::Parser)
+BuildRequires: desktop-file-utils
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:      yelp hicolor-icon-theme
-BuildRequires: vala desktop-file-utils GConf2-devel perl(XML::Parser)
-BuildRequires: gnome-doc-utils intltool rarian-compat
-
-
+Requires:      yelp
+Requires:      hicolor-icon-theme
 %description
 Moserial is a clean, friendly gtk-based serial terminal for the gnome
 desktop. It is written in Vala for extra goodness.
@@ -61,6 +66,9 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Jan 17 2011 Terje Rosten <terje.rosten at ntnu.no> - 2.30.0-2
+- Fix buildreq (#660805)
+
 * Thu Jun 17 2010 Terje Rosten <terje.rosten at ntnu.no> - 2.30.0-1
 - 2.30.0
 


More information about the scm-commits mailing list