[ptpd] debugging

jondkent jondkent at fedoraproject.org
Mon Nov 25 21:49:13 UTC 2013


commit 21cd6e9071bc86ee4434fee70d515875aa85d256
Author: Jon Kent <jon.kent at gmail.com>
Date:   Mon Nov 25 21:50:09 2013 +0000

    debugging

 ptpd.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ptpd.spec b/ptpd.spec
index dfe85f1..b8a5f1d 100644
--- a/ptpd.spec
+++ b/ptpd.spec
@@ -11,6 +11,7 @@ Source1: ptpd-additions.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: systemd
+BuildRequires: libpcap-devel
 
 %description
 The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined 
@@ -31,7 +32,7 @@ does not require an FPU, so it is great for embedded processors.
 %build
 autoreconf -vi
 ./configure --enable-statistics --enable-ntpdc
-CFLAGS="%{optflags}" make ptpd2
+CFLAGS="%{optflags}" make
 
 
 %install
@@ -54,7 +55,8 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/sysconfig/ptpd2
 %attr(664,root,root) %{_unitdir}/*
 %attr(554,root,root) %{_bindir}/*
-%doc COPYRIGHT ChangeLog README RELEASE_NOTES
+#%doc COPYRIGHT ChangeLog README RELEASE_NOTES
+%doc COPYRIGHT ChangeLog README
 %{_mandir}/man8/*
 
 


More information about the scm-commits mailing list