- Modernise spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=36
This commit is contained in:
Martin Pluskal 2018-03-14 08:57:34 +00:00 committed by Git OBS Bridge
parent baf50955b3
commit ce2b06b3e3
2 changed files with 29 additions and 24 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 14 08:55:26 UTC 2018 - mpluskal@suse.com
- Modernise spec file with spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 6 15:51:27 UTC 2017 - mpluskal@suse.com Wed Dec 6 15:51:27 UTC 2017 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package thin-provisioning-tools # spec file for package thin-provisioning-tools
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,9 +20,9 @@ Name: thin-provisioning-tools
Version: 0.7.5 Version: 0.7.5
Release: 0 Release: 0
Summary: Thin Provisioning Tools Summary: Thin Provisioning Tools
License: GPL-3.0 License: GPL-3.0-only
Group: System/Base Group: System/Base
Url: https://github.com/jthornber/thin-provisioning-tools/ URL: https://github.com/jthornber/thin-provisioning-tools/
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -41,7 +41,7 @@ Conflicts: device-mapper < 1.02.115
A suite of tools for thin provisioning on Linux. A suite of tools for thin provisioning on Linux.
%prep %prep
%setup -q %autosetup
%build %build
autoreconf -fiv autoreconf -fiv
@ -67,7 +67,7 @@ make %{?_smp_mflags} V=""
%{?regenerate_initrd_posttrans} %{?regenerate_initrd_posttrans}
%files %files
%doc COPYING %license COPYING
%{_sbindir}/cache_check %{_sbindir}/cache_check
%{_sbindir}/cache_dump %{_sbindir}/cache_dump
%{_sbindir}/cache_metadata_size %{_sbindir}/cache_metadata_size
@ -92,24 +92,24 @@ make %{?_smp_mflags} V=""
%{_sbindir}/thin_scan %{_sbindir}/thin_scan
%{_sbindir}/thin_show_duplicates %{_sbindir}/thin_show_duplicates
%{_sbindir}/thin_trim %{_sbindir}/thin_trim
%{_mandir}/man8/cache_check.8%{ext_man} %{_mandir}/man8/cache_check.8%{?ext_man}
%{_mandir}/man8/cache_dump.8%{ext_man} %{_mandir}/man8/cache_dump.8%{?ext_man}
%{_mandir}/man8/cache_metadata_size.8%{ext_man} %{_mandir}/man8/cache_metadata_size.8%{?ext_man}
%{_mandir}/man8/cache_repair.8%{ext_man} %{_mandir}/man8/cache_repair.8%{?ext_man}
%{_mandir}/man8/cache_restore.8%{ext_man} %{_mandir}/man8/cache_restore.8%{?ext_man}
%{_mandir}/man8/cache_writeback.8%{ext_man} %{_mandir}/man8/cache_writeback.8%{?ext_man}
%{_mandir}/man8/era_check.8%{ext_man} %{_mandir}/man8/era_check.8%{?ext_man}
%{_mandir}/man8/era_dump.8%{ext_man} %{_mandir}/man8/era_dump.8%{?ext_man}
%{_mandir}/man8/era_invalidate.8%{ext_man} %{_mandir}/man8/era_invalidate.8%{?ext_man}
%{_mandir}/man8/era_restore.8%{ext_man} %{_mandir}/man8/era_restore.8%{?ext_man}
%{_mandir}/man8/thin_check.8%{ext_man} %{_mandir}/man8/thin_check.8%{?ext_man}
%{_mandir}/man8/thin_delta.8%{ext_man} %{_mandir}/man8/thin_delta.8%{?ext_man}
%{_mandir}/man8/thin_dump.8%{ext_man} %{_mandir}/man8/thin_dump.8%{?ext_man}
%{_mandir}/man8/thin_ls.8%{ext_man} %{_mandir}/man8/thin_ls.8%{?ext_man}
%{_mandir}/man8/thin_metadata_size.8%{ext_man} %{_mandir}/man8/thin_metadata_size.8%{?ext_man}
%{_mandir}/man8/thin_repair.8%{ext_man} %{_mandir}/man8/thin_repair.8%{?ext_man}
%{_mandir}/man8/thin_restore.8%{ext_man} %{_mandir}/man8/thin_restore.8%{?ext_man}
%{_mandir}/man8/thin_rmap.8%{ext_man} %{_mandir}/man8/thin_rmap.8%{?ext_man}
%{_mandir}/man8/thin_trim.8%{ext_man} %{_mandir}/man8/thin_trim.8%{?ext_man}
%changelog %changelog