summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2011-06-24 22:06:05 +0000
committerRalf Baechle <ralf@linux-mips.org>2011-06-24 22:06:05 +0000
commitc33778e5a05b57d2a34d4a2480ef2d19cd239b65 (patch)
treef753a629370af28611ca50c9990222b94ffe72d9
parent71db5e4a64253f618b46a0a24c14457513dc567c (diff)
Add a build dependency to libXi-devel, fltk-devel to the rpm spec file
template. Without these packages installed everything will still build ok just xfhdlcchpar, xfhdlcst, xfsmdiag and xfsmmixer won't be built. In other words, these binaries are built optional and this is no error but as show by https://bugzilla.redhat.com/show_bug.cgi?id=545272 the behaviour is confusing and builders of an rpm probably want the whole thing.
-rw-r--r--ax25-tools.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/ax25-tools.spec.in b/ax25-tools.spec.in
index 2b04509..5657bd2 100644
--- a/ax25-tools.spec.in
+++ b/ax25-tools.spec.in
@@ -1,6 +1,6 @@
Name: ax25-tools
Version: @BASEVERSION@@EXTRAVERSION@
-Release: 1
+Release: 2
Summary: Tools used to configure an ax.25 enabled computer
Group: Applications/Communications
@@ -8,6 +8,7 @@ License: GPLv2+
URL: http://www.linux-ax25.org/
Source0: http://www.linux-ax25.org/pub/%{name}/%{name}-@VERSION@.tar.gz
BuildRoot: %{_tmppath}/%{name}-@VERSION@-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libXi-devel, fltk-devel
%description
ax25-tools is a collection of tools that are used to configure an ax.25 enabled
@@ -78,5 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man?/*
%changelog
+* Fri Jun 24 2011 Ralf Baechle <ralf@linux-mips.org>
+- Add BuildRequires to libXi-devel and fltk-devel
+- Bump Release to 2.
+
* Sat Jun 27 2009 Ralf Baechle <ralf@linux-mips.org>
- Initial version