]> git.pld-linux.org Git - packages/awesome.git/commitdiff
- split awesome-client to separate subpackage.
authorpawelz <pawelz@pld-linux.org>
Mon, 15 Jun 2009 05:55:06 +0000 (05:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  awesome-client speaks to awesome using DBUS so in theory it may speak
  to awesome on remote machine. In such case it makes sense to install
  awesome-client only.

Changed files:
    awesome.spec -> 1.61

awesome.spec

index 6fb979c8275ca1b43e74b4d9b260d6bd8559717b..291e03650890de3f5c14e97166caf779afb87be8 100644 (file)
@@ -3,7 +3,7 @@ Summary(hu.UTF-8):      awesome ablakkezelő
 Summary(pl.UTF-8):     Zarządca okien X - Awesome
 Name:          awesome
 Version:       3.3
-Release:       5
+Release:       6
 License:       GPL v2
 Group:         X11/Window Managers
 Source0:       http://awesome.naquadah.org/download/%{name}-%{version}.tar.bz2
@@ -39,8 +39,7 @@ BuildRequires:        xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXft-devel
 BuildRequires: xorg-lib-libXinerama-devel
 BuildRequires: xorg-lib-libXrandr-devel
-Requires:      dbus
-Requires:      rlwrap
+Requires:      %{name}-client = %{version}-%{release}
 Requires:      startup-notification >= 0.10
 Requires:      xcb-util >= 0.3.5
 Suggests:      %{name}-plugin-awful = %{version}-%{release}
@@ -71,6 +70,21 @@ myślą o bardziej zaawansowanych użytkownikach: programistach oraz
 innych pracujących na codzień z komputerami, którzy chcą mieć dużą
 kontrolę nad swoim środowiskiem graficznym.
 
+%package client
+Summary:       awesome window manager command line client
+Summary(pl.UTF-8):     klient zarządcy okien awesome
+Group:         Applications
+Requires:      dbus
+Requires:      rlwrap
+
+%description client
+awesome-client is command line utility (in fact shell script) for executing
+an arbitrary lua code in working awesome window manager instance.
+
+%description client -l pl.UTF-8
+awesome-client to skrypt powłoki pozwalający wykonać dowolny kod lua w
+działającej instancji zarządcy okien awesome.
+
 %package doc
 Summary:       awesome window manager API documentation
 Summary(hu.UTF-8):     awesome ablakkezelő API dokumentációja
@@ -273,16 +287,20 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_docdir}/%{name}-%{version}
 %exclude %{_docdir}/%{name}-%{version}/luadoc
 %attr(755,root,root) %{_bindir}/%{name}
-%attr(755,root,root) %{_bindir}/%{name}-client
 %attr(755,root,root) %{_bindir}/awsetbg
 %dir %{_datadir}/%{name}/lib
 %{_datadir}/%{name}/lib/capi.lua
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/icons
 %{_datadir}/xsessions/%{name}.desktop
-%{_mandir}/man1/%{name}*
-%{_mandir}/man1/awsetbg*
-%{_mandir}/man5/%{name}*
+%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/awsetbg.1*
+%{_mandir}/man5/awesomerc.5*
+
+%files client
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}-client
+%{_mandir}/man1/%{name}-client.1*
 
 %files doc
 %defattr(644,root,root,755)
This page took 0.058644 seconds and 4 git commands to generate.