[xfce4-dev-tools] Require missing dependencies (#964474)

Christoph Wickert cwickert at fedoraproject.org
Sun May 19 09:13:32 UTC 2013


commit 1dff31a523b97e6672d6f52da1b98b41216277bb
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun May 19 11:13:27 2013 +0200

    Require missing dependencies (#964474)

 xfce4-dev-tools.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec
index 28eca15..791000d 100644
--- a/xfce4-dev-tools.spec
+++ b/xfce4-dev-tools.spec
@@ -2,7 +2,7 @@
 
 Name:           xfce4-dev-tools
 Version:        4.10.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Xfce developer tools
 
 Group:          Development/Tools
@@ -18,7 +18,14 @@ BuildRequires:  libtool
 BuildRequires:  intltool
 BuildRequires:  make
 BuildRequires:  glib2-devel
+Requires:       autoconf
+Requires:       automake
+Requires:       gawk
+Requires:       git
 Requires:       glib2-devel
+Requires:       grep
+Requires:       gtk-doc
+Requires:       intltool
 
 %description
 This package contains common tools required by Xfce developers and people
@@ -52,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*
 
 %changelog
+* Sun May 19 2013 Christoph Wickert <cwickert at fedoraproject.org> - 4.10.0-4
+- Require missing dependencies (#964474)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.10.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list