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:
Sascha Peilicke 2011-09-22 11:01:39 +00:00 committed by Git OBS Bridge
parent cfe07dfc4c
commit 068818711d
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -15,9 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: ed
Url: http://www.gnu.org/software/ed/
License: GPLv3+ ; LGPLv2.1+
@ -41,7 +38,7 @@ sed -i \
%build
%{configure}
make
make %{?_smp_mflags}
%install
%{makeinstall}
@ -49,9 +46,6 @@ make
%{__mv} %{buildroot}/%{_bindir}/ed %{buildroot}/bin/ed
%{__ln_s} /bin/ed %{buildroot}/%{_bindir}/ed
%clean
rm -rf %{buildroot}
%check
make check