diff --git a/.cvsignore b/.cvsignore index dca91c9..8443fb0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ pilot-link-0.11.8.tar.bz2 +pilot-link-0.12.0-pre2.tar.gz diff --git a/pilot-link.spec b/pilot-link.spec index be3293a..8d6ad25 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -3,9 +3,9 @@ Summary: File transfer utilities between Linux and PalmPilots. Name: pilot-link -Version: 0.11.8 -Release: 11 -Source: pilot-link-%{version}.tar.bz2 +Version: 0.12.0 +Release: 0.pre2.0 +Source: pilot-link-%{version}-pre2.tar.gz Url: http://www.pilot-link.org/ Patch1: pilot-link-0.11.0-perlmd5.patch Patch2: pilot-link-0.11.0-perlpollute.patch @@ -13,8 +13,8 @@ Patch3: pilot-link-0.11.2-malsync.patch Patch5: pilot-link-0.11.8-misc.patch Patch6: pilot-link-0.11.8-size.patch Patch7: pilot-link-0.11.8-readfile.patch -Patch8: pilot-link-0.11.8-underquoted.patch Patch9: pilot-link-0.11.8-misc1.patch +Patch10: pilot-link-0.12.0-pre2-gcc4.patch Epoch: 1 License: GPL Group: Applications/Communications @@ -58,17 +58,17 @@ If you want to develop PalmPilot synchronizing applications, you'll need to install pilot-link-devel. %prep -%setup -q +%setup -q -n %{name}-%{version}-pre2 %if %{support_perl} %patch1 -p1 -b .perlmd5 %patch2 -p1 -b .perlpollute %patch3 -p1 -b .malsync %endif -%patch5 -p1 -b .misc -%patch6 -p1 -b .size -%patch7 -p1 -b .read -%patch8 -p1 -b .underquoted +#%patch5 -p1 -b .misc +#%patch6 -p1 -b .size +#%patch7 -p1 -b .read %patch9 -p1 -b .misc1 +%patch10 -p1 -b .gcc4 %build CFLAGS="$RPM_OPT_FLAGS" %configure \ @@ -135,14 +135,16 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) +%{_libdir}/pkgconfig/* %{_libdir}/*.a %{_libdir}/*.so %{_includedir}/* %{_datadir}/aclocal/*.m4 %changelog -* Mon Mar 07 2005 Than Ngo 1:0.11.8-11 -- rebuilt +* Sun Mar 13 2005 Than Ngo 0.12.0-0.pre2.0 +- 0.12.0-pre2 +- fix build gcc 4 problem * Mon Jan 24 2005 Than Ngo 0.11.8-10 - Add patch to cleanup bad code #146001 diff --git a/sources b/sources index fbce3c8..b2ae864 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -586f84add601e8b86da3093ab784e997 pilot-link-0.11.8.tar.bz2 +20f3cd21e9b2c216f2097cb6bdca19b3 pilot-link-0.12.0-pre2.tar.gz