%define name cscope %define version 15.7a %define release %mkrel 2 %define Summary C source file browser Summary: %Summary Name: %name Version: %version Release: %release License: BSD Group: Development/Other Source: http://downloads.sourceforge.net/cscope/%name-%version.tar.bz2 Patch0: cscope_prog_info.patch URL: http://cscope.sourceforge.net/ Buildroot: %{_tmppath}/%{name}--buildroot BuildRequires: ncurses-devel BuildRequires: bison flex %description cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. %prep %setup -q %patch0 %build %configure2_5x %make %install rm -rf %buildroot %makeinstall_std %clean rm -rf %buildroot %files %defattr(-,root,root) %defattr(0755,root,root,0755) %{_bindir}/cscope %{_bindir}/ocs %defattr(0644,root,root,0755) %doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL %{_mandir}/man1/cscope.1* %changelog * Wed Apr 27 2011 Herbert Poetzl 15.7a-2 - Initial Mageia RPM release * Wed May 06 2009 Funda Wang 15.7a-1mdv2010.0 + Revision: 372616 - New version 15.7a * Thu Mar 19 2009 Funda Wang 15.7-1mdv2009.1 + Revision: 357627 - BR flex - BR bison - New version 15.7 * Wed Jul 23 2008 Thierry Vignaud 15.6-3mdv2009.0 + Revision: 243798 - rebuild * Fri Dec 21 2007 Olivier Blin 15.6-1mdv2008.1 + Revision: 136347 - restore BuildRoot + Thierry Vignaud - kill re-definition of %%buildroot on Pixel's request * Tue Dec 12 2006 Nicholas Brown 15.6-1mdv2007.0 + Revision: 96024 - Add buildrequires - New Release - Import cscope * Thu Jun 22 2006 Nick Brown 15.5-4mdv2007.0 - use %%mkrel * Wed Feb 02 2005 Nick Brown 15.5-3mdk - show progress in verbose mode. Fixes kscope. * Tue Dec 07 2004 Lenny Cartier 15.5-2mdk - rebuild