]> git.pld-linux.org Git - packages/Xconfigurator.git/blobdiff - Xconfigurator.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/Xconfigurator.git] / Xconfigurator.spec
index da356a00ebd2f946a0000d82db8d080fc8fb26e8..2de11179f2aa3d834a5dc108695a01fbd91883d1 100644 (file)
@@ -1,24 +1,27 @@
 Summary:       Red Hat X Window System Configuration tool
 Summary(pl):   Narzêdzie do konfiguracji X Window System
 Name:          Xconfigurator
-Version:       4.2.3
+Version:       4.10.7
 Release:       1
 License:       distributable
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(es):     X11/Aplicaciones
-Group(pl):     X11/Aplikacje
-Group(pt_BR):  X11/Aplicações
-Group(pt):     X11/Aplicações
-Source0:       %{name}-%{version}.tar.gz
-Patch0:                %{name}-config.patch
-Requires:      XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
+Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: 13b8af4364419e959396df2b1f50d87e
+#Patch0:               %{name}-config.patch
+Patch1:                %{name}-kudzu.patch
 #Requires:     initscripts >= 3.60
+BuildRequires: gdk-pixbuf-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
@@ -35,7 +38,8 @@ przyjemniejszy interfejs i jest 
 
 %prep
 %setup -q
-%patch -p1
+#%patch0 -p1
+%patch1 -p1
 
 %build
 %{__make}
@@ -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.088945 seconds and 4 git commands to generate.