Accepting request 84373 from utilities
- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build (forwarded request 83399 from jengelh) OBS-URL: https://build.opensuse.org/request/show/84373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=11
This commit is contained in:
parent
cfe07dfc4c
commit
068818711d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/obsolete tags/sections from specfile
|
||||||
|
(cf. packaging guidelines)
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 19 10:31:09 CEST 2010 - vuntz@opensuse.org
|
Sun Sep 19 10:31:09 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
8
ed.spec
8
ed.spec
@ -15,9 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: ed
|
Name: ed
|
||||||
Url: http://www.gnu.org/software/ed/
|
Url: http://www.gnu.org/software/ed/
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPLv3+ ; LGPLv2.1+
|
||||||
@ -41,7 +38,7 @@ sed -i \
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{configure}
|
%{configure}
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{makeinstall}
|
%{makeinstall}
|
||||||
@ -49,9 +46,6 @@ make
|
|||||||
%{__mv} %{buildroot}/%{_bindir}/ed %{buildroot}/bin/ed
|
%{__mv} %{buildroot}/%{_bindir}/ed %{buildroot}/bin/ed
|
||||||
%{__ln_s} /bin/ed %{buildroot}/%{_bindir}/ed
|
%{__ln_s} /bin/ed %{buildroot}/%{_bindir}/ed
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user