2007-05-12 02:35:18 +00:00
|
|
|
Name: clutter-gtk
|
2008-06-27 17:30:27 +00:00
|
|
|
Version: 0.6.1
|
2008-02-23 00:52:48 +00:00
|
|
|
Release: 1%{?dist}
|
2007-05-12 02:35:18 +00:00
|
|
|
Summary: A basic GTK clutter widget
|
|
|
|
|
|
|
|
Group: Development/Languages
|
2007-09-03 19:53:57 +00:00
|
|
|
License: LGPLv2+
|
2007-05-12 02:35:18 +00:00
|
|
|
URL: http://www.clutter-project.org
|
2008-02-23 00:52:48 +00:00
|
|
|
Source0: http://www.clutter-project.org/sources/%{name}/0.6/%{name}-%{version}.tar.gz
|
2007-05-12 02:35:18 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: gtk2-devel clutter-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
This allows clutter to be embedded in GTK applications.
|
|
|
|
We hope with further work in the future clutter-gtk will
|
|
|
|
also allow the reverse, namely embedding GTK in Clutter
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Clutter-gtk development environment
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: gtk2-devel clutter-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Header files and libraries for building a extension library for the
|
|
|
|
clutter-gtk
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS
|
2008-02-23 00:52:48 +00:00
|
|
|
%exclude %{_libdir}/*.la
|
2008-06-27 17:30:27 +00:00
|
|
|
%{_libdir}/*.so.*
|
2007-05-12 02:35:18 +00:00
|
|
|
%{_datadir}/gtk-doc/html/clutter-gtk
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc
|
2008-02-23 00:52:48 +00:00
|
|
|
%{_libdir}/pkgconfig/clutter-gtk-0.6.pc
|
2008-06-27 17:30:27 +00:00
|
|
|
%{_libdir}/*.so
|
2008-02-23 00:52:48 +00:00
|
|
|
%{_includedir}/clutter-0.6/clutter-gtk
|
2007-05-12 02:35:18 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-06-27 17:30:27 +00:00
|
|
|
* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
|
|
|
|
- Update to 0.6.1 so we can make tweet go
|
|
|
|
- Loosen files globs so we don't have to touch them every version
|
2008-02-18 19:14:11 +00:00
|
|
|
|
2008-02-23 00:52:48 +00:00
|
|
|
* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
2007-05-12 02:35:18 +00:00
|
|
|
|
2007-09-03 19:53:57 +00:00
|
|
|
* Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2007-05-12 02:35:18 +00:00
|
|
|
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
|
|
|
|
- fix devel files section
|
|
|
|
|
|
|
|
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
|
|
|
|
- INSTALL removed from docs
|
|
|
|
- fix make install for keeping timestamps
|
|
|
|
- fix devel files section
|
|
|
|
- changed license for LGPL
|
|
|
|
|
|
|
|
* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
|
|
|
|
- Initial RPM release
|