Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e01dc4aa601a7c45f9efd94f97dd13ae > files > 2

cscope-15.8a-2.mga3.src.rpm

Name:	 cscope
Version: 15.8a
Release: %mkrel 2
License: BSD
Summary: C source file browser
Group:   Development/Other
Source:  http://downloads.sourceforge.net/cscope/%name-%version.tar.gz
Patch0:  cscope_prog_info.patch
URL:     http://cscope.sourceforge.net/
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
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
install contrib/xcscope/xcscope.el %{buildroot}%{_datadir}/emacs/site-lisp/

%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*
%{_datadir}/emacs/site-lisp/xcscope.el






%changelog

* Fri Jan 11 2013 umeabot <umeabot> 15.8a-2.mga3
+ Revision: 348340
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Nov 08 2012 fwang <fwang> 15.8a-1.mga3
+ Revision: 316292
- new version 15.8a

* Fri Sep 09 2011 trem <trem> 15.7a-3.mga2
+ Revision: 141920
- add xcscope.el from contrib

* Sat Apr 30 2011 tmb <tmb> 15.7a-2.mga1
+ Revision: 93804
- drop buildroot
- clean spec
- imported package cscope