Bug 224603 - js-1.5-6: missing dependency + fix file attr
Summary: js-1.5-6: missing dependency + fix file attr
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: js
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthias Saou
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-26 16:52 UTC by Marius Feraru
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 1.60-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-02-02 12:46:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Marius Feraru 2007-01-26 16:52:16 UTC
Add missing build dependency:

BuildRequires: libtermcap-devel

Fix perl bindings attr:

a) in %install add:
  %{__chmod} 0755 %{buildroot}%{perl_vendorarch}/auto/JS/*.so

b) or, in %files:
  %attr(0755,root,root) %{perl_vendorarch}/auto/JS

Comment 1 Matthias Saou 2007-02-02 12:46:49 UTC
That build requirement needed to be changed, see bug #226773.
The perl file mode also affected the *.pm files (no u+w...), so I fixed them all.


Note You need to log in before you can comment on or make changes to this bug.