packages: systemd/systemd.spec (NEW) - init - NFY

shadzik shadzik at pld-linux.org
Thu Nov 25 13:03:51 CET 2010


Author: shadzik                      Date: Thu Nov 25 12:03:51 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init
- NFY

---- Files affected:
packages/systemd:
   systemd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u /dev/null packages/systemd/systemd.spec:1.1
--- /dev/null	Thu Nov 25 13:03:51 2010
+++ packages/systemd/systemd.spec	Thu Nov 25 13:03:44 2010
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+#
+
+Summary:	systemd - a system and service manager for Linux
+Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
+Name:		systemd
+Version:	15
+Release:	0.1
+License:	GPL v2+
+Group:		Base
+Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
+# Source0-md5:	36011aa8593862ca78e3e909f6143570
+URL:		http://www.freedesktop.org/wiki/Software/systemd
+#BuildRequires:	-
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	libtool
+BuildRequires:	udev-devel >= 160
+#Requires(postun):	-
+#Requires(pre,post):	-
+#Requires(preun):	-
+#Requires:	-
+#Provides:	-
+#Provides:	group(foo)
+#Provides:	user(foo)
+#Obsoletes:	-
+#Conflicts:	-
+#BuildArch:	noarch
+#ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+systemd is a system and service manager for Linux, compatible with 
+SysV and LSB init scripts. systemd provides aggressive parallelization
+capabilities, uses socket and D-Bus activation for starting services,
+offers on-demand starting of daemons, keeps track of processes using
+Linux cgroups, supports snapshotting and restoring of the system
+state, maintains mount and automount points and implements an
+elaborate transactional dependency-based service control logic. It can
+work as a drop-in replacement for sysvinit. 
+
+%description -l pl.UTF-8
+systemd jest zarządcą systemu i usług dla Linuksa, kompatybilny ze
+skryptami SysV i LSB. systemd udostępnia rozbudowane zdolności
+paralelizacji, do uruchamiania usług używa socketów oraz D-Busa,
+oferuje uruchamianie usług na życzenie, monitoruje procesy używając
+linuksowych cgroups, wspomaga zapisywanie (snapshot) i odczytywanie
+(restore) stanu systemu, zarządza (auto)mount pointami oraz
+implementuje starannie opracowaną transakcjonalną, bazującą na
+zależnościach logikę kontroli usług. Może pracować jako zastepca dla
+sysvinit.
+
+%prep
+%setup -q
+
+%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%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 AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/11/25 12:03:44  shadzik
+- init
+- NFY
+
================================================================


More information about the pld-cvs-commit mailing list