From 0ce3aa887e331ce2129754756e33e67654af9281 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 9 Nov 2012 14:37:46 +0100 Subject: [PATCH] update to 20121109git4e8107 --- .gitignore | 1 + linuxptp.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 09f520c..cff57e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /linuxptp-20120920git6ce135.tar.gz +/linuxptp-20121109git4e8107.tar.gz diff --git a/linuxptp.spec b/linuxptp.spec index d3e23bf..40a2926 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -1,5 +1,5 @@ -%global gitdate 20120920 -%global gitrev 6ce135 +%global gitdate 20121109 +%global gitrev 4e8107 Name: linuxptp Version: 0 Release: 0.2.%{gitdate}git%{gitrev}%{?dist} @@ -41,9 +41,9 @@ make %{?_smp_mflags} \ EXTRA_LDFLAGS="-Wl,-z,relro,-z,now" %install -mkdir -p $RPM_BUILD_ROOT{%{_sysconfdir}/sysconfig,%{_sbindir},%{_unitdir}} +%makeinstall +mkdir -p $RPM_BUILD_ROOT{%{_sysconfdir}/sysconfig,%{_unitdir}} install -m 644 -p ptp4l.conf $RPM_BUILD_ROOT%{_sysconfdir} -install -m 755 -t $RPM_BUILD_ROOT%{_sbindir} ptp4l pmc phc2sys hwstamp_ctl install -m 644 -p -t $RPM_BUILD_ROOT%{_unitdir} %{SOURCE1} %{SOURCE2} echo 'OPTIONS="-f /etc/ptp4l.conf -i eth0"' > \ @@ -91,6 +91,7 @@ fi %{_sbindir}/phc2sys %{_sbindir}/pmc %{_sbindir}/ptp4l +%{_mandir}/man8/*.8* %changelog * Fri Sep 21 2012 Miroslav Lichvar 0-0.2.20120920git6ce135 diff --git a/sources b/sources index 61be936..ae6b1e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bc4ce7ee5df1a11d916d90caef59baa linuxptp-20120920git6ce135.tar.gz +6d9ccdbe71e8e7822f254bed21cc6913 linuxptp-20121109git4e8107.tar.gz