source: projects/specs/trunk/c/clutter-gtk/clutter-gtk-vl.spec @ 1044

Revision 1044, 3.5 KB checked in by Takemikaduchi, 14 years ago (diff)

update clutter and fix gnome-games

Line 
1%define         clutter_gtk_version 0.10
2%define         clutter_gtk_release 1%{?_dist_release}
3
4Name:           clutter-gtk
5Version:        %{clutter_gtk_version}.4
6Release:        %{clutter_gtk_release}
7Summary:        A basic GTK clutter widget
8
9Group:          System Environment/Libraries
10License:        LGPLv2+
11URL:            http://www.clutter-project.org
12Source0:        http://www.clutter-project.org/sources/%{name}/%{clutter_gtk_version}/%{name}-%{version}.tar.bz2
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk2-devel
16BuildRequires:  clutter-devel
17BuildRequires:  gir-repository-devel
18
19%description
20This allows clutter to be embedded in GTK applications.
21We hope with further work in the future clutter-gtk will
22also allow the reverse, namely embedding GTK in Clutter
23
24%package devel
25Summary:        Clutter-gtk development environment
26Group:          Development/Libraries
27Requires:       %{name} = %{version}-%{release}
28Requires:       gtk2-devel clutter-devel
29
30%description devel
31Header files and libraries for building a extension library for the
32clutter-gtk
33
34
35%prep
36%setup -q
37
38
39%build
40%configure
41make %{?_smp_mflags}
42
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post -p /sbin/ldconfig
53%postun -p /sbin/ldconfig
54
55%files
56%defattr(-,root,root,-)
57%doc AUTHORS ChangeLog COPYING NEWS
58%exclude %{_libdir}/*.la
59%{_libdir}/*.so.*
60%{_datadir}/gtk-doc/html/clutter-gtk
61%{_libdir}/girepository-1.0/GtkClutter-%{clutter_gtk_version}.typelib
62%{_datadir}/gir-1.0/GtkClutter-%{clutter_gtk_version}.gir
63
64%files devel
65%defattr(-,root,root,-)
66%doc
67%{_libdir}/pkgconfig/clutter-gtk-%{clutter_gtk_version}.pc
68%{_libdir}/*.so
69%{_includedir}/clutter-1.0/clutter-gtk
70
71%changelog
72* Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
73- new upstream release
74- add BuildRequires: gir-repository-devel
75
76* Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
77- build for Vine Linux
78
79
80* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
81- Update to 0.10.2
82
83* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
85
86* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
87- Update to 0.9.2
88
89* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
90- Rebuild for new clutter
91
92* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
93- Update to 0.9.0
94
95* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
97
98
99* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
100- Rebuild
101
102* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
103- Update to 0.8.2
104
105* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
106- Update to 0.8.1
107
108* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
109- Update to 0.6.1 so we can make tweet go
110- Loosen files globs so we don't have to touch them every version
111
112* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
113- Update to 0.6.0
114
115* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
116- Update to 0.4.0
117
118* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
119- fix devel files section
120
121* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
122- INSTALL removed from docs
123- fix make install for keeping timestamps
124- fix devel files section
125- changed license for LGPL
126
127* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
128- Initial RPM release
Note: See TracBrowser for help on using the repository browser.