SPECS: python-xf86config.spec - merge from AC-branch
glen
glen at pld-linux.org
Wed Sep 6 18:15:41 CEST 2006
Author: glen Date: Wed Sep 6 16:15:41 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- merge from AC-branch
---- Files affected:
SPECS:
python-xf86config.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/python-xf86config.spec
diff -u SPECS/python-xf86config.spec:1.10 SPECS/python-xf86config.spec:1.11
--- SPECS/python-xf86config.spec:1.10 Fri Jun 2 14:52:43 2006
+++ SPECS/python-xf86config.spec Wed Sep 6 18:15:36 2006
@@ -32,7 +32,11 @@
%setup -q -n pyxf86config-%{version}
%build
-cp -f /usr/share/automake/config.* .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--with-python-version=%{py_ver}
%{__make} \
@@ -44,6 +48,10 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -51,7 +59,7 @@
%defattr(644,root,root,755)
%doc README NEWS AUTHORS ChangeLog
%attr(755,root,root) %{py_sitedir}/ixf86configmodule.so
-%{py_sitedir}/xf86config.py
+%{py_sitedir}/xf86config.py[co]
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -59,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2006/09/06 16:15:36 glen
+- merge from AC-branch
+
Revision 1.10 2006/06/02 12:52:43 shadzik
- updated BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-xf86config.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list