auto-import changelog data from pilot-link-0.11.5-4.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Sun Dec 08 2002 Than Ngo <than@redhat.com> 0.11.5-3
- cleanup some bad codes (from d.binderman@virgin.net) bug #79237
- fix dependency issues
Mon Nov 04 2002 Jeremy Katz <katzj@redhat.com> 0.11.5-2
- pilot-link-devel needs to require the epoch on the main package
Sat Nov 02 2002 Jeremy Katz <katzj@redhat.com> 0.11.5-1
- update to 0.11.5
This commit is contained in:
cvsdist 2004-09-09 10:30:31 +00:00
parent e5743deab9
commit f2b948b6a9
3 changed files with 30 additions and 8 deletions

View File

@ -1 +1 @@
pilot-link-0.11.3.tar.bz2
pilot-link-0.11.5.tar.bz2

View File

@ -3,20 +3,25 @@
Summary: File transfer utilities between Linux and PalmPilots.
Name: pilot-link
Version: 0.11.3
Release: 3
Version: 0.11.5
Release: 4
Source: http://www.gnu-designs.com/pilot-link/pilot-link-%{version}.tar.bz2
Url: http://www.gnu-designs.com/pilot-link/
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.5-broken.patch
Epoch: 1
License: GPL
Group: Applications/Communications
BuildRoot: %{_tmppath}/%{name}-root
%if %{support_perl}
BuildPrereq: perl
%endif
Prereq: /sbin/ldconfig
ExcludeArch: s390 s390x
%description
@ -33,7 +38,7 @@ Hat Linux system.
%package devel
Summary: PalmPilot development header files.
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: %{name} = %{epoch}:%{version}-%{release}
%description devel
This package contains the development headers that are used to build
@ -52,7 +57,7 @@ need to install pilot-link-devel.
%endif
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
CFLAGS="$RPM_OPT_FLAGS" %configure \
--with-python=no \
--with-itcl=no \
--with-tk=no \
@ -80,8 +85,8 @@ if test -f bindings/Perl/Makefile.PL ; then
fi
%endif
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} -C doc/man
%makeinstall
%makeinstall -C doc/man
%if %{support_perl}
make install -C bindings/Perl
@ -89,6 +94,9 @@ rm -f %{buildroot}%{_libdir}/perl5/vendor_perl/%{perl_version}/*/auto/PDA/Pilot/
%{buildroot}%{_libdir}/perl5/site_perl/*/*/*/PDA/Pilot/.packlist
%endif
# remove files we don't want to include
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -113,8 +121,22 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*
%{_datadir}/aclocal/*.m4
%changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Sun Dec 8 2002 Than Ngo <than@redhat.com> 0.11.5-3
- cleanup some bad codes (from d.binderman@virgin.net) bug #79237
- fix dependency issues
* Mon Nov 4 2002 Jeremy Katz <katzj@redhat.com> 0.11.5-2
- pilot-link-devel needs to require the epoch on the main package
* Sat Nov 2 2002 Jeremy Katz <katzj@redhat.com> 0.11.5-1
- update to 0.11.5
* Wed Aug 28 2002 Than Ngo <than@redhat.com> 0.11.3-3
- rpath issue

View File

@ -1 +1 @@
ff8bf656fa74fe9705c427c2aa8f69a0 pilot-link-0.11.3.tar.bz2
f7e9d73959d9e1d998837e93d03c58e7 pilot-link-0.11.5.tar.bz2