]> git.pld-linux.org Git - packages/archivemount.git/commitdiff
new (version 0.9.1) auto/th/archivemount-0.9.1-1
authorJan Palus <atler@pld-linux.org>
Thu, 6 Aug 2020 10:11:42 +0000 (12:11 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 6 Aug 2020 10:11:42 +0000 (12:11 +0200)
archivemount.spec [new file with mode: 0644]

diff --git a/archivemount.spec b/archivemount.spec
new file mode 100644 (file)
index 0000000..4e595da
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       FUSE based filesystem for mounting archives
+Name:          archivemount
+Version:       0.9.1
+Release:       1
+License:       LGPL v2+
+Group:         Applications/System
+Source0:       https://www.cybernoia.de/software/archivemount/%{name}-%{version}.tar.gz
+# Source0-md5: 954c096230ab1e1f7153555c0221b37d
+URL:           https://www.cybernoia.de/software/archivemount.html
+BuildRequires: libarchive-devel
+BuildRequires: libfuse-devel >= 2.6
+BuildRequires: pkgconfig
+Requires:      libfuse >= 2.6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+archivemount is a piece of glue code between libarchive and FUSE. It
+can be used to mount a (possibly compressed) archive (as in .tar.gz or
+.tar.bz2) and use it like an ordinary filesystem.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/archivemount
+%{_mandir}/man1/archivemount.1*
This page took 0.218148 seconds and 4 git commands to generate.