]> git.pld-linux.org Git - packages/cscope.git/blob - cscope.spec
b136684241e8cd3a344d670ac570aa52ae14e0bd
[packages/cscope.git] / cscope.spec
1 Summary:        cscope - an interactive, screen-oriented tool for browse C source
2 Summary(pl):    cscope - interaktywny program do przeszukiwania kodu w jêzyku C
3 Name:           cscope
4 Version:        15.6
5 Release:        1
6 License:        BSD
7 Group:          Development/Tools
8 Source0:        http://dl.sourceforge.net/cscope/%{name}-%{version}.tar.gz
9 # Source0-md5:  db87833f90d8267b1fc0c419cfc4d219
10 Patch0:         %{name}-CVE-2004-2541.patch
11 URL:            http://cscope.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bison
15 BuildRequires:  flex
16 BuildRequires:  ncurses-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 cscope is an interactive, screen-oriented tool that allows the user to
21 browse through C source files for specified elements of code.
22
23 %description -l pl
24 cscope jest interaktywnym, pe³noekranowym narzêdziem, które pozwala
25 u¿ytkownikowi na przeszukiwanie plików z kodem w jêzyku C pod wzglêdem
26 okre¶lonych elementów.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc TODO ChangeLog AUTHORS README NEWS
51 %attr(755,root,root) %{_bindir}/*
52 %{_mandir}/man1/*
This page took 0.046365 seconds and 2 git commands to generate.