forked from pool/bindfs
Accepting request 540019 from filesystems
- Update to new upstream release 1.13.8 OBS-URL: https://build.opensuse.org/request/show/540019 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bindfs?expand=0&rev=16
This commit is contained in:
commit
eb63539b4f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09a41b32db5ef54220161a79ffa4721507bc18bf9b3f6fcbbc05f0c661060041
|
|
||||||
size 398511
|
|
3
bindfs-1.13.8.tar.gz
Normal file
3
bindfs-1.13.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7e7fcf070345d8cbb45186384e0aaf3e3a6375031d7a4f9533dd5d784c32c358
|
||||||
|
size 403296
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 8 19:06:38 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
- Update to new upstream release 1.13.8
|
||||||
|
* Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning
|
||||||
|
0 for some source filesystems.
|
||||||
|
- Use %make_install macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 31 21:00:53 UTC 2017 - luc14n0@linuxmail.org
|
Thu Aug 31 21:00:53 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
11
bindfs.spec
11
bindfs.spec
@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bindfs
|
Name: bindfs
|
||||||
Version: 1.13.7
|
Version: 1.13.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mount Directories to other Locations and alter Permission Bits
|
Summary: Mount Directories to other Locations and alter Permission Bits
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://bindfs.org/
|
Url: http://bindfs.org/
|
||||||
|
|
||||||
#Git-Clone: git://github.com/mpartel/bindfs
|
#Git-Clone: git://github.com/mpartel/bindfs
|
||||||
Source: http://bindfs.org/downloads/%name-%version.tar.gz
|
Source: http://bindfs.org/downloads/%name-%version.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
||||||
|
|
||||||
@ -43,12 +41,11 @@ mountpoint can be altered using various rules.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot";
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog COPYING
|
||||||
%_bindir/bindfs
|
%_bindir/%name
|
||||||
%_mandir/man1/bindfs.1*
|
%_mandir/man1/%name.1%ext_man
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user