178 lines
4.7 KiB
RPMSpec
178 lines
4.7 KiB
RPMSpec
Summary: File transfer utilities between Linux and PalmPilots.
|
||
Name: pilot-link
|
||
Version: 0.9.5
|
||
Release: 10
|
||
Source: ftp://ryeham.ee.ryerson.ca/pub/PalmOS/pilot-link-%{version}.tar.bz2
|
||
Patch0: pilot-link-perl-install.patch
|
||
Patch1: pilot-link.perl.patch
|
||
Patch3: pilot-link-pixdir.patch
|
||
Patch4: pilot-link-0.9.5-misc.patch
|
||
Patch5: pilot-link-0.9.5-ack.patch
|
||
Epoch: 1
|
||
License: GPL
|
||
Group: Applications/Communications
|
||
BuildRoot: %{_tmppath}/%{name}-root
|
||
ExcludeArch: s390 s390x
|
||
|
||
%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 utilities 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
|
||
Summary: PalmPilot development header files.
|
||
Group: Development/Libraries
|
||
Requires: %{name} = %{version}
|
||
|
||
%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 applications.
|
||
|
||
If you want to develop PalmPilot synchronizing applications, you'll
|
||
need to install pilot-link-devel.
|
||
|
||
%prep
|
||
%setup -q -n pilot-link
|
||
%patch3 -p1 -b .pixdir
|
||
%patch4 -p1 -b .misc
|
||
%patch5 -p1 -b .ack
|
||
|
||
%build
|
||
libtoolize -f
|
||
aclocal
|
||
autoconf
|
||
%configure
|
||
make
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%makeinstall \
|
||
mandir1=$RPM_BUILD_ROOT/%{_mandir}/man1 \
|
||
mandir7=$RPM_BUILD_ROOT/%{_mandir}/man7
|
||
|
||
%post -p /sbin/ldconfig
|
||
|
||
%postun -p /sbin/ldconfig
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%files
|
||
%defattr(-,root,root)
|
||
%doc COPYING ChangeLog README TODO
|
||
%attr(755,root,root) %{_libdir}/libpisock.so.3.0.1
|
||
%{_libdir}/libpisock.so.3
|
||
%{_libdir}/pilot-link
|
||
%{_bindir}/*
|
||
%{_mandir}/man?/*
|
||
|
||
%files devel
|
||
%defattr(-,root,root)
|
||
%{_libdir}/libpicc.a
|
||
%{_libdir}/libpisock.a
|
||
%{_libdir}/libpisock.so
|
||
%{_libdir}/libpisock.la
|
||
%{_includedir}/*
|
||
|
||
%changelog
|
||
* Tue Mar 26 2002 Tim Powers <timp@redhat.com>
|
||
- libtoolize
|
||
|
||
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
||
- rebuild with new gcc and binutils
|
||
|
||
* Fri Aug 10 2001 Than Ngo <than@redhat.com>
|
||
- add epoch (bug #51429)
|
||
|
||
* Mon Jul 16 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- s/Copyright/License/
|
||
- Add dependency on main package for the devel subpackage
|
||
|
||
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||
- add ExcludeArch: s390 s390x
|
||
|
||
* Fri Jun 15 2001 Than Ngo <than@redhat.com>
|
||
- fix to build against libtool (bug #43800)
|
||
|
||
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-4
|
||
- rebuild with new readline
|
||
|
||
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
||
- rebuild for C++ exception handling on ia64
|
||
|
||
* Thu Feb 01 2001 Than Ngo <than@redhat.com>
|
||
- cleanup patch from J<EFBFBD>rgen Stuber to fix "Weird packet" error (Bug #25360)
|
||
|
||
* Mon Nov 20 2000 Than Ngo <than@redhat.com>
|
||
- update 0.9.5pre3 snapshot from CVS
|
||
- fix up broken codes
|
||
|
||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||
- automatic rebuild
|
||
|
||
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
||
- Rebuild with new C++
|
||
|
||
* Mon Jun 5 2000 Matt Wilson <msw@redhat.com>
|
||
- defattr on devel package
|
||
|
||
* Sat Jun 3 2000 Matt Wilson <msw@redhat.com>
|
||
- rebuilt against tcl-8.3.1
|
||
|
||
* Wed May 31 2000 Matt Wilson <msw@redhat.com>
|
||
- fix building with egcs 2.96 and gcc 2.2, build against new libstdc++
|
||
- use _mandir macro
|
||
|
||
* Wed Apr 5 2000 Bill Nottingham <notting@redhat.com>
|
||
- rebuild against current ncurses/readline
|
||
|
||
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||
- call ldconfig directly from postun
|
||
|
||
* Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
|
||
- rebuild for sparc baud rates > 38400.
|
||
|
||
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
|
||
- gzip man pages
|
||
|
||
* Wed Oct 20 1999 Preston Brown <pbrown@redhat.com>
|
||
- upgrade to pilot-link 0.9.3, rewrite spec.
|
||
|
||
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
|
||
- strip binaries
|
||
|
||
* Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
|
||
- added missing files from devel subpackage
|
||
|
||
* Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
|
||
- move /usr/lib/pix to /usr/lib/pilot-link (dumb, BAD name)
|
||
|
||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||
- auto rebuild in the new build environment (release 5)
|
||
|
||
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
||
- Injected new description and group.
|
||
|
||
* Thu Jan 21 1999 Bill Nottingham <notting@redhat.com>
|
||
- arm fix
|
||
|
||
* Fri Sep 24 1998 Michael Maher <mike@redhat.com>
|
||
- cleaned up spec file, updated package
|
||
|
||
* Tue May 19 1998 Michael Maher <mike@redhat.com>
|
||
- updated rpm
|
||
|
||
* Thu Jan 29 1998 Otto Hammersmith <otto@redhat.com>
|
||
- added changelog
|
||
- updated to 0.8.9
|
||
- removed explicit requires for /usr/bin/perl
|
||
|