Accepting request 33002 from Base:System
Copy from Base:System/zisofs-tools based on submit request 33002 from user coolo OBS-URL: https://build.opensuse.org/request/show/33002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zisofs-tools?expand=0&rev=6
This commit is contained in:
parent
b274e7559c
commit
ec20b3354b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7d80141be2b52df99423cc617ad9dab8e81b1c79ca437789bbb1a9433524e3e
|
|
||||||
size 53138
|
|
3
zisofs-tools-1.0.8.tar.bz2
Normal file
3
zisofs-tools-1.0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3
|
||||||
|
size 52968
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 15 15:54:10 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.8:
|
||||||
|
+ This release fixes the --sloppy option, which was documented
|
||||||
|
but did not work.
|
||||||
|
- Spec cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 15:44:38 CEST 2007 - rguenther@suse.de
|
Thu Mar 29 15:44:38 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zisofs-tools (Version 1.0.6)
|
# spec file for package zisofs-tools (Version 1.0.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products 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
|
||||||
@ -21,12 +21,12 @@
|
|||||||
Name: zisofs-tools
|
Name: zisofs-tools
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Url: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/
|
Url: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Requires: mkisofs
|
Requires: mkisofs
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.0.6
|
Version: 1.0.8
|
||||||
Release: 138
|
Release: 1
|
||||||
Summary: User tools for zisofs
|
Summary: User tools for zisofs
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -39,45 +39,23 @@ zisofs support. This package contains the tools necessary to create
|
|||||||
such a filesystem and read compressed files on a system without zisofs
|
such a filesystem and read compressed files on a system without zisofs
|
||||||
support.
|
support.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
H. Peter Anvin <hpa@zytor.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
#%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
|
||||||
make
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make INSTALLROOT=$RPM_BUILD_ROOT install
|
make INSTALLROOT=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES COPYING INSTALL README
|
%doc CHANGES COPYING INSTALL README
|
||||||
/usr/bin/mkzftree
|
%{_bindir}/mkzftree
|
||||||
%doc %{_mandir}/man1/mkzftree.1*
|
%doc %{_mandir}/man1/mkzftree.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 29 2007 rguenther@suse.de
|
|
||||||
- add zlib-devel BuildRequires
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Wed Sep 01 2004 nadvornik@suse.cz
|
|
||||||
- updated to 1.0.6
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- add %%defattr
|
|
||||||
* Fri Jul 25 2003 nadvornik@suse.cz
|
|
||||||
- updated to 1.0.4
|
|
||||||
- added BuildRoot
|
|
||||||
* Thu Jun 13 2002 uli@suse.de
|
|
||||||
- update -> 1.0.3 (cosmetic)
|
|
||||||
* Tue Oct 30 2001 uli@suse.de
|
|
||||||
- initial package
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user