From 1ebc755fb3186061c43ab1e7addb955f1925fd09 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 20 2019 12:50:39 +0000 Subject: update 2019-09-20 12:50 --- diff --git a/.files b/.files index 9e226b0..b04588b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 24a29a9..d81e4be 100644 --- a/.rev +++ b/.rev @@ -41,4 +41,12 @@ The request is equal to 235578, but also removes UsrMerge compatibility symlink adrianSuSE Split 13.2 from Factory + + a60b0bcf5c8a8d02e16e52608656cf32 + 1.29 + + maxlin_factory + + 729446 + diff --git a/adjtimex.changes b/adjtimex.changes index 4fda266..b72d982 100644 --- a/adjtimex.changes +++ b/adjtimex.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Aug 29 02:42:20 UTC 2019 - Martin Pluskal + +- Modernise spec file a bit + +------------------------------------------------------------------- Wed May 28 16:45:26 CEST 2014 - sbrabec@suse.cz - Simplify spec file. diff --git a/adjtimex.spec b/adjtimex.spec index 5f8ae96..0d38dfb 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,7 +1,7 @@ # # spec file for package adjtimex # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +12,7 @@ # 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/ # @@ -20,11 +20,10 @@ Name: adjtimex Version: 1.29 Release: 0 Summary: Kernel time variables configuration utility -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Base Source: http://ftp.debian.org/debian/pool/main/a/adjtimex/%{name}_%{version}.orig.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: util-linux:/usr/sbin/adjtimex +Provides: util-linux:%{_sbindir}/adjtimex %description This program gives you raw access to the kernel time variables. For @@ -37,21 +36,22 @@ using the CMOS clock as a reference, and can log times for long-term estimation of drift rates. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} +%make_build %install -install -d %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8 -install adjtimex %{buildroot}%{_sbindir}/ -install -m0644 adjtimex.8 %{buildroot}%{_mandir}/man8/ +install -Dpm 0755 adjtimex \ + %{buildroot}%{_sbindir}/adjtimex +install -Dpm 0644 adjtimex.8 \ + %{buildroot}%{_mandir}/man8/adjtimex.8 %files -%defattr(-,root,root) -%doc COPYING COPYRIGHT +%license COPYING +%doc COPYRIGHT %{_sbindir}/adjtimex -%{_mandir}/man8/adjtimex.8* +%{_mandir}/man8/adjtimex.8%{?ext_man} %changelog