forked from pool/ser2net
Accepting request 633795 from home:jengelh:branches:network:utilities
- Replace %__-type macro indirections. OBS-URL: https://build.opensuse.org/request/show/633795 OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=13
This commit is contained in:
parent
78b5ccd72c
commit
8257b7be1d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 6 23:18:53 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Replace %__-type macro indirections.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 17 14:24:52 UTC 2018 - agraf@suse.com
|
Fri Aug 17 14:24:52 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -42,15 +42,16 @@ monitoring ports, and controlling ports.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%{__install} -D -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
|
install -D -m 0644 %{name}.conf %{buildroot}/%{_sysconfdir}/%{name}.conf
|
||||||
%{__install} -D -m 0644 %{S:2} %{buildroot}%{_unitdir}/ser2net.service
|
install -D -m 0644 %{S:2} %{buildroot}/%{_unitdir}/ser2net.service
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre ser2net.service
|
%service_add_pre ser2net.service
|
||||||
|
Loading…
Reference in New Issue
Block a user