]> git.pld-linux.org Git - packages/Xconfigurator.git/blobdiff - Xconfigurator.spec
- standarized line with BuildRoot field:
[packages/Xconfigurator.git] / Xconfigurator.spec
index 0652db9cb1834afa5f78e7038a441e395e8f23a7..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,17 +38,18 @@ strip Xconfigurator
 rm -rf $RPM_BUILD_ROOT
 make PREFIX=$RPM_BUILD_ROOT install
 
-gzip -9nf $RPM_BUILDROOT/usr/man/man1/Xconfigurator.1x
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/Xconfigurator.1x
+gzip -9nf README TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc README TODO
-%attr(755, root, root) /usr/X11R6/bin/Xconfigurator
+%defattr(644,root,root,755)
+%doc {README,TODO}.gz
+%attr(755,root,root) /usr/X11R6/bin/Xconfigurator
 /usr/X11R6/share/Xconfigurator
-%attr(644, root,  man) /usr/X11R6/man/man1/Xconfigurator.1x
+/usr/X11R6/man/man1/Xconfigurator.1x.gz
 %lang(cs) /usr/X11R6/share/locale/cs/LC_MESSAGES/Xconfigurator.mo
 %lang(da) /usr/X11R6/share/locale/da/LC_MESSAGES/Xconfigurator.mo
 %lang(de) /usr/X11R6/share/locale/de/LC_MESSAGES/Xconfigurator.mo
This page took 0.067451 seconds and 4 git commands to generate.