- New upstream development release
- Update to support building git snapshot directly
This commit is contained in:
parent
f2d9379ecf
commit
8af9d9b716
@ -1 +1 @@
|
|||||||
gobject-introspection-0.6.14.tar.bz2
|
gobject-introspection-0.9.0.tar.gz
|
||||||
|
@ -2,27 +2,24 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 0.6.14
|
Version: 0.9.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Introspection system for GObject-based libraries
|
Summary: Introspection system for GObject-based libraries
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPLv2+, LGPLv2+, MIT
|
License: GPLv2+, LGPLv2+, MIT
|
||||||
URL: http://live.gnome.org/GObjectIntrospection
|
URL: http://live.gnome.org/GObjectIntrospection
|
||||||
#VCS: git:git://git.gnome.org/gobject-introspection
|
#VCS: git:git://git.gnome.org/gobject-introspection
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Obsoletes: gir-repository
|
Obsoletes: gir-repository
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: python-devel >= 2.5
|
BuildRequires: python-devel >= 2.5
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: chrpath
|
|
||||||
BuildRequires: mesa-libGL-devel
|
BuildRequires: mesa-libGL-devel
|
||||||
BuildRequires: cairo-devel
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -31,6 +28,10 @@ BuildRequires: libX11-devel
|
|||||||
BuildRequires: fontconfig-devel
|
BuildRequires: fontconfig-devel
|
||||||
BuildRequires: libXft-devel
|
BuildRequires: libXft-devel
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
|
# Bootstrap requirements
|
||||||
|
BuildRequires: gnome-common
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GObject Introspection can scan C header and source files in order to
|
GObject Introspection can scan C header and source files in order to
|
||||||
@ -53,8 +54,9 @@ Libraries and headers for gobject-introspection
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
(if ! test -x configure; then AUTOGEN_SUBDIR_MODE=1 NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
make V=1
|
%configure $CONFIGFLAGS)
|
||||||
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -62,7 +64,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
# Die libtool, die.
|
# Die libtool, die.
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/g-ir-{compiler,generate}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -91,6 +92,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/g-ir-{compiler,generate}
|
|||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1
|
||||||
|
- New upstream development release
|
||||||
|
- Update to support building git snapshot directly
|
||||||
|
|
||||||
* Thu Jun 24 2010 Colin Walters <walters@pocket> - 0.6.14-3
|
* Thu Jun 24 2010 Colin Walters <walters@pocket> - 0.6.14-3
|
||||||
- rebuild to pick up new glib changes
|
- rebuild to pick up new glib changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user