Page MenuHome GnuPG

gpa does not build using rpmbuild due to invalid spec file
Closed, ResolvedPublic

Description

Environment

i686, Red Hat Linux 7.3

Description

gpa-0.7.0 (presumedly also gpa-0.6.0) cannot be build using rpmbuild due to an invalid version number in gpa.spec file

How To Repeat

  1. cp gpa-0.7.0.tar.gz /usr/src/redhat/SOURCES/
  2. rpmbuild -tb /usr/src/redhat/SOURCES/gpa-0.7.0.tar.gz

Fix

patch:

  • gpa.spec.orig Sun Aug 15 16:20:21 2004 +++ gpa.spec Sun Aug 15 16:22:06 2004 @@ -1,4 +1,4 @@ %define name gpa -%define version 0.4.3 +%define version 0.7.0

    Summary: Graphical user interface for the GnuPG.

Event Timeline

Just fixed in CVS. Thanks for the report.