]> git.pld-linux.org Git - packages/fluxconf.git/blobdiff - fluxconf.spec
- simplifications.
[packages/fluxconf.git] / fluxconf.spec
index 359aeb4a12caa061e9a70fd37e4776055cf4bf0e..e834f3b86f578a74d6c4763867f16bbba7b8ea22 100644 (file)
@@ -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}/*
This page took 0.12933 seconds and 4 git commands to generate.