- refresh spec file (update licensedir)

OBS-URL: https://build.opensuse.org/package/show/Base:System/zisofs-tools?expand=0&rev=16
This commit is contained in:
2021-03-12 22:04:54 +00:00
committed by Git OBS Bridge
parent 07c9744eb6
commit e0dbf7f5a0
2 changed files with 14 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 12 22:04:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
- refresh spec file (update licensedir)
-------------------------------------------------------------------
Sat Nov 7 15:33:54 UTC 2015 - mpluskal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package zisofs-tools
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# 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,14 +20,13 @@ Name: zisofs-tools
Version: 1.0.8
Release: 0
Summary: User tools for zisofs
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Filesystems
Url: http://www.kernel.org/pub/linux/utils/fs/zisofs/
URL: https://www.kernel.org/pub/linux/utils/fs/zisofs/
#DL-URL: http://mirror.linux.org.au/linux/utils/fs/zisofs/
Source: http://mirror.linux.org.au/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
Source: http://ftp.be.debian.org/pub/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
BuildRequires: zlib-devel
Requires: mkisofs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Zisofs-tools, in conjunction with a zisofs-enabled system, allows the
@@ -42,15 +41,15 @@ support.
%build
%configure
make %{?_smp_mflags}
%make_build
%install
make INSTALLROOT=%{buildroot} install
%files
%defattr(-,root,root)
%doc CHANGES COPYING README
%license COPYING
%doc CHANGES README
%{_bindir}/mkzftree
%{_mandir}/man1/mkzftree.1*
%{_mandir}/man1/mkzftree.1%{?ext_man}
%changelog