# # Note that this is NOT a relocatable package # $Id: gnome-pilot-conduits.spec.in,v 1.1 2003/10/14 20:54:20 azrael2 Exp $ # %define ver @VERSION@ %define rel @RELEASE@ %define prefix @prefix@ %define name @PACKAGE@ %define epoch 0 Summary: gnome-pilot conduits Name: %name Version: %ver Release: %rel Epoch: %epoch Copyright: LGPL Group: Applications/Communications Source: http://eskil.org/gnome-pilot/download/%name-%ver.tar.gz BuildRoot: /var/tmp/gnome-pilot-conduits Packager: Eskil Heyn Olsen URL: http://eskil.org/gnome-pilot Prereq: /sbin/install-info Prefix: %{prefix} Docdir: %{prefix}/doc Requires: gnome-pilot >= 0.1.62 %description gnome-pilot is a collection of programs and daemon for integrating GNOME and the PalmPilot. This is a collection of additional conduits for gnome-pilot, it currently features - MAL conduit %changelog * Sun Mar 5 2000 Eskil Heyn Olsen - redid the package from mal-conduit to gnome-pilot-conduits * Sun Dec 5 1999 Eskil Heyn Olsen - Created the .spec file %prep %setup %build # Needed for snapshot releases. if [ ! -f configure ]; then CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix else CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix fi if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) make else make fi %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{prefix} install %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{prefix}/share/gnome-pilot/conduits/*.conduit %{prefix}/lib/gnome-pilot/conduits/*.so