- Patch from Owen Taylor <otaylor@redhat.com> to add gobject- introspection
support to clutter (#512260)
This commit is contained in:
parent
5fb39920c3
commit
52dc8aa58a
14
clutter.spec
14
clutter.spec
@ -1,6 +1,6 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 0.9.6
|
Version: 0.9.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -9,8 +9,11 @@ URL: http://www.clutter-project.org/
|
|||||||
Source0: http://www.clutter-project.org/sources/%{name}/0.9/%{name}-%{version}.tar.bz2
|
Source0: http://www.clutter-project.org/sources/%{name}/0.9/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Requires: gobject-introspection
|
||||||
|
|
||||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
||||||
BuildRequires: libXdamage-devel gettext gtk-doc
|
BuildRequires: libXdamage-devel gettext gtk-doc
|
||||||
|
BuildRequires: gobject-introspection >= 0.6.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Clutter is an open source software library for creating fast,
|
Clutter is an open source software library for creating fast,
|
||||||
@ -24,6 +27,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
|
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
|
||||||
Requires: mesa-libGL-devel
|
Requires: mesa-libGL-devel
|
||||||
|
Requires: gobject-introspection-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files and libraries for building a extension library for the
|
Header files and libraries for building a extension library for the
|
||||||
@ -48,7 +52,7 @@ This package contains documentation for clutter.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc
|
%configure --enable-gtk-doc --enable-introspection
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -68,12 +72,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
%{_libdir}/*.so.0
|
%{_libdir}/*.so.0
|
||||||
%{_libdir}/*.so.0.*
|
%{_libdir}/*.so.0.*
|
||||||
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -84,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-2
|
||||||
|
- Patch from Owen Taylor <otaylor@redhat.com> to add gobject-
|
||||||
|
introspection support to clutter (#512260)
|
||||||
|
|
||||||
* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
|
* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
|
||||||
- Update to 0.9.6
|
- Update to 0.9.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user