SPECS (AC-branch): python-xf86config.spec - remove xorg

glen glen at pld-linux.org
Thu May 25 00:34:32 CEST 2006


Author: glen                         Date: Wed May 24 22:34:32 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- remove xorg

---- Files affected:
SPECS:
   python-xf86config.spec (1.7 -> 1.7.2.1) 

---- Diffs:

================================================================
Index: SPECS/python-xf86config.spec
diff -u SPECS/python-xf86config.spec:1.7 SPECS/python-xf86config.spec:1.7.2.1
--- SPECS/python-xf86config.spec:1.7	Thu May 25 00:25:23 2006
+++ SPECS/python-xf86config.spec	Thu May 25 00:34:26 2006
@@ -8,6 +8,7 @@
 Group:		Libraries
 Source0:	pyxf86config-%{version}.tar.gz
 # Source0-md5:	43488299e096b3fed4f080579f9e7fbb
+Patch0:		%{name}-xorg.patch
 URL:		http://www.redhat.com/
 BuildRequires:	XFree86-devel
 BuildRequires:	automake
@@ -20,8 +21,8 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Python wrappers for the X server config file library libxf86config.
-It is used to read and write X server configuration files.
+Python wrappers for the X server config file library libxf86config. It
+is used to read and write X server configuration files.
 
 %description -l pl
 Pythonowe dowiązania do biblioteki pliku konfiguracyjnego X serwera
@@ -30,9 +31,14 @@
 
 %prep
 %setup -q -n pyxf86config-%{version}
+%patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.* .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--with-python-version=%{py_ver}
 %{__make} \
@@ -59,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7.2.1  2006/05/24 22:34:26  glen
+- remove xorg
+
 Revision 1.7  2006/05/24 22:25:23  glen
 - 0.3.24, needs de-xorgifizing
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-xf86config.spec?r1=1.7&r2=1.7.2.1&f=u



More information about the pld-cvs-commit mailing list