]> git.pld-linux.org Git - packages/cscope.git/blob - cscope.spec
- added pl summary and/or description
[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.3
5 Release:        1
6 License:        BSD
7 Group:          Development/Tools
8 Group(de):      Entwicklung/Werkzeuge
9 Group(fr):      Development/Outils
10 Group(pl):      Programowanie/Narzêdzia
11 Source0:        ftp://download.sourceforge.net/pub/sourceforge/cscope/%{name}-%{version}.tar.gz
12 URL:            http://cscope.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
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
31 %build
32 aclocal
33 autoconf
34 automake -a -c
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 gzip -9nf TODO ChangeLog AUTHORS README NEWS
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc *.gz
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.052811 seconds and 4 git commands to generate.