rpms/gengetopt/devel .cvsignore, 1.3, 1.4 gengetopt.spec, 1.2, 1.3 sources, 1.3, 1.4 gengetopt-2.19.1-from-debian.patch, 1.1, NONE gengetopt-2.19.1-man.patch, 1.1, NONE gengetopt-2.20-from-debian.patch, 1.1, NONE

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Tue Aug 7 02:55:38 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/gengetopt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8042

Modified Files:
	.cvsignore gengetopt.spec sources 
Removed Files:
	gengetopt-2.19.1-from-debian.patch gengetopt-2.19.1-man.patch 
	gengetopt-2.20-from-debian.patch 
Log Message:
Updated to 2.21-1 in devel.

 Modified Files:
 	.cvsignore gengetopt.spec sources 
 Removed Files:
 	gengetopt-2.19.1-from-debian.patch gengetopt-2.19.1-man.patch 
 	gengetopt-2.20-from-debian.patch 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gengetopt/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Jul 2007 22:07:27 -0000	1.3
+++ .cvsignore	7 Aug 2007 02:55:06 -0000	1.4
@@ -1 +1 @@
-gengetopt-2.20.tar.gz
+gengetopt-2.21.tar.gz


Index: gengetopt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gengetopt/devel/gengetopt.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gengetopt.spec	6 Jul 2007 21:54:38 -0000	1.2
+++ gengetopt.spec	7 Aug 2007 02:55:06 -0000	1.3
@@ -1,14 +1,12 @@
 Summary: Tool to write command line option parsing code for C programs
 Name: gengetopt
-Version: 2.20
+Version: 2.21
 Release: 1%{dist}
-License: GPL
+License: GPLv3+
 Group: Development/Tools
 URL: http://www.gnu.org/software/gengetopt/
 Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 
-Patch0: %{name}-%{version}-from-debian.patch
-
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(post): /sbin/install-info
@@ -25,13 +23,10 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
-
-# Disabling parallel make to prevent failure with -j2.
-make
+make %{?_smp_mflags}
 
 %check
 make check
@@ -40,7 +35,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 # To retain timestamps on files installed without any modification.
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
+make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
 
@@ -49,9 +44,6 @@
 mv $RPM_BUILD_ROOT%{_docdir}/%{name}/examples .
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
-# README.example
-mv ./doc/README.example ./examples
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,7 +52,8 @@
 
 %preun
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir >/dev/null 2>&1 || :
+  /sbin/install-info --delete %{_infodir}/%{name}.info.gz \
+    %{_infodir}/dir >/dev/null 2>&1 || :
 fi
 
 %files
@@ -76,6 +69,12 @@
 %{_datadir}/%{name}/gnugetopt.h
 
 %changelog
+* Sat Aug 04 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.21-1
+- Version bump to 2.21. Closes Red Hat Bugzilla bug #250817.
+- License changed to GPLv3 or later.
+- Parallel build problems fixed by upstream.
+- README.example added by upstream.
+
 * Mon Jun 12 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.20-1
 - Version bump to 2.20.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gengetopt/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Jul 2007 22:07:27 -0000	1.3
+++ sources	7 Aug 2007 02:55:06 -0000	1.4
@@ -1 +1 @@
-b2ee3889acd24c84bcc74d84affaebf3  gengetopt-2.20.tar.gz
+f44cc7507a3c069a0374e371efcc69ab  gengetopt-2.21.tar.gz


--- gengetopt-2.19.1-from-debian.patch DELETED ---


--- gengetopt-2.19.1-man.patch DELETED ---


--- gengetopt-2.20-from-debian.patch DELETED ---




More information about the fedora-extras-commits mailing list