Accepting request 83145 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83145 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cscope?expand=0&rev=7
This commit is contained in:
parent
6b5d86a3e0
commit
60d4438cb7
@ -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
|
Wed Jun 22 11:40:10 CDT 2011 - rcoe@wi.rr.com
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ browse through C source code files for specified elements of code.
|
|||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config}}
|
%{?suse_update_config:%{suse_update_config}}
|
||||||
%configure
|
%configure
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
@ -64,9 +64,6 @@ pushd contrib
|
|||||||
%make_install
|
%make_install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL
|
%doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL
|
||||||
|
Loading…
Reference in New Issue
Block a user