undo pseudo cleanup
OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=39
This commit is contained in:
parent
ea305bec46
commit
130279d3f6
@ -4,7 +4,6 @@ Wed Nov 8 19:06:38 UTC 2017 - aavindraa@gmail.com
|
|||||||
- Update to new upstream release 1.13.8
|
- Update to new upstream release 1.13.8
|
||||||
* Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0
|
* Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0
|
||||||
for some source filesystems (issue #54).
|
for some source filesystems (issue #54).
|
||||||
- Cleanup with spec-cleaner
|
|
||||||
- Use %make_install macro
|
- Use %make_install macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -24,7 +24,7 @@ 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
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog COPYING
|
||||||
%{_bindir}/%{name}
|
%_bindir/%name
|
||||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
%_mandir/man1/%name.1%ext_man
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user