]> git.pld-linux.org Git - packages/cscope.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Nov 2000 02:02:53 +0000 (02:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cscope.spec -> 1.1

cscope.spec [new file with mode: 0644]

diff --git a/cscope.spec b/cscope.spec
new file mode 100644 (file)
index 0000000..d867bb8
--- /dev/null
@@ -0,0 +1,54 @@
+Summary: cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code.
+Name: cscope
+Version: 15.1
+Release: 1
+Copyright: BSD
+Group: Development/Tools
+Source: cscope-15.1.tar.gz
+Buildroot: /tmp/%{name}-%{version}
+
+%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
+
+%build
+./configure
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/usr/bin
+mkdir -p $RPM_BUILD_ROOT/usr/man/man1
+
+install -s -m 755 src/cscope $RPM_BUILD_ROOT/usr/bin/cscope
+install -m 755 doc/cscope.1 $RPM_BUILD_ROOT/usr/man/man1/cscope.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL
+
+/usr/bin/cscope
+/usr/man/man1/cscope.1
+
+%changelog
+* Wed Nov 20 2000 Cscope development team
+- Version 15.1 release
+- New menu and line matching interface
+- Support for up to 62 (up from 9) matching lines on screen
+- Numerous fixes
+- Updated documentation
+* Tue May 15 2000 Cscope development team
+- Version 15.0bl2 (build 2) pre-alpha release
+- Fixes and enhancements
+- Updated documentation
+- Autoconf/automake support
+- directory restructuring
+* Sun Apr 16 2000 Petr Sorfa <petrs@sco.com>
+- Initial Open Source release
+- Ported to GNU environment
+- Created rpm package
This page took 0.060809 seconds and 4 git commands to generate.