Accepting request 658016 from network:time

- Update to version 0.0.0+git.20181203:
  * Makefile: fix installation to empty DESTDIR
  * ppsfind: Use /bin/sh, fix possible issues.
  * ppswatch: Fix quitting after signal
  * Fix linking under -Wl,--as-needed
  * Add ppsldisc from LKML patch by Rodolfo Giometti.
  * Makefile: Cleanup CFLAGS: remove -I. add -fPIC.
  * Removes OFFSETASSERT requirement from ppstest and ppsctl.
  * ppsfind: Add licence to the file header.
  * Remove debian directory.
  * ppswatch: Add useful stats output.

OBS-URL: https://build.opensuse.org/request/show/658016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pps-tools?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-12-26 23:24:12 +00:00 committed by Git OBS Bridge
commit 76c4d90847
5 changed files with 32 additions and 22 deletions

View File

@ -1,5 +1,5 @@
<services>
<service mode="localonly" name="tar_scm">
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/ago/pps-tools.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
@ -7,9 +7,9 @@
<param name="filename">pps-tools</param>
<param name="versionformat">0.0.0+git.%cd</param>
</service>
<service mode="localonly" name="recompress">
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="localonly" name="set_version"/>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7949ac890e18cf9e0f4769aba863e0fae84f61ed35cf8f09872f268aec3e889
size 12636

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44daa98f632ddb526baee76af7b8dc37c113dcc12d13fa8e17fbc408823c948e
size 11792

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 14 10:58:06 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.0.0+git.20181203:
* Makefile: fix installation to empty DESTDIR
* ppsfind: Use /bin/sh, fix possible issues.
* ppswatch: Fix quitting after signal
* Fix linking under -Wl,--as-needed
* Add ppsldisc from LKML patch by Rodolfo Giometti.
* Makefile: Cleanup CFLAGS: remove -I. add -fPIC.
* Removes OFFSETASSERT requirement from ppstest and ppsctl.
* ppsfind: Add licence to the file header.
* Remove debian directory.
* ppswatch: Add useful stats output.
-------------------------------------------------------------------
Mon Aug 8 09:44:32 UTC 2016 - benoit.monin@gmx.fr

View File

@ -1,7 +1,7 @@
#
# spec file for package pps-tools
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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/
#
%define version_unconverted 0.0.0+git.20120407
%define version_unconverted 0.0.0+git.20181203
Name: pps-tools
Version: 0.0.0+git.20120407
Version: 0.0.0+git.20181203
Release: 0
Summary: Userspace tools for the Linux Pulse Per Second subsystem
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Hardware/Other
Url: http://linuxpps.org
URL: http://linuxpps.org
Source: %{name}-%{version}.tar.xz
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Userland tools to test Linux kernel PPS API. See Documentations/pps/pps.txt
@ -51,21 +49,18 @@ export CFLAGS="%{optflags}"
make %{?_smp_mflags}
%install
install -D -m 0755 ppsctl %{buildroot}%{_bindir}/ppsctl
install -D -m 0755 ppsfind %{buildroot}%{_bindir}/ppsfind
install -D -m 0755 ppstest %{buildroot}%{_bindir}/ppstest
install -D -m 0644 timepps.h %{buildroot}%{_includedir}/sys/timepps.h
%make_install
%files
%defattr(-,root,root)
%doc COPYING
%license COPYING
%{_bindir}/ppsctl
%{_bindir}/ppsfind
%{_bindir}/ppsldisc
%{_bindir}/ppstest
%{_bindir}/ppswatch
%files devel
%defattr(-,root,root)
%doc COPYING
%license COPYING
%{_includedir}/sys/timepps.h
%changelog