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 310784 Details for
Bug 453759
ocaml-cil-cilly 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 relocate perl modules to standard perl vendor library directory
ocaml-cil-parl.patch (text/plain), 1.71 KB, created by
Paul Howarth
on 2008-07-02 12:54:21 UTC
(
hide
)
Description:
Patch to add perl(:MODULE_COMPAT...) dependency and relocate perl modules to standard perl vendor library directory
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2008-07-02 12:54:21 UTC
Size:
1.71 KB
patch
obsolete
>Index: ocaml-cil.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/ocaml-cil/F-9/ocaml-cil.spec,v >retrieving revision 1.1 >diff -u -r1.1 ocaml-cil.spec >--- ocaml-cil.spec 1 Mar 2008 12:31:25 -0000 1.1 >+++ ocaml-cil.spec 2 Jul 2008 12:35:56 -0000 >@@ -73,8 +73,8 @@ > Summary: Support programs for %{name} > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} >-Requires: perl >= 5.8 > Provides: perl(CilConfig) = %{version} >+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > > > %description cilly >@@ -122,15 +122,12 @@ > # This sets $archos to something like 'x86_LINUX': > archos=`ls obj` > >-# This sets $privlib to something like '/usr/lib/perl5/5.8.8': >-eval `perl -V:privlib` >- > export DESTDIR=$RPM_BUILD_ROOT > export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml > > # CIL's make install rule is totally borked. >-mkdir -p $DESTDIR$privlib >-install -m 0644 lib/*.pm bin/CilConfig.pm $DESTDIR$privlib >+mkdir -p $DESTDIR%{perl_vendorlib} >+install -m 0644 lib/*.pm bin/CilConfig.pm $DESTDIR%{perl_vendorlib} > mkdir -p $OCAMLFIND_DESTDIR > ocamlfind install cil META obj/$archos/*.{ml,mli,cmi,cmo,cmx,cma,cmxa,o,a} > >@@ -169,16 +166,17 @@ > > > %files doc >+%defattr(-,root,root,-) > %doc README LICENSE doc/* > > %files cilly > %defattr(-,root,root,-) > %doc README LICENSE >-/usr/lib/perl5/*/CilConfig.pm >-/usr/lib/perl5/*/Cilly.pm >-/usr/lib/perl5/*/KeptFile.pm >-/usr/lib/perl5/*/OutputFile.pm >-/usr/lib/perl5/*/TempFile.pm >+%{perl_vendorlib}/CilConfig.pm >+%{perl_vendorlib}/Cilly.pm >+%{perl_vendorlib}/KeptFile.pm >+%{perl_vendorlib}/OutputFile.pm >+%{perl_vendorlib}/TempFile.pm > %{_bindir}/cilly > %{_libexecdir}/cil >
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 453759
: 310784