Update to 3.21.91
This commit is contained in:
parent
ec91c1ddf9
commit
30c26ac555
@ -8,23 +8,16 @@
|
||||
%define python3_version 3.1
|
||||
%endif
|
||||
|
||||
%global commit0 f65bb1fc8f7f6172970545412fe56ab75f57904b
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global with_check 0
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.21.1
|
||||
Release: 0.1.git%{shortcommit0}%{?dist}
|
||||
Version: 3.21.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for GObject Introspection
|
||||
|
||||
License: LGPLv2+ and MIT
|
||||
URL: https://wiki.gnome.org/Projects/PyGObject
|
||||
# git clone git://git.gnome.org/pygobject
|
||||
# ./autogen.sh; make; make dist
|
||||
# mv pygobject-3.21.1.tar.xz pygobject-3.21.1-`git rev-parse --short HEAD`.tar.xz
|
||||
Source0: pygobject-%{version}-%{shortcommit0}.tar.xz
|
||||
#Source0: https://download.gnome.org/sources/pygobject/3.21/pygobject-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pygobject/3.21/pygobject-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
@ -221,6 +214,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{_libdir}/pkgconfig/pygobject-3.0.pc
|
||||
|
||||
%changelog
|
||||
* Fri Aug 26 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
||||
- Update to 3.21.91
|
||||
|
||||
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 3.21.1-0.1.git395779e
|
||||
- Update to 3.21.1 git snapshot
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user