Author: arekm Date: Fri Jul 18 05:30:27 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; include xcbgen in python
---- Files affected: SPECS: xcb-proto.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/xcb-proto.spec diff -u SPECS/xcb-proto.spec:1.9 SPECS/xcb-proto.spec:1.10 --- SPECS/xcb-proto.spec:1.9 Fri Jul 18 07:25:32 2008 +++ SPECS/xcb-proto.spec Fri Jul 18 07:30:22 2008 @@ -3,12 +3,14 @@ Summary(pl.UTF-8): Pliki opisu protokoĊu XML-XCB Name: xcb-proto Version: 1.2 -Release: 1 +Release: 2 License: MIT Group: Development/Libraries Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 # Source0-md5: 09f912486d8a2353bb4b99ddc28ba3c7 URL: http://xcb.freedesktop.org/ +BuildRequires: python +%pyrequires_eq python BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -38,6 +40,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%py_comp $RPM_BUILD_ROOT +%py_ocomp $RPM_BUILD_ROOT +%py_postclean + %clean rm -rf $RPM_BUILD_ROOT @@ -46,6 +52,7 @@ %doc COPYING NEWS README TODO doc/xml-xcb.txt %{_datadir}/xcb %{_pkgconfigdir}/xcb-proto.pc +%{py_sitescriptdir}/xcbgen %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -53,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2008/07/18 05:30:22 arekm +- rel 2; include xcbgen in python + Revision 1.9 2008/07/18 05:25:32 arekm - up to 1.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xcb-proto.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
