From f40796b3002d7772cc56a55911ea6dcbea34f27a Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 26 May 2002 11:42:05 +0000 Subject: [PATCH] - simplifications. TODO: add desktop file in Settings/. Changed files: fluxconf.spec -> 1.3 --- fluxconf.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/fluxconf.spec b/fluxconf.spec index 359aeb4..e834f3b 100644 --- a/fluxconf.spec +++ b/fluxconf.spec @@ -1,3 +1,7 @@ +# +# TODO: +# - add desktop file in Settings/. +# Summary: Fluxbox configurator Summary(pl): Narzêdzie konfiguracyjne dla fluxboksa Name: fluxconf @@ -9,6 +13,7 @@ Group: X11/Window Managers/Tools Source0: http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.bz2 URL: http://devaux.fabien.free.fr/flux/ BuildRequires: gtk+-devel +Requires: fluxbox BuildRoot: %{tmpdir}/%{name}-%{version}-build-root-%(id -u -n) %define _prefix /usr/X11R6 @@ -27,15 +32,13 @@ Fluxconf jest narz %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT%{_bindir} -install fluxconf $RPM_BUILD_ROOT%{_bindir} -install fluxkeys $RPM_BUILD_ROOT%{_bindir} + +install fluxconf fluxkeys $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/fluxconf -%attr(755,root,root) %{_bindir}/fluxkeys +%attr(755,root,root) %{_bindir}/* -- 2.43.0