- 0.12.0-pre2
- fix build gcc 4 problem
This commit is contained in:
parent
a427b91ba4
commit
2561ada71f
@ -1 +1,2 @@
|
||||
pilot-link-0.11.8.tar.bz2
|
||||
pilot-link-0.12.0-pre2.tar.gz
|
||||
|
@ -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 <than@redhat.com> 1:0.11.8-11
|
||||
- rebuilt
|
||||
* Sun Mar 13 2005 Than Ngo <than@redhat.com> 0.12.0-0.pre2.0
|
||||
- 0.12.0-pre2
|
||||
- fix build gcc 4 problem
|
||||
|
||||
* Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.11.8-10
|
||||
- Add patch to cleanup bad code #146001
|
||||
|
Loading…
Reference in New Issue
Block a user