update to 1.0
This commit is contained in:
parent
57b3ee6184
commit
67097ec27c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/linuxptp-20120920git6ce135.tar.gz
|
||||
/linuxptp-20121109git4e8107.tar.gz
|
||||
/linuxptp-1.0.tgz
|
||||
|
@ -1,17 +1,13 @@
|
||||
%global gitdate 20121109
|
||||
%global gitrev 4e8107
|
||||
Name: linuxptp
|
||||
Version: 0
|
||||
Release: 0.3.%{gitdate}git%{gitrev}%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PTP implementation for Linux
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: http://linuxptp.sourceforge.net/
|
||||
|
||||
# git clone git://git.code.sf.net/p/linuxptp/code linuxptp; cd linuxptp
|
||||
# git archive --prefix=linuxptp/ %{gitrev} | gzip > linuxptp-%{gitdate}git%{gitrev}.tar.gz
|
||||
Source0: %{name}-%{gitdate}git%{gitrev}.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
|
||||
Source1: phc2sys.service
|
||||
Source2: ptp4l.service
|
||||
|
||||
@ -29,7 +25,7 @@ Application Programming Interfaces (API) offered by the Linux kernel.
|
||||
Supporting legacy APIs and other platforms is not a goal.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} \
|
||||
@ -91,6 +87,9 @@ fi
|
||||
%{_mandir}/man8/*.8*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 13 2012 Miroslav Lichvar <mlichvar@redhat.com> 1.0-1
|
||||
- update to 1.0
|
||||
|
||||
* Fri Nov 09 2012 Miroslav Lichvar <mlichvar@redhat.com> 0-0.3.20121109git4e8107
|
||||
- update to 20121109git4e8107
|
||||
- install unchanged default.cfg as ptp4l.conf
|
||||
|
Loading…
Reference in New Issue
Block a user