From a9c7a215dd2753a97f9735eeb7619cda9cb5c08b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 19 Jul 2013 17:19:15 +0200 Subject: [PATCH] update to 20130730git7789f0 --- .gitignore | 2 +- linuxptp.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dbfa852..e36086d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/linuxptp-20130719git46db40.tar.xz +/linuxptp-20130730git7789f0.tar.xz diff --git a/linuxptp.spec b/linuxptp.spec index cf01915..e1c875b 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -1,5 +1,5 @@ -%global gitdate 20130719 -%global gitrev 46db40 +%global gitdate 20130730 +%global gitrev 7789f0 Name: linuxptp Version: 1.2 Release: 2.%{gitdate}git%{gitrev}%{?dist} @@ -11,7 +11,7 @@ URL: http://linuxptp.sourceforge.net/ # git clone git://git.code.sf.net/p/linuxptp/code linuxptp; cd linuxptp # git archive --prefix=linuxptp-%{version}/ %{gitrev} | \ -# gzip > linuxptp-%{gitdate}git%{gitrev}.tar.gz +# xz > linuxptp-%{gitdate}git%{gitrev}.tar.xz Source0: %{name}-%{gitdate}git%{gitrev}.tar.xz #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz Source1: phc2sys.service @@ -40,6 +40,7 @@ make %{?_smp_mflags} \ %install %makeinstall + mkdir -p $RPM_BUILD_ROOT{%{_sysconfdir}/sysconfig,%{_unitdir},%{_mandir}/man5} install -m 644 -p default.cfg $RPM_BUILD_ROOT%{_sysconfdir}/ptp4l.conf install -m 644 -p %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir} diff --git a/sources b/sources index e12ffc3..3b4836a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8bb3786766a983ce25a095cf2875f41d linuxptp-20130719git46db40.tar.xz +dcd78db0f8ed89049f74dcec24be95af linuxptp-20130730git7789f0.tar.xz