]> git.pld-linux.org Git - packages/python-xpyb.git/commitdiff
- updated to 1.2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Jul 2010 07:09:26 +0000 (07:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated dir patch (now just -avoid-version)

Changed files:
    python-xpyb-dir.patch -> 1.2
    python-xpyb.spec -> 1.5

python-xpyb-dir.patch
python-xpyb.spec

index 50d1e1ed5138996f45637deef81965c3e65c3d9a..f4b0e5c966d0a915c2527e4c93a60da74e4543f0 100644 (file)
@@ -1,13 +1,6 @@
---- xpyb-0.9/src/Makefile.am.orig      2008-06-04 05:06:08.000000000 +0200
-+++ xpyb-0.9/src/Makefile.am   2008-07-31 17:13:22.677338884 +0200
-@@ -6,13 +6,14 @@
-               xc_misc.xml
- pkgpythondir = $(pythondir)/xcb
-+pkgpyexecdir = $(pyexecdir)/xcb
--pkgpython_LTLIBRARIES = xcb.la
-+pkgpyexec_LTLIBRARIES = xcb.la
+--- xpyb-1.2/src/Makefile.am.orig      2009-12-17 19:46:14.000000000 +0100
++++ xpyb-1.2/src/Makefile.am   2010-07-02 23:30:35.605386711 +0200
+@@ -11,8 +11,8 @@
  
  xcb_la_LIBADD = $(LIBXCB_LIBS)
  xcb_la_CPPFLAGS = -I$(PYTHON_INCLUDE)
index 20348d7fdd415539b05f8045b9a79883bd3db9d2..a9431a22c231972a72b69601357c0a07291fe1fc 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       X-protocol Python Binding
 Summary(pl.UTF-8):     X-protocol Python Binding - wiązanie Pythona do protokołu X
 Name:          python-xpyb
-Version:       1.1
+Version:       1.2
 Release:       1
-License:       MIT?
+License:       Public Domain
 Group:         Development/Languages/Python
 Source0:       http://xcb.freedesktop.org/dist/xpyb-%{version}.tar.bz2
-# Source0-md5: 0d82bbaa97f89e41aada9fab5630147a
+# Source0-md5: 953cd851d7ad3e59577062ca53c77f3d
 Patch0:                %{name}-dir.patch
 URL:           http://xcb.freedesktop.org/
 BuildRequires: autoconf >= 2.57
@@ -22,11 +22,11 @@ BuildRequires:      xcb-proto >= 1.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xpyb provides a Python binding to the X Window System protocol via
+XPyB provides a Python binding to the X Window System protocol via
 libxcb.
 
 %description -l pl.UTF-8
-xpyb udostępnia wiązanie Pythona do protokołu X Window System poprzez
+XPyB udostępnia wiązanie Pythona do protokołu X Window System poprzez
 libxcb.
 
 %prep
@@ -57,10 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README
+%doc COPYING NEWS README doc/XcbPythonBinding.txt
 %dir %{py_sitedir}/xcb
 %attr(755,root,root) %{py_sitedir}/xcb/xcb.so
-%dir %{py_sitescriptdir}/xcb
-%{py_sitescriptdir}/xcb/*.py[co]
+%{py_sitedir}/xcb/*.py[co]
 # -devel
 %{_pkgconfigdir}/xpyb.pc
This page took 0.060216 seconds and 4 git commands to generate.