]> git.pld-linux.org Git - packages/Xconfigurator.git/blobdiff - Xconfigurator.spec
- standarized line with BuildRoot field:
[packages/Xconfigurator.git] / Xconfigurator.spec
index 953321fdf568b490c16e4823a18f725873d49873..5f547b0b4d74ac9eb4b80adba10df7e23bab360e 100644 (file)
@@ -11,7 +11,7 @@ Patch:       Xconfigurator-config.patch
 Requires:    XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
 Requires:    initscripts >= 3.60
 ExcludeArch: sparc
-BuildRoot:   /tmp/%{name}-%{version}-root
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 This is the Red Hat X Configuration tool.  It is based on the sources
@@ -38,7 +38,7 @@ strip Xconfigurator
 rm -rf $RPM_BUILD_ROOT
 make PREFIX=$RPM_BUILD_ROOT install
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/Xconfigurator.1x
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/Xconfigurator.1x
 gzip -9nf README TODO
 
 %clean
@@ -47,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {README,TODO}.gz
-%attr(755, root, root) /usr/X11R6/bin/Xconfigurator
+%attr(755,root,root) /usr/X11R6/bin/Xconfigurator
 /usr/X11R6/share/Xconfigurator
 /usr/X11R6/man/man1/Xconfigurator.1x.gz
 %lang(cs) /usr/X11R6/share/locale/cs/LC_MESSAGES/Xconfigurator.mo
This page took 0.033468 seconds and 4 git commands to generate.