]> git.pld-linux.org Git - packages/cscope.git/blob - cscope.spec
- added CAN-2004-0996.patch (insecure creation of temporary files)
[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.5
5 Release:        3
6 License:        BSD
7 Group:          Development/Tools
8 Source0:        http://dl.sourceforge.net/cscope/%{name}-%{version}.tar.gz
9 # Source0-md5:  beb6032a301bb11524aec74bfb5e4840
10 Patch0:         %{name}-CAN-2004-0996.patch
11 URL:            http://cscope.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  flex
15 BuildRequires:  ncurses-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 cscope is an interactive, screen-oriented tool that allows the user to
20 browse through C source files for specified elements of code.
21
22 %description -l pl
23 cscope jest interaktywnym, pe³noekranowym narzêdziem, które pozwala
24 u¿ytkownikowi na przeszukiwanie plików z kodem w jêzyku C pod wzglêdem
25 okre¶lonych elementów.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 rm -f missing
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.063698 seconds and 4 git commands to generate.