123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- Name: gir-repository
- Version: 0.6.5
- Release: 2%{?_dist_release}
- Summary: Introspection for GNOME libraries
- Group: Development/Libraries
- License: LGPLv2+
- URL: http://live.gnome.org/GObjectIntrospection
- Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: gobject-introspection-devel >= %{version}
- BuildRequires: avahi-gobject-devel
- BuildRequires: babl-devel >= 0.1.2
- BuildRequires: GConf2-devel
- BuildRequires: gnome-keyring-devel
- BuildRequires: gnome-menus-devel
- BuildRequires: goocanvas-devel
- BuildRequires: gssdp-devel
- BuildRequires: gstreamer-devel
- BuildRequires: gtk2-devel
- BuildRequires: gtksourceview2-devel
- BuildRequires: gupnp-devel
- BuildRequires: libnotify-devel
- BuildRequires: libsoup-devel
- BuildRequires: libwnck-devel
- BuildRequires: nautilus-devel
- BuildRequires: poppler-devel
- BuildRequires: unique-devel
- BuildRequires: vte-devel
- BuildRequires: WebKit-gtk-devel
- # Add these for autoreconf due to gst patch
- BuildRequires: intltool
- BuildRequires: gettext
- BuildRequires: libtool
- BuildRequires: automake
- BuildRequires: autoconf
- # https://bugzilla.gnome.org/show_bug.cgi?id=604167
- Patch0: gir-repo-install-dbus-glib.patch
- Patch1: gir-fixbabl.patch
- %description
- Introspection system for GNOME libraries; see the gobject-introspection package.
- %package devel
- Summary: Libraries and headers for gir-repository
- Summary(ja): Libraries and headers for gir-repository
- Group: Development/Libraries
- Requires: %name = %{version}-%{release}
- Requires: gobject-introspection-devel
- %description devel
- Libraries and headers for gir-repository
- %prep
- %setup -q
- %patch0 -p1 -b .dbus-glib
- %patch1 -p1 -b .fixbabl
- %build
- autoreconf
- %configure
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
- find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc COPYING
- %{_libdir}/lib*.so
- %{_libdir}/girepository-1.0/*.typelib
- %files devel
- %defattr(-,root,root)
- %{_datadir}/gir-1.0/*.gir
- %changelog
- * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-2
- - new upstrem release
- - fix BuildRequires: gobject-introspection-devel >= %{version}
- - fix BuildRequires: babl-devel >= 0.1.2
- * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
- - initial build for Vine Linux
- * Wed Sep 09 2009 Colin Walters <walters@verbum.org> - 0.6.5-2
- - rebuilt
- * Wed Sep 09 2009 Colin Walters <walters@verbum.org> 0.6.5-1
- - New upstream
- * Mon Aug 26 2009 Colin Walters <walters@verbum.org> 0.6.4-5
- - New upstream
- - Drop upstreamed patch
- * Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-5
- - Add patch to fix build with new gstreamer
- * Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-4
- - Further updates, drop clutter as its in the clutter package now
- * Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-3
- - Enable a buch of extra gobject extensions
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
- - Update to 0.6.3 release. Require matching gobject-introspection version
- * Fri Oct 31 2008 Colin Walters <walters@verbum.org> 0.6.0-1
- - Create spec goo
|