]> git.pld-linux.org Git - packages/systemd.git/blame - systemd.spec
- init
[packages/systemd.git] / systemd.spec
CommitLineData
ede8d3e5 1#
2
3Summary: systemd - a system and service manager for Linux
4Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
5Name: systemd
6Version: 15
7Release: 0.1
8License: GPL v2+
9Group: Base
10Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
11# Source0-md5: 36011aa8593862ca78e3e909f6143570
12URL: http://www.freedesktop.org/wiki/Software/systemd
13#BuildRequires: -
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: gettext-devel
17BuildRequires: libtool
18BuildRequires: udev-devel >= 160
19#Requires(postun): -
20#Requires(pre,post): -
21#Requires(preun): -
22#Requires: -
23#Provides: -
24#Provides: group(foo)
25#Provides: user(foo)
26#Obsoletes: -
27#Conflicts: -
28#BuildArch: noarch
29#ExclusiveArch: %{ix86}
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33systemd is a system and service manager for Linux, compatible with
34SysV and LSB init scripts. systemd provides aggressive parallelization
35capabilities, uses socket and D-Bus activation for starting services,
36offers on-demand starting of daemons, keeps track of processes using
37Linux cgroups, supports snapshotting and restoring of the system
38state, maintains mount and automount points and implements an
39elaborate transactional dependency-based service control logic. It can
40work as a drop-in replacement for sysvinit.
41
42%description -l pl.UTF-8
43systemd jest zarządcą systemu i usług dla Linuksa, kompatybilny ze
44skryptami SysV i LSB. systemd udostępnia rozbudowane zdolności
45paralelizacji, do uruchamiania usług używa socketów oraz D-Busa,
46oferuje uruchamianie usług na życzenie, monitoruje procesy używając
47linuksowych cgroups, wspomaga zapisywanie (snapshot) i odczytywanie
48(restore) stanu systemu, zarządza (auto)mount pointami oraz
49implementuje starannie opracowaną transakcjonalną, bazującą na
50zależnościach logikę kontroli usług. Może pracować jako zastepca dla
51sysvinit.
52
53%prep
54%setup -q
55
56%build
57%{__gettextize}
58%{__libtoolize}
59%{__aclocal} -I m4
60%{__autoconf}
61%{__automake}
62%configure
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files
75%defattr(644,root,root,755)
76%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.042779 seconds and 4 git commands to generate.