summaryrefslogtreecommitdiff
path: root/popt/popt.spec
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-04-09 13:55:29 +0000
committerewt <devnull@localhost>1998-04-09 13:55:29 +0000
commitd1403fe120b8cda1ae6511575b5a5fc44371b65b (patch)
treeda99f6189bbf9d0180f50b8f80611b4deef93769 /popt/popt.spec
parent2a02725d9e46d014c5961ffa98c5f7cd4051cfff (diff)
downloadlibrpm-tizen-d1403fe120b8cda1ae6511575b5a5fc44371b65b.tar.gz
librpm-tizen-d1403fe120b8cda1ae6511575b5a5fc44371b65b.tar.bz2
librpm-tizen-d1403fe120b8cda1ae6511575b5a5fc44371b65b.zip
- version 1.1.1
- spec file needs to ./configure CVS patchset: 2081 CVS date: 1998/04/09 13:55:29
Diffstat (limited to 'popt/popt.spec')
-rw-r--r--popt/popt.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/popt/popt.spec b/popt/popt.spec
index 7175dc40c..2805b95c2 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 <ewt@redhat.com>
+
+- added ./configure step to spec file
+
%prep
%setup
+./configure --prefix=/usr
%build
make CFLAGS="$RPM_OPT_FLAGS"