From 48cf22d3af28386ad853c30d3e389570e3cdca6e Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 23 Apr 2017 17:19:36 +0200 Subject: simplify autoconf and start adding rpm packaging --- packaging/volumefs.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packaging/volumefs.spec (limited to 'packaging/volumefs.spec') diff --git a/packaging/volumefs.spec b/packaging/volumefs.spec new file mode 100644 index 0000000..49e8ec6 --- /dev/null +++ b/packaging/volumefs.spec @@ -0,0 +1,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 + + -- cgit v1.2.3