]> git.pld-linux.org Git - packages/Xconfigurator.git/blobdiff - Xconfigurator.spec
- tabs in preamble
[packages/Xconfigurator.git] / Xconfigurator.spec
index b1a867cc86aef48680f97ca6fc2d607011e5d2c5..aea676d12204b2323fcfbf73cb9f8a8a7460a799 100644 (file)
@@ -1,23 +1,27 @@
 Summary:       Red Hat X Window System Configuration tool
-Summary(pl):   Narzêdzie do konfiguracji X Window System
+Summary(pl.UTF-8):     Narzędzie do konfiguracji X Window System
 Name:          Xconfigurator
 Version:       4.10.7
 Release:       1
 License:       distributable
 Group:         X11/Applications
 Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: 13b8af4364419e959396df2b1f50d87e
 #Patch0:               %{name}-config.patch
 Patch1:                %{name}-kudzu.patch
-Requires:      XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
 #Requires:     initscripts >= 3.60
-ExcludeArch:   sparc
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: gdk-pixbuf-devel
-BuildRequires: kudzu-devel
 BuildRequires: gnome-libs-devel
+BuildRequires: kudzu-devel
+Requires:      XFree86 >= 3.3.2
+Requires:      kbd
+Requires:      kbdconfig
+Requires:      mouseconfig >= 2.8
+ExcludeArch:   sparc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix /usr/X11R6
-%define                _mandir /usr/X11R6/man
+%define                _mandir %{_prefix}/man
 
 %description
 This is the Red Hat X Configuration tool. It is based on the sources
@@ -27,10 +31,10 @@ added to make it easier for the end user.
 NOTE - use mouseconfig to change your mouse type, then re-run
 Xconfigurator to set X up for your new mouse type.
 
-%description -l pl
-Narzêdzie do konfiguracji X Window System stworzone przez firmê Red
-Hat Software. Jest oparte na xf86config - narzêdziu z XFree86. Ma
-przyjemniejszy interfejs i jest ³atwiejszy w obs³udze.
+%description -l pl.UTF-8
+Narzędzie do konfiguracji X Window System stworzone przez firmę Red
+Hat Software. Jest oparte na xf86config - narzędziu z XFree86. Ma
+przyjemniejszy interfejs i jest łatwiejszy w obsłudze.
 
 %prep
 %setup -q
@@ -43,9 +47,8 @@ przyjemniejszy interfejs i jest 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} PREFIX=$RPM_BUILD_ROOT install
-
-gzip -9nf README TODO
+%{__make} install \
+       PREFIX=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -54,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {README,TODO}.gz
+%doc README TODO
 %attr(755,root,root) %{_bindir}/Xconfigurator
 %attr(755,root,root) %{_bindir}/Xtest
 %{_datadir}/Xconfigurator
This page took 0.031892 seconds and 4 git commands to generate.