]> git.pld-linux.org Git - packages/xcb-proto.git/commitdiff
- rel 2; include xcbgen in python auto/th/xcb-proto-1_2-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Jul 2008 05:30:22 +0000 (05:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcb-proto.spec -> 1.10

xcb-proto.spec

index ddc2f74a38ae3cfa9e87a1fb4d5a5e2fd324626b..ab7eaa465e9574d98881e9dc793153811af7fe15 100644 (file)
@@ -2,12 +2,14 @@ Summary:      XML-XCB protocol description files
 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
@@ -37,6 +39,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%py_comp $RPM_BUILD_ROOT
+%py_ocomp $RPM_BUILD_ROOT
+%py_postclean
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -45,3 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING NEWS README TODO doc/xml-xcb.txt
 %{_datadir}/xcb
 %{_pkgconfigdir}/xcb-proto.pc
+%{py_sitescriptdir}/xcbgen
This page took 0.293038 seconds and 4 git commands to generate.