[clutter-gtk010] initial import

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 31 02:30:02 UTC 2011


commit ec94fe45bb63342121dac6d625fa2e80ed569183
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 31 02:29:36 2011 +0000

    initial import

 .gitignore          |    1 +
 clutter-gtk010.spec |  138 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 140 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..522051e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/clutter-gtk-0.10.8.tar.bz2
diff --git a/clutter-gtk010.spec b/clutter-gtk010.spec
new file mode 100644
index 0000000..eb5dd5a
--- /dev/null
+++ b/clutter-gtk010.spec
@@ -0,0 +1,138 @@
+%define         clutter_version 0.10
+
+Name:           clutter-gtk010
+Version:        0.10.8
+Release:        3%{?dist}
+Summary:        A basic GTK2 clutter widget
+
+Group:          Development/Languages
+License:        LGPLv2+
+URL:            http://www.clutter-project.org
+Source0:        http://www.clutter-project.org/sources/clutter-gtk/%{clutter_version}/clutter-gtk-%{version}.tar.bz2
+
+BuildRequires:  gtk2-devel
+BuildRequires:  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
+
+This is a compat package for dependent packages that have
+yet to be ported gtk3.
+
+%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
+package %{name}.
+
+%prep
+%setup -q -n clutter-gtk-%{version}
+
+%build
+%configure --enable-introspection=no
+make %{?_smp_mflags} V=1
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
+
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING NEWS
+%{_libdir}/*.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc
+%{_libdir}/pkgconfig/clutter-gtk-%{clutter_version}.pc
+%{_libdir}/*.so
+%{_includedir}/clutter-1.0/clutter-gtk
+# This is duplicated in clutter-gtk-devel
+%exclude %{_datadir}/gtk-doc/html/clutter-gtk
+
+%changelog
+* Mon Jan 24 2011 Peter Robinson <pbrobinson at gmail.com> 0.10.8-3
+- Duplicate package to clutter-gtk010 for compat with gtk2 apps
+
+* Sun Nov  7 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.8-2
+- Move .gir to devel where it should be - fixes 650231
+
+* Tue Oct 05 2010 jkeating - 0.10.8-1.1
+- Rebuilt for gcc bug 634757
+
+* Fri Sep 24 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.8-1
+- Update to 0.10.8
+
+* Thu Jul 15 2010 Colin Walters <walters at verbum.org> - 0.10.4-5
+- Rebuild with new gobject-introspection
+- Drop gir-repository-devel
+
+* Mon May  3 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.4-3
+- cleanup removal of libtool archives
+
+* Wed Mar 24 2010 Bastien Nocera <bnocera at redhat.com> 0.10.4-2
+- Move the API docs to -devel
+
+* Sun Mar 21 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.4-1
+- Update to 0.10.4
+
+* Wed Jul 29 2009 Bastien Nocera <bnocera at redhat.com> 0.10.2-1
+- Update to 0.10.2
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jun 22 2009 Bastien Nocera <bnocera at redhat.com> 0.9.2-1
+- Update to 0.9.2
+
+* Sat Jun 20 2009 Bastien Nocera <bnocera at redhat.com> 0.9.0-2
+- Rebuild for new clutter
+
+* Tue May 26 2009 Bastien Nocera <bnocera at redhat.com> 0.9.0-1
+- Update to 0.9.0
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+
+* Fri Jan 23 2009 Allisson Azevedo <allisson at gmail.com> 0.8.2-2
+- Rebuild
+
+* Wed Oct 15 2008 Allisson Azevedo <allisson at gmail.com> 0.8.2-1
+- Update to 0.8.2
+
+* Sat Sep  6 2008 Allisson Azevedo <allisson at gmail.com> 0.8.1-1
+- Update to 0.8.1
+
+* Thu Jun 26 2008 Colin Walters <walters at 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
+
+* Thu Feb 21 2008 Allisson Azevedo <allisson at gmail.com> 0.6.0-1
+- Update to 0.6.0
+
+* Mon Sep  3 2007 Allisson Azevedo <allisson at gmail.com> 0.4.0-1
+- Update to 0.4.0
+
+* Thu May 10 2007 Allisson Azevedo <allisson at gmail.com> 0.1.0-3
+- fix devel files section
+
+* Thu May 10 2007 Allisson Azevedo <allisson at 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 at gmail.com> 0.1.0-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..1fe0469 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+22b4ebddc795e40d83622d7d23669eff  clutter-gtk-0.10.8.tar.bz2


More information about the scm-commits mailing list