]> git.pld-linux.org Git - packages/systemd-ui.git/blob - systemd-ui.spec
5a98496589a2d272f2629e37630a904a3af5b62f
[packages/systemd-ui.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:        2
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:  44db062d67fbe48da6916d6fe45b44c5
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:  pkgconfig
18 # not required for building from release (which contains *.c for *.vala)
19 #BuildRequires: vala >= 0.11
20 Requires:       dbus(org.freedesktop.Notifications)
21 Requires:       glib2 >= 1:2.26.1
22 Requires:       libgee >= 0.8
23 Requires:       polkit
24 Obsoletes:      systemd-gtk < 44-5
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Graphical front-end for systemd. It provides a simple user interface
29 to manage services, and a graphical agent to request passwords from
30 the user.
31
32 %description -l pl.UTF-8
33 Graficzny frontend do systemd. Udostępnia prosty interfejs użytkownika
34 do zarządzania usługami oraz graficznego agenta do pytania
35 użytkowników o hasła.
36
37 %prep
38 %setup -q
39
40 %build
41 %configure \
42         --disable-silent-rules
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 # Categories not ; terminated, this fixes it :)
51 desktop-file-install --delete-original  \
52         --dir=$RPM_BUILD_ROOT%{_desktopdir} \
53         $RPM_BUILD_ROOT%{_desktopdir}/systemadm.desktop
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc README
61 %attr(755,root,root) %{_bindir}/systemadm
62 %attr(755,root,root) %{_bindir}/systemd-gnome-ask-password-agent
63 %{_mandir}/man1/systemadm.1*
64 %{_desktopdir}/systemadm.desktop
This page took 0.0721850000000001 seconds and 2 git commands to generate.