- fix install of perl bindings
This commit is contained in:
parent
12b8487be4
commit
ca86c3da7d
@ -81,6 +81,7 @@ Perl bindings for libpreludedb.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html \
|
%configure --with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html \
|
||||||
|
--with-perl-installdirs=vendor \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
# removing rpath
|
# removing rpath
|
||||||
@ -96,7 +97,6 @@ mkdir -p %{buildroot}%{perl_vendorarch}
|
|||||||
make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p"
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p"
|
||||||
cp -p ChangeLog README NEWS COPYING LICENSE.README HACKING.README \
|
cp -p ChangeLog README NEWS COPYING LICENSE.README HACKING.README \
|
||||||
%{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
%{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
||||||
mv %{buildroot}%{perl_sitearch}/* %{buildroot}%{perl_vendorarch}
|
|
||||||
rm -f %{buildroot}/%{perl_archlib}/perllocal.pod
|
rm -f %{buildroot}/%{perl_archlib}/perllocal.pod
|
||||||
rm -f %{buildroot}/%{_libdir}/%{name}.la
|
rm -f %{buildroot}/%{_libdir}/%{name}.la
|
||||||
rm -f %{buildroot}/%{_libdir}/%{name}/plugins/formats/classic.la
|
rm -f %{buildroot}/%{_libdir}/%{name}/plugins/formats/classic.la
|
||||||
@ -165,6 +165,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 25 2008 Tomas Mraz <tmraz@redhat.com> - 0.9.14.1-3
|
* Wed Jun 25 2008 Tomas Mraz <tmraz@redhat.com> - 0.9.14.1-3
|
||||||
- rebuild with new gnutls
|
- rebuild with new gnutls
|
||||||
|
- fix install of perl bindings
|
||||||
|
|
||||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.14.1-2
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.14.1-2
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
Loading…
Reference in New Issue
Block a user