> Hi,
> Tux has released a 2.3.0 version this evening, see:
> http://tbasic.free.fr/eagle/2.3.0/eagle-usb-2.3.0.tar.bz2
Working well here (Fedora Core 3). I managed to build rpm packages with
some minor changes to the spec and makefiles. There are four new files
which have been omitted from the spec file and the make doc test is
still failing.
*** download/eagle-usb-2.3.0/eagle-usb.spec 2005-03-28
22:32:08.000000000 +0100
--- build/eagle-usb-2.3.0/eagle-usb.spec 2005-03-31
18:04:23.678080897 +0100
***************
*** 30,35 ****
--- 30,36 ----
%setup -q
%build
+ ./autogen.sh
%configure
make %{?_smp_mflags}
***************
*** 99,104 ****
--- 100,109 ----
%{_sysconfdir}/%{name}/CMVepES.txt
%{_sysconfdir}/%{name}/CMVepFR.txt
%{_sysconfdir}/%{name}/CMVepIT.txt
+ %{_sysconfdir}/%{name}/CMVeiWO.txt
+ %{_sysconfdir}/%{name}/CMVepFR04.txt
+ %{_sysconfdir}/%{name}/CMVepFR10.txt
+ %{_sysconfdir}/%{name}/CMVepWO.txt
%{_sysconfdir}/%{name}/eagle-usb.conf.template
%{_sysconfdir}/%{name}/ppp_options.template
%{_sysconfdir}/%{name}/setvars
*** download/eagle-usb-2.3.0/Makefile 2005-03-28 22:29:50.000000000
+0100
--- build/eagle-usb-2.3.0/Makefile 2005-03-31 17:29:07.000000000
+0100
***************
*** 72,80 ****
$(MAKE) -C utils/scripts install
$(MAKE) -C utils/eagleconnect install
# TODO : are manpages sometimes gzipped?? => update this test
! @if [ -t doc/man/eagleconfig.8 ] ; then \
! $(MAKE) -C doc install ; \
! fi
#hash -r
# check whether PATH contains {prefix}/sbin
@test `id -ur` -ne 0 || echo ${PATH} | grep -q ${SBINDIR} ||
echo -e ${MISS_PATH_MSG}
--- 72,81 ----
$(MAKE) -C utils/scripts install
$(MAKE) -C utils/eagleconnect install
# TODO : are manpages sometimes gzipped?? => update this test
! [EMAIL PROTECTED] [ -t doc/man/eagleconfig.8 ] ; then \
! # $(MAKE) -C doc install ; \
! #fi
! $(MAKE) -C doc install
#hash -r
# check whether PATH contains {prefix}/sbin
@test `id -ur` -ne 0 || echo ${PATH} | grep -q ${SBINDIR} ||
echo -e ${MISS_PATH_MSG}