- Update to version 1.0.4:
* fixed zip module to correctly read archives with a lot of files or very large files OBS-URL: https://build.opensuse.org/package/show/Archiving/avfs?expand=0&rev=10
This commit is contained in:
parent
3d7829b94b
commit
bc4b03e20b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8
|
|
||||||
size 722861
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iEYEABECAAYFAlV8KewACgkQ1YLu4GYj9rTslwCgneoFAv/1e5Y8U4ORaq2gVc8x
|
|
||||||
/JYAn3XvfMNb7mw3GsEX2nCNBFXAfviY
|
|
||||||
=myDF
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
avfs-1.0.4.tar.bz2
Normal file
3
avfs-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100
|
||||||
|
size 719761
|
7
avfs-1.0.4.tar.bz2.asc
Normal file
7
avfs-1.0.4.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
iEYEABECAAYFAlfZua8ACgkQ1YLu4GYj9rQHvQCgn1zG9DZuZOhPoaP19uZMj79z
|
||||||
|
30EAn2Vk8omGpjFBoArfOKLituW/Z25O
|
||||||
|
=8USM
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 22 07:45:39 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.0.4:
|
||||||
|
* fixed zip module to correctly read archives with a lot of
|
||||||
|
files or very large files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 19:00:21 UTC 2015 - p.drouand@gmail.com
|
Wed Nov 11 19:00:21 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
36
avfs.spec
36
avfs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avfs
|
# spec file for package avfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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
|
||||||
@ -17,26 +17,29 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: avfs
|
Name: avfs
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AVFS - an archive look-inside filesystem
|
Summary: AVFS - an archive look-inside filesystem
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://avf.sourceforge.net/
|
Url: http://avf.sourceforge.net/
|
||||||
Source0: http://downloads.sf.net/avf/%name-%version.tar.bz2
|
Source0: http://downloads.sf.net/avf/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://downloads.sf.net/avf/%name-%version.tar.bz2.asc
|
Source1: http://downloads.sf.net/avf/%{name}-%{version}.tar.bz2.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRequires: fuse-devel
|
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: libext2fs-devel
|
BuildRequires: pkgconfig(e2p)
|
||||||
BuildRequires: libneon-devel
|
BuildRequires: pkgconfig(expat)
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: pkgconfig(ext2fs)
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: pkgconfig(fuse)
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: xz-devel
|
BuildRequires: pkgconfig(liblzma)
|
||||||
|
BuildRequires: pkgconfig(libssl)
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
BuildRequires: pkgconfig(neon)
|
||||||
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +50,7 @@ or changing the kernel.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for AVFS, an archive look-inside filesystem
|
Summary: Development files for AVFS, an archive look-inside filesystem
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libavfs0 = %version
|
Requires: libavfs0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package includes the development file for the package avfs.
|
This package includes the development file for the package avfs.
|
||||||
@ -85,7 +88,7 @@ or changing the kernel.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
|
|
||||||
pushd %{buildroot}%{_libdir}/%{name}/extfs/
|
pushd %{buildroot}%{_libdir}/%{name}/extfs/
|
||||||
mv uzip ext-uzip
|
mv uzip ext-uzip
|
||||||
@ -102,7 +105,6 @@ popd
|
|||||||
rm -vf %{buildroot}/%{_libdir}/libavfs.la
|
rm -vf %{buildroot}/%{_libdir}/libavfs.la
|
||||||
|
|
||||||
%post -n libavfs0 -p /sbin/ldconfig
|
%post -n libavfs0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libavfs0 -p /sbin/ldconfig
|
%postun -n libavfs0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -120,7 +122,7 @@ rm -vf %{buildroot}/%{_libdir}/libavfs.la
|
|||||||
%dir %{_libdir}/avfs
|
%dir %{_libdir}/avfs
|
||||||
%dir %{_libdir}/avfs/extfs
|
%dir %{_libdir}/avfs/extfs
|
||||||
%{_libdir}/avfs/extfs/*
|
%{_libdir}/avfs/extfs/*
|
||||||
%{_mandir}/man1/avfsd.1*
|
%{_mandir}/man1/avfsd.1%{ext_man}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
|
Loading…
Reference in New Issue
Block a user