summaryrefslogtreecommitdiff
path: root/packaging/volumefs.spec
blob: 49e8ec6d6d60f818237404a58a924f15251f95cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: volumefs
Version: 1.0
Release: 1%{?dist}
Summary: FUSE filesystem for showing all currently mounted volumes
Group: System Environment/Base
License: GPL
URL: https://git.javispedro.com/cgit/volumefs.git/
Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(udisks2)

%description
volumefs is a FUSE filesystem that will be automatically populated with
symlinks to all currently mounted external filesystems, as detected by
UDisks2.

%package -n usersfs
Summary: FUSE filesystem for showing ahome dirs of all users
Group: System Environment/Base

%prep
%autosetup

%build
%configure
%make_build

%install
%make_install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)

%files -n usersfs

%changelog