summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-06 12:21:07 +0100
committerChanho Park <chanho61.park@samsung.com>2014-11-28 15:17:39 +0900
commit4474fb862ba1d9bc3e1996d79d8ec5fa780430f8 (patch)
treec26486eeed0e3f9d9cea2da865dbf1aa04d00bdd
parent35d7351f71ad49c6177ac2c8c16b2487f3b73652 (diff)
downloaddbus-python-4474fb862ba1d9bc3e1996d79d8ec5fa780430f8.tar.gz
dbus-python-4474fb862ba1d9bc3e1996d79d8ec5fa780430f8.tar.bz2
dbus-python-4474fb862ba1d9bc3e1996d79d8ec5fa780430f8.zip
Bump to version 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