Hi,
I have updated the extace package to extace-1.3.0-1mdk and uploaded it to
the server. I had to patch the program for a compile problem, please look at
the attached changes.
--
Goetz Waschk <> student of computer science <> university Rostock
http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
--> Logout Fascism! <--
--- extace.spec 2000/08/01 09:15:53 1.1
+++ extace.spec 2000/08/01 08:59:31
@@ -1,15 +1,15 @@
-%define name extace
-%define version 1.2.0
-%define release 2mdk
+%define version 1.3.0
+%define release 1mdk
Summary: ExtaCe - An Extace Waveform Viewer
-Name: %{name}
+Name: extace
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
+Patch: %{name}-1.3.0-config.patch.bz2
Copyright: GPL
Group: Sound
-BuildRoot: /var/tmp/%{name}-buildroot
+BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Requires: gnome-libs >= 1.0.11
@@ -23,26 +23,52 @@
control widget, for controlling the angle and speed at which the trace runs awa
%prep
-%setup
+%setup -q
+%patch -p1
%build
-%configure --enable-gnome
-make
+aclocal
+autoheader
+autoconf
+%configure
+%make
%install
rm -rf $RPM_BUILD_ROOT
-make install prefix=$RPM_BUILD_ROOT/%{prefix}
+make install DESTDIR=$RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_menudir}
+cat > $RPM_BUILD_ROOT/%{_menudir}/extace << EOF
+?package(extace):\
+needs="x11"\
+section="Multimedia/Sound"\
+title="Extace Waveform Display"\
+longtitle="Audio Waveform Monitor"\
+command="extace"
+EOF
+
+%post
+%{update_menus}
+
+%postun
+%{clean_menus}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,0755)
-%doc ABOUT-NLS INSTALL TODO AUTHORS COPYING CREDITS NEWS ChangeLog README
-/%{prefix}/bin/*
-/%{prefix}/share/gnome/apps/Multimedia/extace.desktop
+%doc INSTALL TODO AUTHORS COPYING CREDITS NEWS ChangeLog README
+%{_prefix}/bin/*
+%{_menudir}/extace
%changelog
+* Tue Aug 01 2000 G�tz Waschk <[EMAIL PROTECTED]> 1.3.0-1mdk
+- fixed config check for libfftw (not libsfftw or libdfftw)
+- updated to new version
+- removed gnome desktop entry
+- added entry for menu system
+- used new macros
+
* Wed Apr 26 2000 Lenny Cartier <[EMAIL PROTECTED]> 1.2.0-2mdk
- fix group
- spec helper fixes
--- extace-1.3.0/configure.in Sat Jul 22 06:40:23 2000
+++ extace-1.3.0.new/configure.in Mon Jul 31 16:51:28 2000
@@ -199,7 +199,7 @@
PROGRAMS_EXTACE=extace
EXTRA_LIBS="-lrfftw -lfftw -lm"
AC_SUBST(EXTRA_LIBS)
-
+ AC_CHECK_LIB(fftw,fftw_one,, )
fi
if test "$have_fftw" = "no" && test "$have_dfftw" = "no" && test "$have_sfftw" = "no"
PGP signature