2007-03-28 10:49:46 +00:00
|
|
|
Name: clutter
|
2010-02-04 01:48:52 +00:00
|
|
|
Version: 1.1.6
|
|
|
|
Release: 1%{?dist}
|
2007-03-28 10:49:46 +00:00
|
|
|
Summary: Open Source software library for creating rich graphical user interfaces
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
2007-09-03 18:45:31 +00:00
|
|
|
License: LGPLv2+
|
2007-03-28 10:49:46 +00:00
|
|
|
URL: http://www.clutter-project.org/
|
2009-08-14 16:36:24 +00:00
|
|
|
Source0: http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
|
2007-03-28 10:49:46 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-07-17 17:14:14 +00:00
|
|
|
Requires: gobject-introspection
|
|
|
|
# FIXME to remove when all the bits have been merged into their
|
|
|
|
# libraries
|
2009-08-01 03:26:21 +00:00
|
|
|
Requires: gir-repository
|
2009-07-17 16:40:00 +00:00
|
|
|
|
2008-09-07 04:13:21 +00:00
|
|
|
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
|
|
|
BuildRequires: libXdamage-devel gettext gtk-doc
|
2009-08-30 15:33:16 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 0.6.4
|
2009-07-17 17:14:14 +00:00
|
|
|
BuildRequires: gir-repository-devel
|
2007-03-28 10:49:46 +00:00
|
|
|
|
2009-07-28 12:19:24 +00:00
|
|
|
Obsoletes: clutter-cairo < 0.9
|
|
|
|
Provides: clutter-cairo = 0.9
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%description
|
|
|
|
Clutter is an open source software library for creating fast,
|
|
|
|
visually rich graphical user interfaces. The most obvious example
|
|
|
|
of potential usage is in media center type applications.
|
|
|
|
We hope however it can be used for a lot more.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Clutter development environment
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2007-03-29 01:37:51 +00:00
|
|
|
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
|
2007-03-28 10:49:46 +00:00
|
|
|
Requires: mesa-libGL-devel
|
2009-07-17 16:40:00 +00:00
|
|
|
Requires: gobject-introspection-devel
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Header files and libraries for building a extension library for the
|
|
|
|
clutter
|
|
|
|
|
2009-01-22 13:25:51 +00:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Clutter is an open source software library for creating fast,
|
|
|
|
visually rich graphical user interfaces. The most obvious example
|
|
|
|
of potential usage is in media center type applications.
|
|
|
|
We hope however it can be used for a lot more.
|
|
|
|
|
|
|
|
This package contains documentation for clutter.
|
|
|
|
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2009-07-17 16:40:00 +00:00
|
|
|
%configure --enable-gtk-doc --enable-introspection
|
2010-01-07 00:17:27 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%install
|
2010-01-07 00:17:27 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
|
|
|
|
|
|
|
#Remove libtool archives.
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%clean
|
2010-01-07 00:17:27 +00:00
|
|
|
rm -rf %{buildroot}
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
2010-01-07 00:17:27 +00:00
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-08-02 04:42:20 +00:00
|
|
|
%doc AUTHORS COPYING NEWS README
|
2008-10-07 01:46:58 +00:00
|
|
|
%{_libdir}/*.so.0
|
|
|
|
%{_libdir}/*.so.0.*
|
2009-07-17 16:40:00 +00:00
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
2009-08-02 04:42:20 +00:00
|
|
|
%doc ChangeLog
|
2007-03-28 10:49:46 +00:00
|
|
|
%{_includedir}/*
|
2008-10-07 01:46:58 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2009-07-17 16:40:00 +00:00
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2009-01-22 13:25:51 +00:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-, root, root)
|
2008-09-07 04:13:21 +00:00
|
|
|
%{_datadir}/gtk-doc/html/clutter
|
2009-01-22 13:25:51 +00:00
|
|
|
%{_datadir}/gtk-doc/html/cogl
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%changelog
|
2010-02-04 01:48:52 +00:00
|
|
|
* Thu Feb 4 2010 Peter Robinson <pbrobinson@gmail.com> 1.1.6-1
|
|
|
|
- Update to 1.1.6
|
|
|
|
|
2010-01-07 00:17:27 +00:00
|
|
|
* Thu Jan 7 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.8-2
|
|
|
|
- A few minor spec cleanups
|
|
|
|
|
2010-01-04 22:38:37 +00:00
|
|
|
* Mon Jan 4 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.8-1
|
|
|
|
- Update to 1.0.8
|
|
|
|
|
2009-09-22 15:02:59 +00:00
|
|
|
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
|
|
|
|
- Update to 1.0.6
|
|
|
|
|
2009-08-30 15:33:16 +00:00
|
|
|
* Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
|
|
|
|
- Update to 1.0.4, update gobject-introspection requirement
|
|
|
|
|
2009-08-14 16:36:24 +00:00
|
|
|
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2009-08-02 04:42:20 +00:00
|
|
|
* Sun Aug 1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
|
|
|
|
- Move ChangeLog to -devel to save some space
|
|
|
|
|
2009-08-01 03:29:08 +00:00
|
|
|
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
|
2009-08-01 03:26:21 +00:00
|
|
|
- Drop the gir-repository-devel dep, which pulls a bunch of -devel
|
|
|
|
onto the live cd
|
|
|
|
|
2009-07-29 10:05:37 +00:00
|
|
|
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
2009-07-28 12:19:24 +00:00
|
|
|
* Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
|
|
|
|
- fix bz #507389
|
|
|
|
|
2009-07-24 19:09:08 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-17 17:22:11 +00:00
|
|
|
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
|
|
|
|
- Update to 0.9.8
|
|
|
|
|
2009-07-17 16:40:00 +00:00
|
|
|
* 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)
|
|
|
|
|
2009-07-10 13:17:46 +00:00
|
|
|
* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2009-06-20 13:56:57 +00:00
|
|
|
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
|
|
|
|
- Update to 0.9.4
|
|
|
|
|
2009-05-26 15:08:14 +00:00
|
|
|
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
2009-02-24 08:03:39 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-02-19 22:55:17 +00:00
|
|
|
|
2009-01-22 13:59:48 +00:00
|
|
|
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
|
|
|
|
- Remove noarch from doc subpackage
|
|
|
|
|
2009-01-22 13:25:51 +00:00
|
|
|
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
|
|
|
|
- Added gtk-doc for cogl
|
|
|
|
- Created doc subpackage
|
|
|
|
|
2009-01-22 03:39:00 +00:00
|
|
|
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
2008-10-07 01:46:58 +00:00
|
|
|
* Mon Oct 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
|
|
|
|
- Update to 0.8.2
|
|
|
|
- Removed clutter-0.8.0-clutter-fixed.patch
|
|
|
|
|
2008-09-07 04:13:21 +00:00
|
|
|
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
2008-10-07 01:46:58 +00:00
|
|
|
- Added clutter-0.8.0-clutter-fixed.patch
|
2008-09-07 04:13:21 +00:00
|
|
|
|
2008-06-14 14:34:05 +00:00
|
|
|
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
|
|
|
|
- Update to 0.6.4
|
|
|
|
|
2008-05-18 01:27:10 +00:00
|
|
|
* Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
|
|
|
|
- Update to 0.6.2
|
|
|
|
|
2008-02-19 22:55:17 +00:00
|
|
|
* Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
2008-02-18 19:12:26 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-03 12:42:17 +00:00
|
|
|
* Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
|
|
|
|
- Update to 0.4.2
|
|
|
|
|
2007-09-03 18:45:31 +00:00
|
|
|
* Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
2007-07-22 02:42:36 +00:00
|
|
|
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2007-04-12 16:45:43 +00:00
|
|
|
* Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
|
|
|
|
- Update to 0.2.3
|
|
|
|
|
2007-03-29 01:37:51 +00:00
|
|
|
* Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
|
|
|
|
- Changed buildrequires and requires
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
* Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
|
|
|
|
- Fix .spec
|
|
|
|
|
|
|
|
* Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
|
|
|
|
- Fix .spec
|
|
|
|
|
|
|
|
* Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
|
|
|
|
- Initial RPM release
|