- fixed build of perl bindings

This commit is contained in:
Tomáš Mráz 2008-06-25 16:21:20 +00:00
parent 26e84b5d2d
commit 0e4ff70817
1 changed files with 6 additions and 3 deletions

View File

@ -66,7 +66,8 @@ Perl bindings for libprelude.
%build
%configure --disable-static \
--with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html
--with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html \
--with-perl-installdirs=vendor
# removing rpath
sed -i.rpath -e 's|LD_RUN_PATH=""||' bindings/Makefile.in
@ -79,7 +80,6 @@ mkdir -p %{buildroot}%{perl_vendorarch}
make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p"
cp -p AUTHORS ChangeLog README NEWS COPYING LICENSE.README HACKING.README \
%{buildroot}%{_defaultdocdir}/%{name}-%{version}
mv %{buildroot}%{perl_sitearch}/* %{buildroot}%{perl_vendorarch}
rm -f %{buildroot}/%{_libdir}/libprelude.la
rm -f %{buildroot}%{python_sitelib}/auto/.packlist
rm -f %{buildroot}%{python_sitelib}/auto/Prelude.bs
@ -125,7 +125,10 @@ rm -rf %{buildroot}
%changelog
* Tue Jun 24 2008 Steve Grubb <sgrubb@redhat.com> 0.9.17.1-2
* Wed Jun 25 2008 Tomas Mraz <tmraz@redhat.com> - 0.9.17.1-2
- fixed build of perl bindings
* Tue Jun 24 2008 Steve Grubb <sgrubb@redhat.com>
- rebuild for new gnutls
* Fri May 02 2008 Steve Grubb <sgrubb@redhat.com> 0.9.17.1-1