]> git.pld-linux.org Git - packages/cscope.git/blobdiff - cscope.spec
- massive attack: source-md5
[packages/cscope.git] / cscope.spec
index 22b9c62a56497c5ef1f4c8d6fdb7e6d0df13ddeb..cab77b84421213c3c4239da24e95f814d8669639 100644 (file)
@@ -1,14 +1,12 @@
 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.3
-Release:       2
+Version:       15.4
+Release:       1
 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: d46d39f39e5f493161cb4c476a27cf8e
 URL:           http://cscope.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -29,9 +27,10 @@ okre
 %setup -q
 
 %build
-aclocal
-autoconf
-automake -a -c -f
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -41,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.064517 seconds and 4 git commands to generate.