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 148984 Details for
Bug 226195
Merge Review: newt
[?]
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]
Suggested specfile patch fixing several issues.
spec.patch (text/plain), 3.64 KB, created by
Jason Tibbitts
on 2007-03-01 02:43:28 UTC
(
hide
)
Description:
Suggested specfile patch fixing several issues.
Filename:
MIME Type:
Creator:
Jason Tibbitts
Created:
2007-03-01 02:43:28 UTC
Size:
3.64 KB
patch
obsolete
>Index: newt.spec >=================================================================== >RCS file: /cvs/dist/rpms/newt/devel/newt.spec,v >retrieving revision 1.45 >diff -u -r1.45 newt.spec >--- newt.spec 31 Jan 2007 14:55:21 -0000 1.45 >+++ newt.spec 1 Mar 2007 02:34:48 -0000 >@@ -1,4 +1,4 @@ >-Summary: A development library for text mode user interfaces. >+Summary: A development library for text mode user interfaces > Name: newt > Version: 0.52.5 > Release: 1%{?dist} >@@ -10,10 +10,17 @@ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > %package devel >-Summary: Newt windowing toolkit development files. >+Summary: Newt windowing toolkit development files > Requires: slang-devel %{name} = %{version} > Group: Development/Libraries > >+# The loader portion of the installer needs to link statically against libnewt, >+# so the static library must be shipped. >+%package static >+Summary: Newt windowing toolkit static library >+Requires: newt-devel = %{version} >+Group: Development/Libraries >+ > %Description > Newt is a programming library for color text mode, widget based user > interfaces. Newt can be used to add stacked windows, entry widgets, >@@ -32,6 +39,10 @@ > Install newt-devel if you want to develop applications which will use > newt. > >+%description static >+The newt-static package contains the static version of the newt library. >+Install it if you need to link statically with libnewt. >+ > %prep > %setup -q > >@@ -46,6 +57,8 @@ > rm -rf $RPM_BUILD_ROOT > make instroot=$RPM_BUILD_ROOT install > >+chmod -x $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/*.py >+ > %find_lang %{name} > > %clean >@@ -67,9 +80,11 @@ > %defattr (-,root,root) > %doc tutorial.sgml peanuts.py popcorn.py > %{_includedir}/newt.h >-%{_libdir}/libnewt.a > %{_libdir}/libnewt.so > >+%files static >+%{_libdir}/libnewt.a >+ > %changelog > * Wed Jan 31 2007 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.5-1 > - provide option to change text of buttons (#126768) >@@ -136,10 +151,10 @@ > * Tue Jan 17 2006 Petr Rockai <prockai@redhat.com> - 0.52.2-4 > - Apply patch by Bill Nottingham (thanks) to improve scrollbar appearance > (BR 174771). >-- Add -%{release} to snack's Provides: line (just in case). >+- Add -%%{release} to snack's Provides: line (just in case). > > * Tue Jan 17 2006 Petr Rockai <prockai@redhat.com> - 0.52.2-3 >-- Provide: snack = %{version} instead of plain "snack", so that >+- Provide: snack = %%{version} instead of plain "snack", so that > we don't block upgrades of custom "snack" packages. This should > not break anything. (Hopefully) fixes BR 171415. > >@@ -255,11 +270,11 @@ > * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.50.35-1 > - build for whatever version of python happens to be installed > >-* Fri Sep 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.50.34-1 >+* Fri Sep 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.50.34-1 > - remove python2 subpackage > - compile package for python 2.2 > >-* Wed Aug 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.50.33-1 >+* Wed Aug 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.50.33-1 > - s/Copyright/License/ > - Add slang-devel to build dependencies (#49542) > >@@ -330,12 +345,12 @@ > * Mon Jan 22 2001 Than Ngo <than@redhat.com> > - don't build newt-python2 sub package. > >-* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com> >+* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com> > - use %%{_tmppath} > - add python2 subpackage, with such support > - fix use of append in snack.py > >-* Fri Sep 08 2000 Trond Eivind Glomsrød <teg@redhat.com> >+* Fri Sep 08 2000 Trond Eivind Glomsrød <teg@redhat.com> > - bytecompile the snack python module > - move the libnewt.so symlink to the devel package > - include popcorn.py and peanuts.py in the devel package,
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 226195
: 148984 |
157617