SPECS: cgdb.spec - added info patch, don't package info/dir

qboosh qboosh at pld-linux.org
Tue Jan 31 21:21:44 CET 2006


Author: qboosh                       Date: Tue Jan 31 20:21:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added info patch, don't package info/dir

---- Files affected:
SPECS:
   cgdb.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/cgdb.spec
diff -u SPECS/cgdb.spec:1.16 SPECS/cgdb.spec:1.17
--- SPECS/cgdb.spec:1.16	Tue Jan 31 19:54:31 2006
+++ SPECS/cgdb.spec	Tue Jan 31 21:21:38 2006
@@ -10,10 +10,12 @@
 # Source0-md5:	61a5c5b6b76de70efd0bf2335b470f99
 Patch0:		%{name}-home_etc.patch
 Patch1:		%{name}-missing_includes.patch
+Patch2:		%{name}-info.patch
 URL:		http://cgdb.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	readline-devel >= 5.1
+BuildRequires:	texinfo
 Requires:	gdb
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,6 +40,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 find . -type f -name Makefile.am -exec %{__sed} -i 's at AM_CFLAGS = -g @AM_CFLAGS = @' '{}' ';'
 
@@ -72,7 +75,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_infodir}/*
+%{_infodir}/*.info*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -80,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2006/01/31 20:21:38  qboosh
+- added info patch, don't package info/dir
+
 Revision 1.16  2006/01/31 18:54:31  twittner
 - rm spaces
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cgdb.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list