2007-03-28 10:49:46 +00:00
|
|
|
Name: clutter
|
2009-01-22 03:39:00 +00:00
|
|
|
Version: 0.8.6
|
2009-01-22 13:25:51 +00:00
|
|
|
Release: 2%{?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-01-22 03:39:00 +00:00
|
|
|
Source0: http://www.clutter-project.org/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
|
2007-03-28 10:49:46 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
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
|
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
|
|
|
|
|
|
|
|
%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}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%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
|
2008-09-07 04:13:21 +00:00
|
|
|
%configure --enable-gtk-doc
|
2007-03-28 10:49:46 +00:00
|
|
|
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 ChangeLog COPYING NEWS README
|
|
|
|
%exclude %{_libdir}/*.la
|
2008-10-07 01:46:58 +00:00
|
|
|
%{_libdir}/*.so.0
|
|
|
|
%{_libdir}/*.so.0.*
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_includedir}/*
|
2008-10-07 01:46:58 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2009-01-22 13:25:51 +00:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-, root, root)
|
|
|
|
#%dir %{_datadir}/gtk-doc/html/clutter
|
2008-09-07 04:13:21 +00:00
|
|
|
%{_datadir}/gtk-doc/html/clutter
|
2009-01-22 13:25:51 +00:00
|
|
|
#%dir %{_datadir}/gtk-doc/html/cogl
|
|
|
|
%{_datadir}/gtk-doc/html/cogl
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-02-19 22:55:17 +00:00
|
|
|
|
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
|