File perl-PDA-Pilot.spec of Package pilot-link
#
# spec file for package perl-PDA-Pilot (Version 0.12.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-PDA-Pilot
BuildRequires: gcc-c++ libpisock-devel
Url: http://www.pilot-link.org/
Version: 0.12.3
Release: 2
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Libraries/Perl
AutoReqProv: on
Requires: perl = %{perl_version}
Summary: PalmPilot Perl Modules
Source: pilot-link-%{version}.tar.bz2
Patch0: %{name}-0.12.1-pilotxs.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description -n perl-PDA-Pilot
This package contains Perl modules for communicating with the Palm
Pilot.
Authors:
--------
Kenneth Albanowski <kjahds@kjahds.com>
%prep
%setup -q -n pilot-link-%{version}
%patch0
%{?suse_update_config:%{suse_update_config -f scripts}}
%build
./configure --prefix=/usr --mandir=%{_mandir} --libdir=%_libdir
cd bindings/Perl
perl Makefile.PL
make
%install
cd bindings/Perl
make DESTDIR=$RPM_BUILD_ROOT install_vendor INSTALLDIRS=vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc bindings/Perl/README bindings/Perl/test.pl
%doc %{_mandir}/man?/*
%{perl_vendorarch}/PDA
%dir %{perl_vendorarch}/auto/PDA
%{perl_vendorarch}/auto/PDA/Pilot
/var/adm/perl-modules/%{name}
%changelog
* Wed Sep 10 2008 nadvornik@suse.cz
- updated to 0.12.3:
* bugfix release
* libpisync0 renamed to libpisync1
* Mon Jan 14 2008 nadvornik@suse.cz
- packaged man page
- various spec file fixes
* Mon Oct 22 2007 sbrabec@suse.cz
- Use libpisock-devel instead of old name pilot-link-devel.
* Tue Jul 17 2007 dgollub@suse.de
- updated to version 0.12.2
o Fix for using newSVpvn(buf,size) instead of newSVpv(buf,size)
where necessary.
* Thu Jan 11 2007 prusnak@suse.cz
- fixed build errors caused by Pilot.xs (pilotxs.diff)
* Mon Aug 28 2006 dgollub@suse.de
- updated to version 0.12.0
o updated Perl binding API changes
* Wed Mar 29 2006 dgollu@suse.de
- downgrade to pilot-link version 0.11.8
0.12.0-prev4 is not supposed to be packaged
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Aug 05 2005 lmichnovic@suse.cz
- update to version 0.12.0-pre4
* Tue Jul 29 2003 ro@suse.de
- added directory to filelist
* Tue Jul 29 2003 postadal@suse.cz
- updated to version 0.11.8
* you no longer have to hit HotSync on the Palm first, before launching your
desktop conduits. You can hit HotSync first, or launch your desktop
conduit/tools first, and it will still make an attempt to connect.
This also works with gnome-pilot and J-Pilot as well.
* pilot-foto conduit to fetch/convert photos taken with a Palm Zire71
camera device
* Tue Jul 29 2003 ro@suse.de
- re-add perllocal.pod snippet to filelist
* Mon Jul 28 2003 ro@suse.de
- install to vendor location
* Thu Jun 19 2003 mmj@suse.de
- Own all dirs
* Wed May 14 2003 mmj@suse.de
- Remove files we don't want to package
* Fri Jan 17 2003 postadal@suse.cz
- updated to version 0.11.7
* Fri Oct 25 2002 uli@suse.de
- update -> 0.11.5
* Fri Aug 09 2002 mls@suse.de
- made it compile with perl-8
* Thu Jul 18 2002 uli@suse.de
- fixed for lib64 archs
* Wed May 15 2002 hhetter@suse.de
- adapted patches for pilot-sync 0.9.5
* Mon Nov 27 2000 grimmer@suse.de
- split package from plink/pilot-link