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 153779 Details for
Bug 238293
blt package missing shared libraries and needs a -devel package for headers
[?]
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]
Updated, no -devel and installs the .so and .h files.
spec.patch (text/plain), 1.84 KB, created by
Eric Hopper
on 2007-04-30 10:16:56 UTC
(
hide
)
Description:
Updated, no -devel and installs the .so and .h files.
Filename:
MIME Type:
Creator:
Eric Hopper
Created:
2007-04-30 10:16:56 UTC
Size:
1.84 KB
patch
obsolete
>--- SPECS/blt.spec 2006-08-28 02:52:50.000000000 -0700 >+++ SPECS/blt.spec 2007-04-30 03:11:21.000000000 -0700 >@@ -1,7 +1,7 @@ > Summary: BLT widget extension to Tcl/Tk scripting language development > Name: blt >-Version: 2.4 >-Release: 14.z%{?dist} >+Version: 2.4z >+Release: 16%{?dist} > > License: MIT > Group: Development/Libraries >@@ -23,7 +23,7 @@ > with Tcl/Tk versions after and including 8.3.1. > > %prep >-%setup -q -n %{name}%{version}z >+%setup -q -n %{name}%{version} > %patch0 -p1 > %patch1 -p1 > >@@ -36,8 +36,10 @@ > rm -rf $RPM_BUILD_ROOT > DIRECTORY=$RPM_BUILD_ROOT%{_libdir}/%{name}%{version} > install -d $DIRECTORY >-install -m 755 -p src/shared/libBLT24.so src/shared/libBLTlite24.so $DIRECTORY >+install -d $RPM_BUILD_ROOT%{_includedir} >+install -m 755 -p src/shared/libBLT24.so src/shared/libBLTlite24.so $RPM_BUILD_ROOT%{_libdir} > install -m 644 -p library/*.{pro,tcl,xbm} library/tclIndex $DIRECTORY >+install -m 644 -p src/blt.h src/blt{Hash,Pool,Vector}.h $RPM_BUILD_ROOT%{_includedir} > echo 'package ifneeded BLT 2.4 "if {[llength [info commands tk]] > 0} {load [file join $dir libBLT24.so]} else {load [file join $dir libBLTlite24.so] BLT}"' > $DIRECTORY/pkgIndex.tcl > cp -p -r library/dd_protocols $DIRECTORY > rm -f html/Makefile.vc >@@ -48,10 +50,20 @@ > %files > %defattr(-,root,root,0755) > %doc README INSTALL PROBLEMS html/ >-%{_libdir}/%{name}%{version}/ >+%{_libdir}/lib* >+%{_libdir}/%{name}%{version} >+%{_includedir}/*.h > > %changelog > >+* Mon Apr 30 2007 Eric Hopper <hopper@omnifarious.org> 2.4z-16 >+- Folded -devel package back into main package. >+- Made 'z' part of source version number rather than package version number >+ >+* Sun Apr 29 2007 Eric Hopper <hopper@omnifarious.org> 2.4-15 >+- Added -devel package >+- Made sure shared libraries are installed >+ > * Mon Aug 28 2006 Jean-Luc Fontaine <jfontain@free.fr> 2.4-14.z > - added dist tag > - rebuild for Fedora Extras 6
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 238293
:
153752
|
153779
|
153780