Ticket #235 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

fahmon.spec needs update for Fedora/RHEL

Reported by: error Assigned to: uncle_fungus
Priority: minor Milestone: 2.4.0
Component: Other Keywords:
Cc:

Description

Trying to build RPMs for Fedora 10+ or RHEL 5.4 using the included fahmon.spec fails for several issues:

First the spec file depends on wxGTK2.8 and wxGTK2.8-devel packages. The correct names for these are wxGTK and wxGTK-devel (which are version 2.8).

Second, the spec file tries to package a nonexistent file doc/help.pdf . This seems to be instead doc/help/User_Guide.pdf .

Third, several files are built but not specified to go into the package: libwxcurl.{a,la,so,so.1,so.1.0.0}

The attached patch fixes fahmon.spec to build correctly.

Attachments

fahmon.spec.diff (0.7 kB) - added by error on 11/28/09 18:20:36.

Change History

11/28/09 18:20:36 changed by error

  • attachment fahmon.spec.diff added.

10/08/10 11:01:24 changed by uncle_fungus

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 2.4.0.

Thanks, fixed in r546