- Enable experimental features
OBS-URL: https://build.opensuse.org/package/show/network:time/ptpd?expand=0&rev=19
This commit is contained in:
parent
d315a54d01
commit
2ab700ded4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 9 07:50:17 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Enable experimental features
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 8 13:30:11 UTC 2018 - mpluskal@suse.com
|
Thu Mar 8 13:30:11 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
14
ptpd.spec
14
ptpd.spec
@ -12,14 +12,10 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
||||||
%if ! %{defined _fillupdir}
|
|
||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
|
||||||
%endif
|
|
||||||
Name: ptpd
|
Name: ptpd
|
||||||
Version: 2.3.1
|
Version: 2.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -68,7 +64,9 @@ PTPd is free. Everyone is invited to use and contribute to PTPd.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--enable-statistics
|
--enable-statistics \
|
||||||
|
--enable-experimental-options
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -103,8 +101,8 @@ touch %{buildroot}%{_localstatedir}/log/ptpd2_kernelclock.drift
|
|||||||
%config(noreplace) %{_sysconfdir}/%{name}2.conf
|
%config(noreplace) %{_sysconfdir}/%{name}2.conf
|
||||||
%{_sbindir}/ptpd2
|
%{_sbindir}/ptpd2
|
||||||
%{_sbindir}/rcptpd2
|
%{_sbindir}/rcptpd2
|
||||||
%{_mandir}/man5/ptpd2.conf.5%{ext_man}
|
%{_mandir}/man5/ptpd2.conf.5%{?ext_man}
|
||||||
%{_mandir}/man8/ptpd2.8%{ext_man}
|
%{_mandir}/man8/ptpd2.8%{?ext_man}
|
||||||
%{_datadir}/ptpd
|
%{_datadir}/ptpd
|
||||||
%{_libexecdir}/systemd/system/ptpd2.service
|
%{_libexecdir}/systemd/system/ptpd2.service
|
||||||
%{_fillupdir}/*
|
%{_fillupdir}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user