packages: cgdb/cgdb.spec - more verbose files - removed obsolete sed call

qboosh qboosh at pld-linux.org
Sun Feb 20 09:47:19 CET 2011


Author: qboosh                       Date: Sun Feb 20 08:47:19 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more verbose files
- removed obsolete sed call

---- Files affected:
packages/cgdb:
   cgdb.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: packages/cgdb/cgdb.spec
diff -u packages/cgdb/cgdb.spec:1.27 packages/cgdb/cgdb.spec:1.28
--- packages/cgdb/cgdb.spec:1.27	Mon Jan  4 16:07:40 2010
+++ packages/cgdb/cgdb.spec	Sun Feb 20 09:47:14 2011
@@ -4,15 +4,15 @@
 Name:		cgdb
 Version:	0.6.5
 Release:	1
-License:	GPL
+License:	GPL v2
 Group:		Development/Debuggers
-Source0:	http://dl.sourceforge.net/cgdb/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/cgdb/%{name}-%{version}.tar.gz
 # Source0-md5:	f7d054ec74b1431f3f8304195ddd21b4
 Patch0:		%{name}-home_etc.patch
 Patch1:		%{name}-missing_includes.patch
 Patch2:		%{name}-info.patch
 URL:		http://cgdb.sourceforge.net/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.5
 BuildRequires:	automake
 BuildRequires:	readline-devel >= 5.1
 BuildRequires:	texinfo
@@ -42,8 +42,6 @@
 %patch1 -p1
 %patch2 -p1
 
-find . -type f -name Makefile.am -exec %{__sed} -i 's at AM_CFLAGS = -g @AM_CFLAGS = @' '{}' ';'
-
 %build
 CPPFLAGS=' -I/usr/include/ncurses '
 %{__aclocal} -I config
@@ -65,18 +63,18 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun	-p	/sbin/postshell
+%postun	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_infodir}/*.info*
+%attr(755,root,root) %{_bindir}/cgdb
+%{_mandir}/man1/cgdb.1*
+%{_infodir}/cgdb.info*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/cgdb.txt
 
@@ -86,6 +84,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2011/02/20 08:47:14  qboosh
+- more verbose files
+- removed obsolete sed call
+
 Revision 1.27  2010/01/04 15:07:40  adamg
 - updated to 0.6.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cgdb/cgdb.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list