File gir-repository.spec of Package gir-repository
#
# spec file for package gir-repository (Version 0.6.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gir-repository
Version: 0.6.5
Release: 1
License: GPL v2 or later
Summary: GIR Repository
Url: http://live.gnome.org/GObjectIntrospection
Group: Development/Libraries/GNOME
Source: %{name}-%{version}.tar.bz2
BuildRequires: atk-devel
BuildRequires: babl-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: gconf2-devel
BuildRequires: gnome-keyring-devel
BuildRequires: gnome-menus-devel
BuildRequires: gobject-introspection-devel
BuildRequires: goocanvas-devel
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: gtk2-devel
BuildRequires: gtksourceview-devel
BuildRequires: libavahi-gobject-devel
BuildRequires: libgupnp-devel
BuildRequires: libnotify-devel
BuildRequires: libpoppler-glib-devel
BuildRequires: libsoup-devel
BuildRequires: libunique-devel
BuildRequires: libwebkit-devel
BuildRequires: libwnck-devel
BuildRequires: nautilus-devel
BuildRequires: pango-devel
BuildRequires: vte-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is a repository of GIR interface description files.
%prep
%setup -q
%build
export SUSE_ASNEEDED=0
%configure \
--disable-static
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%{__rm} %{buildroot}%{_libdir}/*.la
# Remove Pango stuff: it's now in pango itself
%{__rm} %{buildroot}%{_datadir}/gir-1.0/Pango*
%{__rm} %{buildroot}%{_libdir}/girepository-1.0/Pango*
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_datadir}/gir-1.0
%{_libdir}/*.so
%{_libdir}/girepository-1.0
%changelog