Accepting request 82886 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/82886 OBS-URL: https://build.opensuse.org/package/show/network:utilities/batctl?expand=0&rev=2
This commit is contained in:
parent
7dd12eac93
commit
5d2aa3c584
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 19:13:45 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
Tue May 24 15:55:00 UTC 2011 - gregkh@suse.de
|
Tue May 24 15:55:00 UTC 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
13
batctl.spec
13
batctl.spec
@ -15,13 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# Upstream First - Policy:
|
||||||
|
# Never add any patches to this package without the upstream commit id
|
||||||
|
# in the patch. Any patches added here without a very good reason to make
|
||||||
|
# an exception will be silently removed with the next version update.
|
||||||
|
|
||||||
Name: batctl
|
Name: batctl
|
||||||
Summary: B.A.T.M.A.N. advanced control and management tool
|
Summary: B.A.T.M.A.N. advanced control and management tool
|
||||||
Version: 2011.1.0
|
Version: 2011.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://downloads.open-mesh.org/batman/stable/sources/batctl/
|
Url: http://downloads.open-mesh.org/batman/stable/sources/batctl/
|
||||||
@ -41,7 +43,7 @@ tcpdump and interfaces to the kernel module settings.
|
|||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__make} OPTFLAGS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} OPTFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
|
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
|
||||||
@ -49,9 +51,6 @@ tcpdump and interfaces to the kernel module settings.
|
|||||||
%{__install} -m 644 man/%{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
%{__install} -m 644 man/%{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
||||||
%{__install} -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
|
%{__install} -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
|
Loading…
Reference in New Issue
Block a user