This commit is contained in:
Jan Görig 2010-01-05 13:22:16 +00:00
parent 874194672a
commit 450d393e81

View File

@ -2,7 +2,7 @@
Name: pilot-link
Version: 0.12.4
Release: 6%{?dist}
Release: 7%{?dist}
Epoch: 2
# libpisock/md5.c, include/pi-md5, .. have Public Domain license
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL and Public Domain
@ -85,7 +85,7 @@ iconv -f windows-1252 -t UTF8 NEWS > NEWS.aux
mv NEWS.aux NEWS
%build
autoreconf -is
autoreconf -isf
CFLAGS="%{optflags}" %configure \
--with-python=no \
--with-itcl=no \
@ -121,7 +121,7 @@ cd ../..
find %{buildroot}%{_libdir}/perl5/ -type f -name '.packlist' -exec rm -f {} \;
find %{buildroot}%{_libdir}/perl5/ -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot}%{_libdir}/perl5/ -type f -name '*.so' -exec chmod 0755 {} \;
rm -f %{buildroot}%{_libdir}/perl5/*/*/perllocal.pod
rm -f %{buildroot}%{_libdir}/perl5/perllocal.pod
rm -f %{buildroot}%{_libdir}/perl5/*/*/*/PDA/dump.pl
# remove files we don't want to include
@ -186,6 +186,9 @@ rm -rf %{buildroot}
%changelog
* Tue Jan 5 2010 Jan Gorig <jgorig@redhat.com> 2:0.12.4-7
- fix build (#551970)
* Fri Dec 18 2009 Ivana Hutarova Varekova <varekova@redhat.com> 2:0.12.4-6
- fix source tag, add Public Domain license