]> git.pld-linux.org Git - packages/cgdb.git/commitdiff
- added info patch, don't package info/dir
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jan 2006 20:21:38 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgdb.spec -> 1.17

cgdb.spec

index 373caff8dd7b0712d9ec9aa0757a373c19a7c23e..16b8fdc4790441dd672caa12b45b7d9d5276b582 100644 (file)
--- a/cgdb.spec
+++ b/cgdb.spec
@@ -9,10 +9,12 @@ Source0:      http://dl.sourceforge.net/cgdb/%{name}-%{version}.tar.gz
 # 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)
 
@@ -37,6 +39,7 @@ powinni czu
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 find . -type f -name Makefile.am -exec %{__sed} -i 's@AM_CFLAGS = -g @AM_CFLAGS = @' '{}' ';'
 
@@ -71,4 +74,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_infodir}/*
+%{_infodir}/*.info*
This page took 0.088485 seconds and 4 git commands to generate.