Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310912 Details for
Bug 453935
libpreludedb-perl not built for perl 5.10.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add perl(:MODULE_COMPAT...) dependency and fix most rpmlint complaints
libpreludedb-cleanup.patch (text/plain), 3.05 KB, created by
Paul Howarth
on 2008-07-03 11:35:25 UTC
(
hide
)
Description:
Patch to add perl(:MODULE_COMPAT...) dependency and fix most rpmlint complaints
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2008-07-03 11:35:25 UTC
Size:
3.05 KB
patch
obsolete
>Index: libpreludedb.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/libpreludedb/F-9/libpreludedb.spec,v >retrieving revision 1.12 >diff -u -r1.12 libpreludedb.spec >--- libpreludedb.spec 20 Feb 2008 05:54:26 -0000 1.12 >+++ libpreludedb.spec 3 Jul 2008 11:28:25 -0000 >@@ -1,4 +1,3 @@ >-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} > > Name: libpreludedb >@@ -6,7 +5,7 @@ > Release: 2%{?dist} > Summary: Provide the framework for easy access to the Prelude database > Group: System Environment/Libraries >-License: GPL >+License: GPLv2 > URL: http://prelude-ids.org/ > Source0: http://prelude-ids.org/download/releases/%{name}-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >@@ -69,6 +68,7 @@ > Summary: Perl bindings for libpreludedb > Group: System Environment/Libraries > Requires: libpreludedb = %{version}-%{release} >+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > > %description perl > Perl bindings for libpreludedb. >@@ -81,10 +81,12 @@ > > %build > %configure --with-html-dir=%{_defaultdocdir}/%{name}-%{version}/html \ >+ --with-perl-installdirs=vendor \ > --disable-static > > # removing rpath > sed -i.rpath -e 's|LD_RUN_PATH=""||' bindings/Makefile >+sed -i.rpath -e 's|^sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="%{_lib} %{_libdir}|' libtool > > make > >@@ -92,19 +94,17 @@ > %install > rm -rf %{buildroot} > mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} >-mkdir -p %{buildroot}%{perl_vendorarch} > make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p" > cp -p ChangeLog README NEWS COPYING LICENSE.README HACKING.README \ >-%{buildroot}%{_defaultdocdir}/%{name}-%{version} >-mv %{buildroot}%{perl_sitearch}/* %{buildroot}%{perl_vendorarch} >-rm -f %{buildroot}/%{perl_archlib}/perllocal.pod >+ %{buildroot}%{_defaultdocdir}/%{name}-%{version} >+chmod 755 %{buildroot}%{python_sitearch}/_preludedb.so >+find %{buildroot} -type f \( -name .packlist -o -name perllocal.pod \) -exec rm -f {} ';' >+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' > rm -f %{buildroot}/%{_libdir}/%{name}.la > rm -f %{buildroot}/%{_libdir}/%{name}/plugins/formats/classic.la > rm -f %{buildroot}/%{_libdir}/%{name}/plugins/sql/mysql.la > rm -f %{buildroot}/%{_libdir}/%{name}/plugins/sql/pgsql.la > rm -f %{buildroot}/%{_libdir}/%{name}/plugins/sql/sqlite3.la >-rm -f %{buildroot}/%{perl_vendorarch}/auto/PreludeDB/.packlist >-rm -f %{buildroot}/%{perl_vendorarch}/auto/PreludeDB/PreludeDB.bs > > %clean > rm -rf %{buildroot} >@@ -138,11 +138,12 @@ > %doc %{_defaultdocdir}/%{name}-%{version}/html/ > > %files python >+%defattr(-,root,root) > %{python_sitearch}/* > > %files perl > %defattr(0755,root,root) >-%{perl_vendorarch}/auto/* >+%{perl_vendorarch}/auto/PreludeDB/ > %attr(0644,root,root) %{perl_vendorarch}/PreludeDB.pm > > %files mysql
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 453935
: 310912