]> git.pld-linux.org Git - packages/cscope.git/blobdiff - cscope.spec
- rel 2
[packages/cscope.git] / cscope.spec
index 297bf0096cc749c120c5fb43fed3c2ebea16e33d..12946cb63cb74784d1e60ebfd13e504b91cb6bf7 100644 (file)
@@ -1,26 +1,36 @@
 Summary:       cscope - an interactive, screen-oriented tool for browse C source
+Summary(pl):   cscope - interaktywny program do przeszukiwania kodu w jêzyku C
 Name:          cscope
-Version:       15.1
-Release:       1
+Version:       15.5
+Release:       2
 License:       BSD
 Group:         Development/Tools
-Group(de):     Entwicklung/Werkzeuge
-Group(fr):     Development/Outils
-Group(pl):     Programowanie/Narzêdzia
-Source0:       ftp://download.sourceforge.net/pub/sourceforge/cscope/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/cscope/%{name}-%{version}.tar.gz
+# Source0-md5: beb6032a301bb11524aec74bfb5e4840
 URL:           http://cscope.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: flex
 BuildRequires: ncurses-devel
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 cscope is an interactive, screen-oriented tool that allows the user to
 browse through C source files for specified elements of code.
 
+%description -l pl
+cscope jest interaktywnym, pe³noekranowym narzêdziem, które pozwala
+u¿ytkownikowi na przeszukiwanie plików z kodem w jêzyku C pod wzglêdem
+okre¶lonych elementów.
+
 %prep
 %setup -q
 
 %build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -30,13 +40,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf TODO ChangeLog AUTHORS README NEWS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc TODO ChangeLog AUTHORS README NEWS
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.084024 seconds and 4 git commands to generate.