pilot-link-0.12.0-pre3
This commit is contained in:
parent
2561ada71f
commit
7fa734eaf9
@ -1,2 +1,3 @@
|
||||
pilot-link-0.11.8.tar.bz2
|
||||
pilot-link-0.12.0-pre2.tar.gz
|
||||
pilot-link-0.12.0-pre3.tar.bz2
|
||||
|
@ -4,8 +4,8 @@
|
||||
Summary: File transfer utilities between Linux and PalmPilots.
|
||||
Name: pilot-link
|
||||
Version: 0.12.0
|
||||
Release: 0.pre2.0
|
||||
Source: pilot-link-%{version}-pre2.tar.gz
|
||||
Release: 0.pre3.0
|
||||
Source: pilot-link-%{version}-pre3.tar.bz2
|
||||
Url: http://www.pilot-link.org/
|
||||
Patch1: pilot-link-0.11.0-perlmd5.patch
|
||||
Patch2: pilot-link-0.11.0-perlpollute.patch
|
||||
@ -14,7 +14,7 @@ Patch5: pilot-link-0.11.8-misc.patch
|
||||
Patch6: pilot-link-0.11.8-size.patch
|
||||
Patch7: pilot-link-0.11.8-readfile.patch
|
||||
Patch9: pilot-link-0.11.8-misc1.patch
|
||||
Patch10: pilot-link-0.12.0-pre2-gcc4.patch
|
||||
Patch10: pilot-link-0.12.0-pre3-lib64.patch
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/Communications
|
||||
@ -58,7 +58,7 @@ If you want to develop PalmPilot synchronizing applications, you'll
|
||||
need to install pilot-link-devel.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-pre2
|
||||
%setup -q -n %{name}-%{version}-pre3
|
||||
%if %{support_perl}
|
||||
%patch1 -p1 -b .perlmd5
|
||||
%patch2 -p1 -b .perlpollute
|
||||
@ -68,7 +68,7 @@ need to install pilot-link-devel.
|
||||
#%patch6 -p1 -b .size
|
||||
#%patch7 -p1 -b .read
|
||||
%patch9 -p1 -b .misc1
|
||||
%patch10 -p1 -b .gcc4
|
||||
%patch10 -p1 -b .lib64
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" %configure \
|
||||
@ -142,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Wed Jun 08 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre3.0
|
||||
- 0.12.0-pre3
|
||||
|
||||
* Sun Mar 13 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre2.0
|
||||
- 0.12.0-pre2
|
||||
- fix build gcc 4 problem
|
||||
|
Loading…
Reference in New Issue
Block a user