]> git.pld-linux.org Git - packages/fluxconf.git/blobdiff - fluxconf.spec
- pl fixes, simplifications
[packages/fluxconf.git] / fluxconf.spec
index 410538a85e3f848921bbeebad7d1e3f005c4748c..359aeb4a12caa061e9a70fd37e4776055cf4bf0e 100644 (file)
@@ -1,23 +1,23 @@
-Name:          fluxconf
 Summary:       Fluxbox configurator
-Summary(pl):   Narzêdzie konfiguracyjne dla fluxbox
+Summary(pl):   Narzêdzie konfiguracyjne dla fluxboksa
+Name:          fluxconf
 Version:       0.6
 Release:       1
-Group:         X11/Window Managers/Tools
 License:       GPL
-URL:           http://devaux.fabien.free.fr/flux/
 Vendor:                University of Freiburg / Germany
+Group:         X11/Window Managers/Tools
 Source0:       http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.bz2
-BuildRoot:     %{tmpdir}/%{name}-%{version}-build-root-%(id -u -n)
+URL:           http://devaux.fabien.free.fr/flux/
 BuildRequires:  gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-build-root-%(id -u -n)
 
-%define        _x11bindir      %{_prefix}/X11R6/bin
+%define        _prefix         /usr/X11R6
 
 %description
-Fluxconf is a tool to configure Fluxbox
+Fluxconf is a tool to configure Fluxbox.
 
 %description -l pl
-Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxbox'a
+Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxboksa.
 
 %prep
 %setup -q 
@@ -28,17 +28,14 @@ Fluxconf jest narz
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_x11bindir}
-install fluxconf $RPM_BUILD_ROOT%{_x11bindir}
-install fluxkeys $RPM_BUILD_ROOT%{_x11bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
+install fluxconf $RPM_BUILD_ROOT%{_bindir}
+install fluxkeys $RPM_BUILD_ROOT%{_bindir}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc src/*.gz
-%attr(755,root,root) %{_x11bindir}/fluxconf
-%attr(755,root,root) %{_x11bindir}/fluxkeys
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%attr(755,root,root) %{_bindir}/fluxconf
+%attr(755,root,root) %{_bindir}/fluxkeys
This page took 0.264202 seconds and 4 git commands to generate.