- version 1.1.1
authorewt <devnull@localhost>
Thu, 9 Apr 1998 13:55:29 +0000 (13:55 +0000)
committerewt <devnull@localhost>
Thu, 9 Apr 1998 13:55:29 +0000 (13:55 +0000)
- spec file needs to ./configure

CVS patchset: 2081
CVS date: 1998/04/09 13:55:29

popt/popt.spec

index 7175dc4..2805b95 100644 (file)
@@ -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 <ewt@redhat.com>
+
+- added ./configure step to spec file
+
 %prep
 %setup
+./configure --prefix=/usr
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS"