forked from pool/bash-completion
Accepting request 83044 from shells
I have removed the _service now, it should work. OBS-URL: https://build.opensuse.org/request/show/83044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash-completion?expand=0&rev=11
This commit is contained in:
commit
dfd919838f
7
_service
7
_service
@ -1,7 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="download_url">
|
|
||||||
<param name="host">bash-completion.alioth.debian.org</param>
|
|
||||||
<param name="protocol">http</param>
|
|
||||||
<param name="path">/files/bash-completion-1.3.tar.bz2</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 19:13:18 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 25 08:30:09 UTC 2011 - poletti.marco@gmail.com
|
Fri Feb 25 08:30:09 UTC 2011 - poletti.marco@gmail.com
|
||||||
|
|
||||||
|
@ -38,14 +38,11 @@ of the programmable completion feature of Bash 2.04 and later.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%__make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user