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