From: Jakub Bogusz Date: Tue, 31 Jan 2006 20:21:38 +0000 (+0000) Subject: - added info patch, don't package info/dir X-Git-Tag: auto/th/cgdb-0_6_3-1~3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=d5146b4035bc1c5c277f267ae0edcd21e070538a;p=packages%2Fcgdb.git - added info patch, don't package info/dir Changed files: cgdb.spec -> 1.17 --- diff --git a/cgdb.spec b/cgdb.spec index 373caff..16b8fdc 100644 --- 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*