OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=2
This commit is contained in:
parent
0f4e353b9b
commit
fcc5cc15cf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c3c7e7b2a9d3ad3bbc167fd589193dd03a45c1ce0c8694f9a2d4cb5b2246f7b
|
|
||||||
size 573665
|
|
3
gobject-introspection-0.6.3.tar.bz2
Normal file
3
gobject-introspection-0.6.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6ae995ba759dd8634b8815980687b565d3d5f8fae5e514d8329d2ac2bd83ca5
|
||||||
|
size 550737
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e69f43c4b9bb838d9fecaa93438c95a14fc2de8663ef5cb97ced33ed2be65066
|
|
||||||
size 132892
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 23 10:15:19 CEST 2009 - dominique-obs@leuenberger.net
|
||||||
|
|
||||||
|
- Update to version 0.6.3:
|
||||||
|
+ Too many bugfixes to mention, see NEWS for full details
|
||||||
|
- Remove gobject-introspection-git-20090501.patch.bz2 and it's
|
||||||
|
requirements. The tarball is newer than the used git-patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 4 03:14:28 CEST 2009 - vuntz@novell.com
|
Mon May 4 03:14:28 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gobject-introspection (Version 0.6.2)
|
# spec file for package gobject-introspection (Version 0.6.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -26,20 +26,16 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
# needed for the git patch
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
%if %suse_version <= 1110
|
%if %suse_version <= 1110
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Url: http://live.gnome.org/GObjectIntrospection
|
Url: http://live.gnome.org/GObjectIntrospection
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Version: 0.6.2
|
Version: 0.6.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# PATCH-FEATURE-UPSTREAM gobject-introspection-git-20090501.patch.bz2 vuntz@novell.com -- Update to git as of 20090501
|
|
||||||
Patch0: gobject-introspection-git-20090501.patch.bz2
|
|
||||||
Requires: libgirepository-1_0-0 = %{version}
|
Requires: libgirepository-1_0-0 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -71,11 +67,8 @@ a uniform, machine readable format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# needed for the git patch
|
|
||||||
NOCONFIGURE=1 gnome-autogen.sh
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
@ -103,7 +96,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -n libgirepository-1_0-0
|
%files -n libgirepository-1_0-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS CONTRIBUTORS COPYING NEWS README TODO ChangeLog.pre-git
|
%doc AUTHORS CONTRIBUTORS COPYING NEWS README TODO
|
||||||
%{_datadir}/gir-1.0
|
%{_datadir}/gir-1.0
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0
|
%{_libdir}/girepository-1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user