From 02994604817ea01980466ef7cbb3bf72bd69eec1 Mon Sep 17 00:00:00 2001 From: djrzulf Date: Sun, 2 Mar 2003 11:52:06 +0000 Subject: [PATCH] - FHS compliance, - when libtool dependency will be removed bounce to release 4, Changed files: ax25-tools.spec -> 1.11 --- ax25-tools.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ax25-tools.spec b/ax25-tools.spec index 61f1d6b..f4be626 100644 --- a/ax25-tools.spec +++ b/ax25-tools.spec @@ -1,9 +1,12 @@ -# TODO: FHS (/var/ax25 -> /var/lib/ax25(?)) +# +# TODO: +# - eliminate libtool dependency, +# Summary: ax25 tools for hamradio Summary(pl): Narzêdzia ax25 dla hamradio Name: ax25-tools Version: 0.0.8 -Release: 3 +Release: 3.9 License: LGPL Group: Applications/Communications Source0: http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz @@ -16,6 +19,7 @@ Requires: kernel >= 2.2.0 Requires: libtool >= 1.4.2 Requires: libax25 >= 0.0.9 Requires: zlib >= 1.1.3 +%define _noautoreq libfltk.so.1 %description Tools for start up ax25 protocol. @@ -27,12 +31,14 @@ Narz %setup -q %build -%configure2_13 +%configure2_13 \ + --localstatedir=/var/lib \ + --without-x %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/var/ax25 +install -d $RPM_BUILD_ROOT/var/lib/ax25 %{__make} install installconf \ DESTDIR=$RPM_BUILD_ROOT @@ -53,5 +59,4 @@ rm -rf $RPM_BUILD_ROOT %docdir %{_docdir}/ax25-tools %dir %{_docdir}/ax25-tools %{_mandir}/man[14589]/* -# NOT FHS-compliant -/var/ax25/* +/var/lib/* -- 2.44.0