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
- cp gpa-0.7.0.tar.gz /usr/src/redhat/SOURCES/
- 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.