rpms/autoconf213/devel autoconf213-info.patch, NONE, 1.1 autoconf213.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 15 10:58:22 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/autoconf213/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9810

Modified Files:
	autoconf213.spec 
Added Files:
	autoconf213-info.patch 
Log Message:
- add autoconf213 info entry
- add disttag


autoconf213-info.patch:
 Makefile.in   |   18 +++++++++---------
 autoconf.texi |    7 ++++---
 2 files changed, 13 insertions(+), 12 deletions(-)

--- NEW FILE autoconf213-info.patch ---
--- autoconf-2.13/autoconf.texi.version	2007-02-15 11:33:42.000000000 +0100
+++ autoconf-2.13/autoconf.texi	2007-02-15 11:33:42.000000000 +0100
@@ -1,7 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 @c %**start of header
- at setfilename autoconf.info
- at settitle Autoconf
+ at setfilename autoconf213.info
+ at settitle Autoconf-2.13
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c %**end of header
@@ -17,7 +17,8 @@
 @ifinfo
 @format
 START-INFO-DIR-ENTRY
-* Autoconf: (autoconf).         Create source code configuration scripts.
+* Autoconf213: (autoconf213).   Create source code configuration scripts.
+                                This is a legacy version of autoconf.
 END-INFO-DIR-ENTRY
 @end format
 
--- autoconf-2.13/Makefile.in.version	2007-02-15 11:33:42.000000000 +0100
+++ autoconf-2.13/Makefile.in	2007-02-15 11:37:18.000000000 +0100
@@ -68,8 +68,8 @@
 DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \
 	Makefile.in NEWS README TODO $(M4FILES) \
 	acconfig.h acfunctions acheaders acidentifiers \
-	acmakevars acprograms autoconf.info* \
-	autoconf.sh autoconf.texi install.texi \
+	acmakevars acprograms autoconf213.info* \
+	autoconf.sh autoconf213.texi install.texi \
 	autoheader.sh autoscan.pl autoreconf.sh autoupdate.sh ifnames.sh \
 	config.guess config.sub configure configure.in \
 	install-sh mkinstalldirs texinfo.tex \
@@ -106,11 +106,11 @@
 autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
 autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
 
-info: autoconf.info @standards_info@ INSTALL
+info: autoconf213.info @standards_info@ INSTALL
 
 # Use --no-split to avoid creating filenames > 14 chars.
-autoconf.info: autoconf.texi install.texi
-	$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@
+autoconf213.info: autoconf213.texi install.texi
+	$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf213.texi --no-split --output=$@
 
 INSTALL: install.texi
 	$(MAKEINFO) -I$(srcdir) $(srcdir)/install.texi --output=$@ \
@@ -121,8 +121,8 @@
 
 dvi: autoconf.dvi @standards_dvi@
 
-autoconf.dvi: autoconf.texi
-	$(TEXI2DVI) $(srcdir)/autoconf.texi
+autoconf.dvi: autoconf213.texi
+	$(TEXI2DVI) $(srcdir)/autoconf213.texi
 
 standards.dvi: standards.texi make-stds.texi
 	$(TEXI2DVI) $(srcdir)/standards.texi
@@ -159,7 +159,7 @@
 
 # Don't cd, to avoid breaking install-sh references.
 install-info: info installdirs
-	if test -f autoconf.info; then \
+	if test -f autoconf213.info; then \
 	  for i in *.info*; do \
 	    $(INSTALL_DATA) $$i $(DESTDIR)/$(infodir)/$$i; \
 	  done; \
@@ -174,7 +174,7 @@
 	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
 	done
 	rm -fr $(acdatadir)
-	cd $(infodir) && rm -f autoconf.info*
+	cd $(infodir) && rm -f autoconf213.info*
 	if test -f standards.info || test -f $(srcdir)/standards.info; \
 	then cd $(infodir) && rm -f standards.info*; fi
 


Index: autoconf213.spec
===================================================================
RCS file: /cvs/dist/rpms/autoconf213/devel/autoconf213.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- autoconf213.spec	14 Feb 2007 16:33:49 -0000	1.13
+++ autoconf213.spec	15 Feb 2007 10:58:20 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:    A GNU tool for automatically configuring source code
 Name:       autoconf213
 Version:    2.13
-Release:    14
+Release:    15%{?dist}
 License:    GPL
 Group:      Development/Tools
 URL:        http://www.gnu.org/software/autoconf/
@@ -17,6 +17,7 @@
 Patch8:     autoconf-2.13-make-defs-62361.patch
 Patch9:     autoconf-2.13-versioning.patch
 Patch10:    autoconf213-destdir.patch
+Patch11:    autoconf213-info.patch
 Requires:   gawk, m4 >= 1.1, mktemp, perl
 Requires(post):  /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -52,7 +53,9 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1 -b .rh1
+%patch10 -p1
+%patch11 -p1
+mv autoconf.texi autoconf213.texi
 
 %build
 %configure --program-suffix=-%{version}
@@ -63,8 +66,6 @@
 #makeinstall
 make install DESTDIR=$RPM_BUILD_ROOT
 
-mv ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info ${RPM_BUILD_ROOT}%{_infodir}/%{name}.info
-
 # We don't want to include the standards.info stuff in the package,
 # because it comes from binutils...
 rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
@@ -88,6 +89,10 @@
 %doc AUTHORS COPYING NEWS README TODO
 
 %changelog
+* Thu Feb 15 2007 Karsten Hopp <karsten at redhat.com> 2.13-15
+- add autoconf213 info entry 
+- add disttag
+
 * Wed Feb 14 2007 Karsten Hopp <karsten at redhat.com> 2.13-14
 - buildrequire perl for autoscan script
 




More information about the fedora-cvs-commits mailing list