Accepting request 256804 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/256804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zisofs-tools?expand=0&rev=20
This commit is contained in:
commit
29216afda9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 5 20:22:19 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Use Source URLs and remove redundant %clean section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 12:43:15 UTC 2013 - mhrusecky@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zisofs-tools
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,22 @@
|
||||
|
||||
|
||||
Name: zisofs-tools
|
||||
BuildRequires: zlib-devel
|
||||
Url: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/
|
||||
Requires: /usr/bin/mkisofs
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: User tools for zisofs
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Url: http://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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: zlib-devel
|
||||
Requires: /usr/bin/mkisofs
|
||||
|
||||
%description
|
||||
Zisofs-tools, in conjunction with a zisofs-enabled system, allows the
|
||||
creation of an iso9660 filesystem that can be decompressed "live" on a
|
||||
creation of an ISO-9660 filesystem that can be decompressed "live" on a
|
||||
file-by-file basis, while still being readable by systems without
|
||||
zisofs support. This package contains the tools necessary to create
|
||||
such a filesystem and read compressed files on a system without zisofs
|
||||
@ -46,9 +48,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make INSTALLROOT=$RPM_BUILD_ROOT install
|
||||
|
||||
%clean
|
||||
%__rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYING INSTALL README
|
||||
|
Loading…
x
Reference in New Issue
Block a user