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 146349 Details for
Bug 224050
RFE: define octave(api) in spec
[?]
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 octave(api)
octave-api.patch (text/plain), 1.02 KB, created by
Orion Poplawski
on 2007-01-23 20:26:28 UTC
(
hide
)
Description:
Patch to add octave(api)
Filename:
MIME Type:
Creator:
Orion Poplawski
Created:
2007-01-23 20:26:28 UTC
Size:
1.02 KB
patch
obsolete
>? octave-2.9.9 >? octave-api.patch >Index: octave.spec >=================================================================== >RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v >retrieving revision 1.49 >diff -u -r1.49 octave.spec >--- octave.spec 23 Dec 2006 17:21:50 -0000 1.49 >+++ octave.spec 23 Jan 2007 20:23:30 -0000 >@@ -1,3 +1,6 @@ >+# From src/version.h:#define OCTAVE_API_VERSION >+%define octave_api api-v22 >+ > Name: octave > Version: 2.9.9 > Release: 2%{?dist} >@@ -18,6 +21,7 @@ > BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript > BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+Provides: octave(api) = %{octave_api} > > > %description >@@ -49,6 +53,12 @@ > > %prep > %setup -q >+# Check that octave_api is set correctly >+if ! grep -q '^#define OCTAVE_API_VERSION "%{octave_api}"' src/version.h >+then >+ echo "octave_api variable in spec does not match src/version.h" >+ exit 1 >+fi > > > %build
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 224050
: 146349