auto-import pilot-link-0.9.5-13 from pilot-link-0.9.5-13.src.rpm

This commit is contained in:
cvsdist 2004-09-09 10:28:58 +00:00
parent a7d1ce30fa
commit e9228e8c1a
3 changed files with 43 additions and 24 deletions

View File

@ -1 +1 @@
pilot-link-0.9.5.tar.bz2
pilot-link.0.9.5.tar.bz2

View File

@ -1,17 +1,17 @@
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
Release: 13
Source: http://www.gnu-designs.com/pilot-link/pilot-link.%{version}.tar.bz2
Url: http://www.gnu-designs.com/pilot-link/
Patch: pilot-link-0.9.5-ack.patch
Patch1: pilot-link-0.9.5-fhs.patch
Patch2: pilot-link-0.9.5-gcc.patch
Epoch: 1
License: GPL
Group: Applications/Communications
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: perl
ExcludeArch: s390 s390x
%description
@ -39,25 +39,32 @@ 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
%setup -q -n %{name}.%{version}
%patch -p1 -b .ack
%patch1 -p1 -b .fhs
%patch2 -p1 -b .gcc3
%build
libtoolize -f
aclocal
autoconf
%configure
cp -f /usr/share/libtool/config.* scripts/
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall \
make install prefix=$RPM_BUILD_ROOT%{_prefix} \
mandir1=$RPM_BUILD_ROOT/%{_mandir}/man1 \
mandir7=$RPM_BUILD_ROOT/%{_mandir}/man7
if test -f tools/Perl5/Makefile.PL ; then
cd tools/Perl5
perl -pi -e 's|^\$libdir =.*|\$libdir = "%{buildroot}%{_libdir}";|g' Makefile.PL
perl Makefile.PL
make
make install PREFIX=%{buildroot}%{_prefix}
rm -f %{buildroot}/usr/lib/perl5/site_perl/*/*/*/PDA/Pilot/.packlist
fi
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -68,9 +75,10 @@ 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}/libpisock.so.*
%{_libdir}/pilot-link
%{_libdir}/perl5/site_perl/*/*/*/PDA
%{_libdir}/perl5/site_perl/*/*/PDA
%{_bindir}/*
%{_mandir}/man?/*
@ -83,11 +91,22 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%changelog
* Tue Mar 26 2002 Tim Powers <timp@redhat.com>
- libtoolize
* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 0.9.5-13
- free trip through the build system
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
- rebuild with new gcc and binutils
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.9.5-12
- automated rebuild
* Mon Dec 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.9.5-11
- fix build with gcc 3.1
* Mon Nov 12 2001 Than Ngo <than@redhat.com> 0.9.5-10
- add patch for building against gcc 3
* Thu Sep 20 2001 Than Ngo <than@redhat.com> 0.9.5-9
- update to 0.9.5 release (bug #53430)
- fix bug #53807
- add Url
* Fri Aug 10 2001 Than Ngo <than@redhat.com>
- add epoch (bug #51429)

View File

@ -1 +1 @@
3906e838ae7f5b12e28c91eb6d3b40d6 pilot-link-0.9.5.tar.bz2
f5f4eb673fe277b2738c889bb355b269 pilot-link.0.9.5.tar.bz2