]> git.pld-linux.org Git - packages/cscope.git/blob - cscope.spec
- BR: bison
[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:  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 rm -f missing
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc TODO ChangeLog AUTHORS README NEWS
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.158343 seconds and 4 git commands to generate.