diff --git a/.cvsignore b/.cvsignore index 8779946..11e0681 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pilot-link-0.11.3.tar.bz2 +pilot-link-0.11.5.tar.bz2 diff --git a/pilot-link.spec b/pilot-link.spec index e30f58a..4167b2f 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -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 +- rebuilt + +* Sun Dec 8 2002 Than Ngo 0.11.5-3 +- cleanup some bad codes (from d.binderman@virgin.net) bug #79237 +- fix dependency issues + +* Mon Nov 4 2002 Jeremy Katz 0.11.5-2 +- pilot-link-devel needs to require the epoch on the main package + +* Sat Nov 2 2002 Jeremy Katz 0.11.5-1 +- update to 0.11.5 + * Wed Aug 28 2002 Than Ngo 0.11.3-3 - rpath issue diff --git a/sources b/sources index f520754..e9a0d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff8bf656fa74fe9705c427c2aa8f69a0 pilot-link-0.11.3.tar.bz2 +f7e9d73959d9e1d998837e93d03c58e7 pilot-link-0.11.5.tar.bz2