diff options
-rw-r--r-- | .gbs.conf | 3 | ||||
-rw-r--r-- | packaging/dbus-python.spec | 10 |
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 |