Ticket #51 (closed task: fixed)

Opened 1 year ago

Last modified 2 weeks ago

(222) Write spec file descriptions for RPMs

Reported by: cdietric Assigned to: bhilburn
Priority: major Milestone:
Component: tools Version:
Keywords: Cc:

Change History

08/13/07 16:31:15 changed by cdietric

  • owner changed from cdietric to bhilburn.

12/05/07 06:59:41 changed by balister

I've created a directory in svn for storing packaging information. The get the rpm specfiles use:

svn co https://ossie.wireless.vt.edu/repos/ossie/packaging/rpms SPECS

Feel free to add directories containing packaging information for other distros.

07/11/08 13:06:33 changed by bhilburn

Okay, I've organized the rpm directory and added all of the RPM specs, which are now non-experimental. You can view them here: source:/packaging/rpms

We need better spec file descriptions for the following pieces/components: Standard Interfaces SigProc? NodeBooter? wavLoader Custom Interfaces GPP domain dtd default GPP node TxDemo? RxDemo? ChannelDemo? ossie_demo waveform

Remember that these descriptions should only be a couple of sentences. Short and sweet!

(follow-up: ↓ 5 ) 07/11/08 13:07:55 changed by bhilburn

  • status changed from new to assigned.

Argh - last list didn't work... here is another try:

Standard Interfaces 
SigProc 
NodeBooter 
wavLoader 
Custom Interfaces 
GPP 
domain 
dtd 
default 
GPP 
node 
TxDemo 
RxDemo 
ChannelDemo 
ossie_demo 
waveform

(in reply to: ↑ 4 ) 07/15/08 15:27:29 changed by mcarrick

Here's a few I've defined:

NodeBooter?: A tool which starts nodes and registers devices with the naming service.

wavLoader: A text-based tool which allows waveforms to be installed and run.

SigProc?: A library containing signal processing algorithms required by OSSIE.

GPP: The General Purpose Processor device. This device allows components to be deployed to the local GPP.

default_GPP_node: A default node which contains the GPP device.

TxDemo?: A demonstration component which transmits QPSK symbols.

RxDemo?: A demonstration component which receives QPSK symbols from TxDemo?.

ChannelDemo?: A demonstration component which models a AWGN channel.

ossie_demo: A demonstration waveform to show OSSIE's functionality. Sends and recieves QPSK symbols over a AWGN channel.

The others that still need definitions:
Standard Interfaces
domain
dtd
Custom Interfaces
waveform

What is being installed with 'waveform'?

07/17/08 15:58:33 changed by bhilburn

Whoops... ignore the 'waveform' listing. Not really sure where that came from...

Thanks for the descriptions!!

07/28/08 12:37:18 changed by mcarrick

  • milestone changed from Improved Installation to 0.7.0.

07/28/08 14:03:16 changed by mcarrick

dtd: The DTD (Document Type Definition) defines the building blocks of an XML document, including the structure and a list of elements and attributes.

Standard Interfaces: Standard Interfaces provides a default set of interfaces to be used by OSSIE components and devices.

Custom Interfaces: Custom Interfaces provides interfaces that can be used by OSSIE components and devices as an alternative to standard interfaces.

domain: The set of XML profiles that describe hardware devices and software components.

07/30/08 15:40:41 changed by bhilburn

  • status changed from assigned to closed.
  • resolution set to fixed.

These descriptions have been integrated into the spec files as of [8111].

Thanks for your help, Matt!

09/21/08 13:36:21 changed by

  • milestone deleted.

Milestone 0.7.0 deleted