[svn] r6277 - trunk/rpms/popt

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Apr 21 13:21:11 CEST 2008


Author: dries
Date: 2008-04-21 12:21:10 +0100 (Mon, 21 Apr 2008)
New Revision: 6277

Added:
   trunk/rpms/popt/popt-1.14.spec
Log:
new popt version

Added: trunk/rpms/popt/popt-1.14.spec
===================================================================
--- trunk/rpms/popt/popt-1.14.spec	                        (rev 0)
+++ trunk/rpms/popt/popt-1.14.spec	2008-04-21 11:21:10 UTC (rev 6277)
@@ -0,0 +1,70 @@
+# $Id$
+# Authority: dries
+
+# Tag: test
+
+Summary: A C library for parsing command line parameters.
+Name: popt
+Version: 1.14
+Release: 1
+License: X Consortium
+Group: System Environment/Libraries
+Source: http://rpm5.org/files/popt/%{name}-%{version}.tar.gz
+BuildRequires: gettext
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+Popt is a C library for parsing command line parameters. Popt was
+heavily influenced by the getopt() and getopt_long() functions, but it
+improves on them by allowing more powerful argument expansion. Popt
+can parse arbitrary argv[] style arrays and automatically set
+variables based on command line arguments. Popt 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.
+
+%prep
+%setup -q
+
+%build
+%configure
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+%find_lang popt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f popt.lang
+%defattr(-,root,root)
+%{_libdir}/libpopt.*
+%{_includedir}/popt.h
+%{_mandir}/man3/popt.3*
+
+%changelog
+* Sun Apr 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.14-1
+- Updated to release 1.14.
+
+* Tue Feb  5 2008 Dries Verachtert <dries at ulyssis.org> - 1.13-1
+- Updated to release 1.13.
+
+* Tue Jul 10 2007 Jeff Johnson <jbj at rpm5.org>
+- release popt-1.12 through rpm5.org.
+
+* Sat Jun  9 2007 Jeff Johnson <jbj at rpm5.org>
+- release popt-1.11 through rpm5.org.
+
+* Thu Dec 10 1998 Michael Johnson <johnsonm at redhat.com>
+- released 1.2.2; see CHANGES
+
+* Tue Nov 17 1998 Michael K. Johnson <johnsonm at redhat.com>
+- added man page to default install
+
+* Thu Oct 22 1998 Erik Troan <ewt at redhat.com>
+- see CHANGES file for 1.2
+
+* Thu Apr 09 1998 Erik Troan <ewt at redhat.com>
+- added ./configure step to spec file



More information about the svn-commits mailing list