source: projects/specs/branches/6/c/clutter-gtk/clutter-gtk-vl.spec @ 2041

Revision 2041, 3.9 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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