diff --git a/pilot-link.spec b/pilot-link.spec index c6bce3e..f4bfbd3 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -4,13 +4,15 @@ Summary: File transfer utilities between Linux and PalmPilots. Name: pilot-link Version: 0.11.8 -Release: 5 +Release: 6 Source: pilot-link-%{version}.tar.bz2 Url: http://www.pilot-link.org/ Patch1: pilot-link-0.11.0-perlmd5.patch Patch2: pilot-link-0.11.0-perlpollute.patch Patch3: pilot-link-0.11.2-malsync.patch Patch4: pilot-link-0.11.8-libpng.patch +Patch5: pilot-link-0.11.8-misc.patch +Patch6: pilot-link-0.11.8-size.patch Epoch: 1 License: GPL Group: Applications/Communications @@ -20,6 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: perl %endif +BuildRequires: readline-devel +BuildRequires: libpng-devel + Prereq: /sbin/ldconfig ExcludeArch: s390 s390x @@ -39,6 +44,8 @@ Hat Linux system. Summary: PalmPilot development header files. Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: readline-devel +Requires: libpng-devel %description devel This package contains the development headers that are used to build @@ -56,6 +63,7 @@ need to install pilot-link-devel. %patch3 -p1 -b .malsync %endif %patch4 -p1 -b .libpng +%patch5 -p1 -b .misc %build CFLAGS="$RPM_OPT_FLAGS" %configure \ @@ -90,9 +98,9 @@ fi %makeinstall -C doc/man %if %{support_perl} -make install -C bindings/Perl -rm -f %{buildroot}%{_libdir}/perl5/vendor_perl/%{perl_version}/*/auto/PDA/Pilot/Pilot.bs \ - %{buildroot}%{_libdir}/perl5/site_perl/*/*/*/PDA/Pilot/.packlist + make install -C bindings/Perl + rm -f %{buildroot}%{_libdir}/perl5/vendor_perl/%{perl_version}/*/auto/PDA/Pilot/Pilot.bs \ + %{buildroot}%{_libdir}/perl5/site_perl/*/*/*/PDA/Pilot/.packlist %endif # remove files we don't want to include @@ -125,6 +133,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Wed Jun 30 2004 Than Ngo 0.11.8-6 +- add fix to avoid an out-of bounds array access +- add buildprereq on readline-devel, libpng-devel, bug #111119 +- add patch to fix segfault in Net Library, bug #125878 + * Tue Jun 15 2004 Elliot Lee - rebuilt