Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 90b38ec13ebc1dab3142b7332feced7a > files > 2

cscope-15.5-3mdk.src.rpm

%define name    cscope
%define version 15.5
%define release 3mdk
%define Summary C source file browser

Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License: BSD
Group: Development/Other
Source: %name-%version.tar.bz2
Patch0: cscope_prog_info.patch.bz2
URL: http://cscope.sourceforge.net/
Buildroot: %{_tmppath}/%{name}--buildroot

%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
%patch0

%build

%configure

%make

%install
rm -rf %buildroot

%makeinstall

%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 Feb 02 2005 Nick Brown <nickbrown@mandrake.org> 15.5-3mdk
- show progress in verbose mode. Fixes kscope.

* Tue Dec 07 2004 Lenny Cartier <lenny@mandrakesoft.com> 15.5-2mdk
- rebuild

* Tue Nov 18 2003 lenny Cartier <lenny@mandrakesoft.com> 15.5-1mdk
- from Nick Brown <nicbrown@cisco.com> :
	- First Mandrake package release