%define ver 0.11.6 %define srcver 0.11.6 %define rel 0vl1 Summary: File transfer utilities between Linux and PalmPilots. Name: pilot-link Version: %{ver} Release: %{rel} Epoch: 1 ### Source: http://www.gnu-designs.com/pilot-link/source/%{name}-%{srcver}.tar.gz Copyright: GPL Group: Applications/Communications BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root %description This suite of tools allows you to upload and download programs and data files between a Linux/UNIX machine and the PalmPilot. It has a few extra utils that will allow for things like syncing the PalmPilot's calendar app with Ical. Note that you might still need to consult the sources for pilot-link if you would like the Python, Tcl, or Perl bindings. Install pilot-link if you want to synchronize your Palm with your Red Hat Linux system. %package devel Requires: %{name} = %{PACKAGE_VERSION} Summary: PalmPilot development header files. Group: Development/Libraries %description devel This package contains the development headers that are used to build the pilot-link package. It also includes the static libraries necessary to build static pilot apps. If you want to develop PalmPilot synchronizing applications, you'll need to install pilot-link-devel. %prep %setup -q -n pilot-link-%{srcver} # %patch0 -p1 -b .install # %patch1 -p1 -b .perl # %patch3 -p1 -b .pixdir %build ###aclocal ###autoconf ###%configure --datadir=%{_prefix}/share --mandir=\${datadir}/man %configure --prefix=%{_prefix} make %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %makeinstall %post -p /sbin/ldconfig %postun /sbin/ldconfig %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) ### %doc COPYING COPYING.LIB ChangeLog README TODO %{_libdir}/*.so.* %{_prefix}/share/aclocal/* %{_prefix}/share/pilot-link/*.* %{_prefix}/share/pilot-link/pix/*.* %{_bindir}/* %{_mandir}/man*/* %files devel %defattr(-, root, root) %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/*.so.* %{_libdir}/*.la %{_includedir}/* %changelog * Mon Dec 30 2002 Kazuya NAKAYAMA - Change for 0.11.6-0vl1 * Fri Jan 04 2002 MATSUBAYASHI Kohji 0.9.5-0vl2 - unfortunately added Epoch 1 (the previous version was 0.9.5.pre5-0vl2. Sigh...) * Sat Oct 13 2001 - 0.9.5-0vl1 - upgrade to 0.9.5 - add COPYING.LIB to %doc * Mon Mar 26 2001 Akira TAGOH 0.9.5-pre5-0vl1 - New upstream release. - Fixed defattr stuff for devel package. - Use rpmmacros. * Wed Oct 20 1999 Preston Brown - upgrade to pilot-link 0.9.3, rewrite spec. * Tue Apr 06 1999 Preston Brown - strip binaries * Tue Mar 30 1999 Preston Brown - added missing files from devel subpackage * Fri Mar 26 1999 Preston Brown - move /usr/lib/pix to /usr/lib/pilot-link (dumb, BAD name) * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 5) * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Thu Jan 21 1999 Bill Nottingham - arm fix * Fri Sep 24 1998 Michael Maher - cleaned up spec file, updated package * Tue May 19 1998 Michael Maher - updated rpm * Thu Jan 29 1998 Otto Hammersmith - added changelog - updated to 0.8.9 - removed explicit requires for /usr/bin/perl