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 153752 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]
Patches .spec file to installed shared libraries and adds a -devel package for includes
spec.patch (text/plain), 1.97 KB, created by
Eric Hopper
on 2007-04-30 00:59:13 UTC
(
hide
)
Description:
Patches .spec file to installed shared libraries and adds a -devel package for includes
Filename:
MIME Type:
Creator:
Eric Hopper
Created:
2007-04-30 00:59:13 UTC
Size:
1.97 KB
patch
obsolete
>--- SPECS/blt.spec 2006-08-28 02:52:50.000000000 -0700 >+++ SPECS/blt.spec 2007-04-29 17:50:54.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} >+Release: 15%{?dist} > > License: MIT > Group: Development/Libraries >@@ -22,6 +22,15 @@ > Note: this version is stubs enabled and therefore should be compatible > with Tcl/Tk versions after and including 8.3.1. > >+%package devel >+Summary: Header files for C programs that use the Tcl/TK BLT widget extensions >+Group: Development/Libraries >+Requires: %{name} = %{version} >+ >+%description devel >+The header files needed for C programs that instantiate BLT widgets from C >+instead of going through Tcl/TK. >+ > %prep > %setup -q -n %{name}%{version}z > %patch0 -p1 >@@ -36,8 +45,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 +59,18 @@ > %files > %defattr(-,root,root,0755) > %doc README INSTALL PROBLEMS html/ >-%{_libdir}/%{name}%{version}/ >+%{_libdir}/lib* >+%{_libdir}/%{name}%{version} >+ >+%files devel >+%{_includedir}/*.h > > %changelog > >+* 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