From 951efd4c00a4ceeaeac858458c1d12eb6cb3612a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:34:37 +0100 Subject: [PATCH] update to 15.8a [release 15.8a-1mamba;Tue Oct 16 2012] --- README.md | 11 ++++++++++ cscope.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 cscope.spec diff --git a/README.md b/README.md index bc82dde..d7b037f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # cscope +Cscope is a developer's tool for browsing source code. +Allows searching code for: + - all references to a symbol + - global definitions + - functions called by a function + - functions calling a function + - text string + - regular expression pattern + - a file + - files including a file + diff --git a/cscope.spec b/cscope.spec new file mode 100644 index 0000000..95e890c --- /dev/null +++ b/cscope.spec @@ -0,0 +1,58 @@ +Name: cscope +Version: 15.8a +Release: 1mamba +Summary: A text screen based source browser +Group: Development/Applications +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://cscope.sourceforge.net +Source: http://downloads.sourceforge.net/project/cscope/cscope/%{version}/cscope-%{version}.tar.gz +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Cscope is a developer's tool for browsing source code. +Allows searching code for: + - all references to a symbol + - global definitions + - functions called by a function + - functions calling a function + - text string + - regular expression pattern + - a file + - files including a file + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/cscope +%{_bindir}/ocs +%{_mandir}/man1/cscope.* +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%changelog +* Tue Oct 16 2012 Automatic Build System 15.8a-1mamba +- update to 15.8a + +* Thu Jul 16 2009 Automatic Build System 15.7a-2mamba +- ... add a changelog entry + +* Thu Jul 16 2009 Automatic Build System 15.7a-1mamba +- automatic update by autodist + +* Wed Jan 16 2008 Aleph0 15.6-1mamba +- package created by autospec