telepathy-python: correct patch (from last commit) path; revbump
This commit is contained in:
parent
afb53d073b
commit
6db078a447
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||||
index 135f2f0..ede1fc3 100644
|
index 135f2f0..ede1fc3 100644
|
||||||
--- Makefile.am
|
--- src/Makefile.am
|
||||||
+++ Makefile.am
|
+++ src/Makefile.am
|
||||||
@@ -13,10 +13,12 @@ telepathy_PYTHON = \
|
@@ -13,10 +13,12 @@ telepathy_PYTHON = \
|
||||||
spec_dir = $(top_srcdir)/spec
|
spec_dir = $(top_srcdir)/spec
|
||||||
spec_files := $(patsubst $(spec_dir)%.xml,_generated%.py,$(wildcard $(spec_dir)/*.xml))
|
spec_files := $(patsubst $(spec_dir)%.xml,_generated%.py,$(wildcard $(spec_dir)/*.xml))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'telepathy-python'
|
# Template file for 'telepathy-python'
|
||||||
pkgname=telepathy-python
|
pkgname=telepathy-python
|
||||||
version=0.15.19
|
version=0.15.19
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python libraries for use in Telepathy clients and connection managers"
|
short_desc="Python libraries for use in Telepathy clients and connection managers"
|
||||||
|
|
Loading…
Reference in a new issue