]> git.pld-linux.org Git - SPECS.git/blob - systemd-ui.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / systemd-ui.spec
1 Summary:        Graphical frontend for systemd
2 Summary(pl.UTF-8):      Graficzny interfejs do systemd
3 Name:           systemd-ui
4 Version:        3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
9 # Source0-md5:  8e075c41f89a2888deee4ec3a8e75806
10 URL:            http://www.freedesktop.org/wiki/Software/systemd
11 BuildRequires:  dbus-devel >= 1.3.2
12 BuildRequires:  desktop-file-utils
13 BuildRequires:  glib2-devel >= 1:2.26.1
14 BuildRequires:  gtk+3-devel >= 3.0
15 BuildRequires:  libgee-devel >= 0.8
16 BuildRequires:  libnotify-devel >= 0.7.0
17 BuildRequires:  libxslt-progs
18 BuildRequires:  pkgconfig
19 # not required for building from release (which contains *.c for *.vala)
20 #BuildRequires: vala >= 0.11
21 Requires:       dbus(org.freedesktop.Notifications)
22 Requires:       glib2 >= 1:2.26.1
23 Requires:       libgee >= 0.8
24 Requires:       polkit
25 Obsoletes:      systemd-gtk < 44-5
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Graphical front-end for systemd. It provides a simple user interface
30 to manage services, and a graphical agent to request passwords from
31 the user.
32
33 %description -l pl.UTF-8
34 Graficzny frontend do systemd. Udostępnia prosty interfejs użytkownika
35 do zarządzania usługami oraz graficznego agenta do pytania
36 użytkowników o hasła.
37
38 %prep
39 %setup -q
40
41 %build
42 %configure \
43         --disable-silent-rules
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 # Categories not ; terminated, this fixes it :)
52 desktop-file-install --delete-original  \
53         --dir=$RPM_BUILD_ROOT%{_desktopdir} \
54         $RPM_BUILD_ROOT%{_desktopdir}/systemadm.desktop
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc README
62 %attr(755,root,root) %{_bindir}/systemadm
63 %attr(755,root,root) %{_bindir}/systemd-gnome-ask-password-agent
64 %{_mandir}/man1/systemadm.1*
65 %{_desktopdir}/systemadm.desktop
This page took 0.852001 seconds and 3 git commands to generate.