Author: glen Date: Thu Mar 22 19:47:20 2012 GMT Module: packages Tag: HEAD ---- Log message: - -gtk split off to systemd-ui project
---- Files affected: packages/systemd: systemd.spec (1.136 -> 1.137) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.136 packages/systemd/systemd.spec:1.137 --- packages/systemd/systemd.spec:1.136 Wed Mar 21 12:27:31 2012 +++ packages/systemd/systemd.spec Thu Mar 22 20:47:15 2012 @@ -8,7 +8,6 @@ # Conditional build: %bcond_without audit # without audit support %bcond_without cryptsetup # without cryptsetup support -%bcond_without gtk # build gtk tools %bcond_without pam # PAM authentication support %bcond_without plymouth # do not install plymouth units %bcond_without selinux # without SELinux support @@ -18,7 +17,7 @@ Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa Name: systemd Version: 44 -Release: 4 +Release: 5 License: GPL v2+ Group: Base Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz @@ -63,12 +62,6 @@ # not required for building from release (which contains *.c for *.vala) #BuildRequires: vala >= 0.10.0 BuildRequires: xz-devel -%if %{with gtk} -BuildRequires: glib2-devel >= 1:2.26.1 -BuildRequires: gtk+2-devel >= 2:2.24.0 -BuildRequires: libgee-devel -BuildRequires: libnotify-devel >= 0.7.0 -%endif Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-units = %{version}-%{release} Requires: /etc/os-release @@ -175,19 +168,6 @@ %description plymouth -l pl.UTF-8 Jednostki wspierające Plymouth (graficzny start systemu) dla systemd. -%package gtk -Summary: Graphical frontend for systemd -Summary(pl.UTF-8): Graficzny interfejs do systemd -Group: Base -Requires: %{name} = %{version}-%{release} -Requires: polkit - -%description gtk -Graphical front-end for systemd. - -%description gtk -l pl.UTF-8 -Graficzny interfejs do systemd. - %package analyze Summary: Tool for processing systemd profiling information Group: Base @@ -344,7 +324,7 @@ %configure \ %{__enable_disable audit} \ %{__enable_disable cryptsetup libcryptsetup} \ - %{__enable_disable gtk} \ + --disable-gtk \ %{__enable_disable pam} \ %{__enable_disable plymouth} \ %{__enable_disable selinux} \ @@ -427,9 +407,7 @@ :> $RPM_BUILD_ROOT/var/log/btmp :> $RPM_BUILD_ROOT/var/log/wtmp -%if %{without gtk} %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/systemadm.1* -%endif %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name} %{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la @@ -708,14 +686,6 @@ %config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-start.service %endif -%if %{with gtk} -%files gtk -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/systemadm -%attr(755,root,root) %{_bindir}/systemd-gnome-ask-password-agent -%{_mandir}/man1/systemadm.1* -%endif - %files analyze %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/systemd-analyze @@ -791,6 +761,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.137 2012/03/22 19:47:15 glen +- -gtk split off to systemd-ui project + Revision 1.136 2012/03/21 11:27:31 glen - don't drop file i want to package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.136&r2=1.137 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
