public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rmtfs] epel10.3: Initial import
@ 2026-09-24 10:23 Javier Martinez Canillas
0 siblings, 0 replies; only message in thread
From: Javier Martinez Canillas @ 2026-09-24 10:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rmtfs
Branch : epel10.3
Commit : abb9677ed768dd024dc1d5ff4d827d7e915366c7
Author : Javier Martinez Canillas <javierm@redhat.com>
Date : 2024-02-07T19:16:46+01:00
Stats : +48/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rmtfs/c/abb9677ed768dd024dc1d5ff4d827d7e915366c7?branch=epel10.3
Log:
Initial import
Resolves: rhbz#2262135
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..295d161
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/rmtfs-*.tar.gz
diff --git a/rmtfs.spec b/rmtfs.spec
new file mode 100644
index 0000000..c6db958
--- /dev/null
+++ b/rmtfs.spec
@@ -0,0 +1,46 @@
+Name: rmtfs
+Version: 1.0
+Release: %autorelease
+Summary: Qualcomm Remote Filesystem Service Implementation
+
+License: BSD-3-Clause
+URL: https://github.com/andersson/rmtfs
+
+Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: qrtr-devel
+BuildRequires: systemd-devel
+BuildRequires: systemd-rpm-macros
+
+Requires: qrtr
+
+%description
+Qualcomm Remote Filesystem Service Implementation.
+
+%prep
+%autosetup -p1
+
+%build
+%make_build prefix="%{_prefix}"
+
+%install
+%make_install prefix="%{_prefix}"
+
+%post
+%systemd_post rmtfs.service
+
+%preun
+%systemd_preun rmtfs.service
+
+%postun
+%systemd_postun rmtfs.service
+
+%files
+%license LICENSE
+%{_bindir}/%{name}
+%{_unitdir}/rmtfs.service
+
+%changelog
+%autochangelog
diff --git a/sources b/sources
new file mode 100644
index 0000000..42c5954
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (rmtfs-1.0.tar.gz) = acf7d4e437c6a4aa04813595d74521258db3b9af50744787c7e7211578d277acaaf4752dcf8238121140eecf8785e2d30c30327a1ad60b3f321853ced9795e5c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 10:23 [rpms/rmtfs] epel10.3: Initial import Javier Martinez Canillas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox