From d1403fe120b8cda1ae6511575b5a5fc44371b65b Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 9 Apr 1998 13:55:29 +0000 Subject: [PATCH] - version 1.1.1 - spec file needs to ./configure CVS patchset: 2081 CVS date: 1998/04/09 13:55:29 --- popt/popt.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/popt/popt.spec b/popt/popt.spec index 7175dc4..2805b95 100644 --- a/popt/popt.spec +++ b/popt/popt.spec @@ -1,6 +1,6 @@ Summary: C library for parsing command line parameters Name: popt -%define version 1.1 +%define version 1.1.1 Version: %{version} Release: 1 Copyright: LGPL @@ -17,8 +17,15 @@ It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. +%changelog + +* Thu Apr 09 1998 Erik Troan + +- added ./configure step to spec file + %prep %setup +./configure --prefix=/usr %build make CFLAGS="$RPM_OPT_FLAGS" -- 2.7.4