auto-import changelog data from pilot-link-0.11.8-6.src.rpm

Wed Jun 30 2004 Than Ngo <than@redhat.com> 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
This commit is contained in:
cvsdist 2004-09-09 10:32:46 +00:00
parent 26d6645bd8
commit a7b5077165
1 changed files with 17 additions and 4 deletions

View File

@ -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 <than@redhat.com> 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 <sopwith@redhat.com>
- rebuilt