clutter-gtk/clutter-gtk.spec

139 lines
3.8 KiB
RPMSpec
Raw Normal View History

2010-09-01 21:26:54 +00:00
%define clutter_version 1.0
2009-07-29 22:27:32 +00:00
2007-05-12 02:35:18 +00:00
Name: clutter-gtk
2010-09-01 21:26:54 +00:00
Version: 0.90.2
2010-09-22 01:06:05 +00:00
Release: 2%{?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
2009-07-29 22:36:41 +00:00
Source0: http://www.clutter-project.org/sources/%{name}/%{clutter_version}/%{name}-%{version}.tar.bz2
2007-05-12 02:35:18 +00:00
2010-09-01 21:26:54 +00:00
BuildRequires: gtk3-devel
2010-09-22 01:06:05 +00:00
BuildRequires: clutter-devel
2010-03-22 11:34:49 +00:00
BuildRequires: gobject-introspection-devel
2007-05-12 02:35:18 +00:00
%description
2010-09-22 01:06:05 +00:00
This allows clutter to be embedded in GTK applications.
We hope with further work in the future clutter-gtk will
2007-05-12 02:35:18 +00:00
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
2010-03-22 11:34:49 +00:00
make %{?_smp_mflags} V=1
2007-05-12 02:35:18 +00:00
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
2010-05-03 09:50:32 +00:00
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
2007-05-12 02:35:18 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS
%{_libdir}/*.so.*
2009-07-29 22:55:58 +00:00
%{_libdir}/girepository-1.0/GtkClutter-%{clutter_version}.typelib
2007-05-12 02:35:18 +00:00
%files devel
%defattr(-,root,root,-)
%doc
2010-09-01 21:26:54 +00:00
%{_includedir}/clutter-gtk-%{clutter_version}/
2009-07-29 22:27:32 +00:00
%{_libdir}/pkgconfig/clutter-gtk-%{clutter_version}.pc
%{_libdir}/*.so
2010-09-01 21:26:54 +00:00
%{_datadir}/gir-1.0/GtkClutter-%{clutter_version}.gir
2010-03-24 22:29:59 +00:00
%{_datadir}/gtk-doc/html/clutter-gtk
2007-05-12 02:35:18 +00:00
%changelog
2010-09-22 01:06:05 +00:00
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 0.90.2-2
- Rebuild against newer gobject-introspection
2010-09-01 21:26:54 +00:00
* Wed Sep 1 2010 Peter Robinson <pbrobinson@gmail.com> 0.90.2-1
- Update to 0.90.2
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-5
- Rebuild with new gobject-introspection
- Drop gir-repository-devel
2010-05-03 09:50:32 +00:00
* Mon May 3 2010 Peter Robinson <pbrobinson@gmail.com> 0.10.4-3
- cleanup removal of libtool archives
2010-03-24 22:29:59 +00:00
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 0.10.4-2
- Move the API docs to -devel
2010-03-22 11:34:49 +00:00
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.10.4-1
- Update to 0.10.4
2009-07-29 22:27:32 +00:00
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
- Update to 0.10.2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-06-22 19:11:25 +00:00
* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
- Update to 0.9.2
2009-06-20 20:55:38 +00:00
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
- Rebuild for new clutter
2009-05-26 15:11:08 +00:00
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
- Update to 0.9.0
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-09-07 17:54:09 +00:00
2009-01-23 13:40:01 +00:00
* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
- Rebuild
2008-10-16 02:50:27 +00:00
* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
- Update to 0.8.2
2008-09-07 17:54:09 +00:00
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
- Update to 0.8.1
* 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