123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- %define clutter_version 1.2.4
- %define clutter_release 1%{?_dist_release}
- Name: clutter
- Version: %{clutter_version}
- Release: %{clutter_release}
- Summary: Open Source software library for creating rich graphical user interfaces
- Summary(ja): リッチなGUIを作成するためのオープンソースライブラリ
- Group: System Environment/Libraries
- License: LGPLv2+
- URL: http://www.clutter-project.org/
- Source0: http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Requires: gobject-introspection
- # FIXME to remove when all the bits have been merged into their
- # libraries
- Requires: gir-repository
- BuildRequires: glib2-devel
- BuildRequires: mesa-libGL-devel
- BuildRequires: gtk2-devel
- BuildRequires: pkgconfig
- BuildRequires: pango-devel
- BuildRequires: libXdamage-devel
- BuildRequires: gettext
- BuildRequires: gtk-doc
- BuildRequires: gobject-introspection-devel >= 0.6.4
- BuildRequires: gir-repository-devel
- %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.
- %description -l ja
- Clutterは高速で視覚的にリッチなGUIを作成するためのオープンソースライブラリです。
- 最も明白な使用例は、メディアセンター型アプリケーションでの使用です。
- しかしながら、我々はいろいろな分野で使用されることを願っています。
- %package devel
- Summary: Clutter development environment
- Summary(ja): Clutterの開発環境
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
- Requires: mesa-libGL-devel
- Requires: gobject-introspection-devel
- %description devel
- Header files and libraries for building a extension library for the
- clutter
- %package doc
- Summary: Documentation for %{name}
- Summary(ja): %{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.
- %prep
- %setup -q
- %build
- %configure --enable-gtk-doc --enable-introspection
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- #make DESTDIR=$RPM_BUILD_ROOT install
- make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING NEWS README
- %exclude %{_libdir}/*.la
- %{_libdir}/*.so.0
- %{_libdir}/*.so.0.*
- %{_libdir}/girepository-1.0/*.typelib
- %files devel
- %defattr(-, root, root)
- %doc ChangeLog
- %{_includedir}/*
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/*.pc
- %{_datadir}/gir-1.0/*.gir
- %files doc
- %defattr(-, root, root)
- #%dir %{_datadir}/gtk-doc/html/clutter
- %{_datadir}/gtk-doc/html/clutter
- #%dir %{_datadir}/gtk-doc/html/cogl
- %{_datadir}/gtk-doc/html/cogl
- %changelog
- * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
- - new upstream release
- * Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
- - new upstream release
- * Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
- - new upstream release
- * Tue Dec 1 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
- - new upstream release
- - build for Vine Linux
- - add Summary(ja)
- - fix BuildRoot
- - remove Obsolete and Provides
- * Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
- - Update to 1.0.6
- * Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
- - Update to 1.0.4, update gobject-introspection requirement
- * Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
- - Update to 1.0.2
- * Sun Aug 1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
- - Move ChangeLog to -devel to save some space
- * Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
- - Drop the gir-repository-devel dep, which pulls a bunch of -devel
- onto the live cd
- * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
- - Update to 1.0.0
- * Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
- - fix bz #507389
- * 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
- * Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
- - Update to 0.9.8
- * 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
- - Update to 0.9.6
- * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
- - Update to 0.9.4
- * Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
- - Update to 0.9.2
- * 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
- * Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
- - Remove noarch from doc subpackage
- * Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
- - Added gtk-doc for cogl
- - Created doc subpackage
- * Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
- - Update to 0.8.6
- * 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
- * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
- - Update to 0.8.0
- - Added clutter-0.8.0-clutter-fixed.patch
- * Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
- - Update to 0.6.4
- * Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
- - Update to 0.6.2
- * Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
- - Update to 0.6.0
- * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
- - Autorebuild for GCC 4.3
- * Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
- - Update to 0.4.2
- * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
- - Update to 0.4.1
- * Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
- - Update to 0.3.1
- * Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
- - Update to 0.2.3
- * Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
- - Changed buildrequires and requires
- * 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
|