diff --git a/cscope.changes b/cscope.changes index f733914..e7328e5 100644 --- a/cscope.changes +++ b/cscope.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 18 00:03:41 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Wed Jun 22 11:40:10 CDT 2011 - rcoe@wi.rr.com diff --git a/cscope.spec b/cscope.spec index d659308..eae85da 100644 --- a/cscope.spec +++ b/cscope.spec @@ -52,7 +52,7 @@ browse through C source code files for specified elements of code. %build %{?suse_update_config:%{suse_update_config}} %configure -make +make %{?_smp_mflags} %install mkdir -p %{buildroot}%{_bindir} @@ -64,9 +64,6 @@ pushd contrib %make_install popd -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL