From c33778e5a05b57d2a34d4a2480ef2d19cd239b65 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 24 Jun 2011 22:06:05 +0000 Subject: 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. --- ax25-tools.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ax25-tools.spec.in') 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 +- Add BuildRequires to libXi-devel and fltk-devel +- Bump Release to 2. + * Sat Jun 27 2009 Ralf Baechle - Initial version -- cgit v1.2.3