summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-06 12:21:07 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-06 12:22:33 +0100
commit0e094639e715a6d4b8dee0736fdc305b9d31776b (patch)
treec9192100bc795e9dcc35bba95bbc33b1f8fcb5f4
parente178591c4ef0728a44382e8ef518327038994864 (diff)
downloaddbus-python-sandbox/kevinthierry/bump-1.2.0.tar.gz
dbus-python-sandbox/kevinthierry/bump-1.2.0.tar.bz2
dbus-python-sandbox/kevinthierry/bump-1.2.0.zip
Bump to version 1.2.0sandbox/kevinthierry/bump-1.2.0
Use upstream git repo instead of pristine-tar. Bug-Tizen: TC-1946 Change-Id: Ifb80d0eabbf9d3451a7466d587a141da1483b83c Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--.gbs.conf3
-rw-r--r--packaging/dbus-python.spec10
2 files changed, 7 insertions, 6 deletions
diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644
index 0000000..bdf1722
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream/master
+upstream_tag = dbus-python-${upstreamversion}
diff --git a/packaging/dbus-python.spec b/packaging/dbus-python.spec
index 3d1ad40..aafeaf1 100644
--- a/packaging/dbus-python.spec
+++ b/packaging/dbus-python.spec
@@ -1,12 +1,12 @@
Name: dbus-python
-Version: 1.1.1
+Version: 1.2.0
Release: 0
Summary: Python bindings for D-Bus
License: MIT
Group: System/Libraries
Url: http://www.freedesktop.org/wiki/Software/DBusBindings/
Source0: http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
-Source1001: dbus-python.manifest
+Source1001: dbus-python.manifest
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: pkgconfig(dbus-1)
@@ -30,8 +30,8 @@ cp %{SOURCE1001} .
%build
export CFLAGS="%{optflags} -fstack-protector -fno-strict-aliasing -fPIC"
-%configure --docdir=%{_docdir}/dbus-python
-make %{?_smp_mflags}
+%autogen --docdir=%{_docdir}/dbus-python
+%__make %{?_smp_mflags}
%install
%make_install
@@ -52,5 +52,3 @@ make %{?_smp_mflags}
%defattr(-,root,root,-)
%{_includedir}/dbus-1.0/dbus/dbus-python.h
%{_libdir}/pkgconfig/dbus-python.pc
-
-%changelog