[packages/systemd-shim] - initial, original version

qboosh qboosh at pld-linux.org
Sun Mar 16 13:53:35 CET 2025


commit 53f38868a8fa3ee8241770fc102314aa7a487bbd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 16 13:06:00 2025 +0100

    - initial, original version

 systemd-shim.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
---
diff --git a/systemd-shim.spec b/systemd-shim.spec
new file mode 100644
index 0000000..c91d855
--- /dev/null
+++ b/systemd-shim.spec
@@ -0,0 +1,57 @@
+Summary:	Shim to allow using systemd services in SysV booted system
+Summary(pl.UTF-8):	Warstwa pozwalająca na uruchamianie usług systemd w systemie uruchomionym jako SysV
+Name:		systemd-shim
+Version:	10
+Release:	0.1
+License:	GPL v2+
+Group:		Applications/System
+#Source0Download: https://github.com/desrt/systemd-shim/tags
+Source0:	https://github.com/desrt/systemd-shim/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	b2f22769fcffb9e81ab99ecbb71b9f9c
+URL:		https://github.com/desrt/systemd-shim
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake >= 1:1.11
+BuildRequires:	glib2-devel >= 2.0
+BuildRequires:	pkgconfig
+BuildRequires:	systemd-devel >= 1:209
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Shim to allow using systemd services in SysV booted system.
+
+%description -l pl.UTF-8
+Warstwa pozwalająca na uruchamianie usług systemd w systemie
+uruchomionym jako SysV.
+
+%prep
+%setup -q
+
+install -d build-aux
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	ntpunitsdir=%{systemdunitdir}/ntp-units.d
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS
+%attr(755,root,root) %{_libexecdir}/systemd-shim
+%attr(755,root,root) %{_libexecdir}/systemd-shim-cgroup-release-agent
+%{systemdunitdir}/ntp-units.d/systemd-shim.list
+%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd-shim.git/commitdiff/53f38868a8fa3ee8241770fc102314aa7a487bbd



More information about the pld-cvs-commit mailing list