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

Revision 4812, 4.3 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

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