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

Revision 10716, 5.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

RevLine 
[10716]1%define         clutter_gtk_version 1.8
[9073]2%define         clutter_gtk_release 1%{?_dist_release}
[521]3
4Name:           clutter-gtk
[10716]5Version:        %{clutter_gtk_version}.0
[521]6Release:        %{clutter_gtk_release}
7Summary:        A basic GTK clutter widget
8
9Group:          System Environment/Libraries
10License:        LGPLv2+
11URL:            http://www.clutter-project.org
[4616]12Source0:        http://www.clutter-project.org/sources/%{name}/%{clutter_gtk_version}/%{name}-%{version}.tar.xz
[2041]13
[521]14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
[4616]16BuildRequires:  gtk3-devel
[1044]17BuildRequires:  clutter-devel
[2041]18BuildRequires:  gobject-introspection-devel
19BuildRequires:  autoconf
[521]20
[4616]21Vendor: Project Vine
22Distribution: Vine Linux
23
[521]24%description
25This allows clutter to be embedded in GTK applications.
26We hope with further work in the future clutter-gtk will
27also allow the reverse, namely embedding GTK in Clutter
28
29%package devel
30Summary:        Clutter-gtk development environment
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
[4616]33Requires:       gtk3-devel clutter-devel
[521]34
35%description devel
36Header files and libraries for building a extension library for the
37clutter-gtk
38
39
40%prep
41%setup -q
42
43%build
[2041]44%configure --enable-introspection=yes
[521]45make %{?_smp_mflags}
46
47
48%install
49rm -rf $RPM_BUILD_ROOT
50make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
51
[4616]52rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
[521]53
[4616]54%find_lang cluttergtk-1.0
55
[521]56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post -p /sbin/ldconfig
60%postun -p /sbin/ldconfig
61
[4616]62%files -f cluttergtk-1.0.lang
[521]63%defattr(-,root,root,-)
64%doc AUTHORS ChangeLog COPYING NEWS
65%{_libdir}/*.so.*
[4616]66%{_datadir}/gtk-doc/html/clutter-gtk-1.0
67%{_libdir}/girepository-1.0/GtkClutter-1.0.typelib
[521]68
69%files devel
70%defattr(-,root,root,-)
71%doc
[4616]72%{_libdir}/pkgconfig/clutter-gtk-1.0.pc
[521]73%{_libdir}/*.so
[4616]74%{_includedir}/clutter-gtk-1.0/clutter-gtk
75%{_datadir}/gir-1.0/GtkClutter-1.0.gir
[521]76
77%changelog
[10716]78* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
79- new upstream release
80
[9791]81* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.6-1
82- new upstream release
83
[9646]84* Sun Jul 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
85- new upstream release
86
[9073]87* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
88- new upstream release
89
[8353]90* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-4
91- rebuild with cogl-1.18.0
92
[8085]93* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-3
94- rebuild with VineSeed environment
95
[7938]96* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-2
97- rebuild with cogl-1.16.0
98
[7633]99* Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
100- new upstream release
101
[7294]102* Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
103- new upstream release
104
[6951]105* Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
106- new upstream release
107
[6890]108* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
109- new upstream release
110
[6011]111* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
112- new upstream release
113
[4850]114* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
115- new upstream release
116- remove Patch0
117
[4812]118* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
119- rebuild with cogl-1.8.0
120- add Patch0 (clutter-gtk-1.0.2-git20110903.patch)
121
[4616]122* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
123- new upstream release
124- delete Patch0
125- change BuildRequires: gtk3-devel instead of gtk2-devel
126
[2041]127* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
128- new upstream release
129- add BuildRequires: autoconf
130- add configure option (--enable-introspection=yes)
131- add Patch0
132
[1883]133* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
134- rebuild with rpm-4.8.1 for pkg-config file
135
[1044]136* Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
137- new upstream release
138- add BuildRequires: gir-repository-devel
139
140* Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
[521]141- build for Vine Linux
142
[1044]143
[521]144* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
145- Update to 0.10.2
146
147* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
148- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
149
150* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
151- Update to 0.9.2
152
153* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
154- Rebuild for new clutter
155
156* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
157- Update to 0.9.0
158
159* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
160- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
161
162
163* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
164- Rebuild
165
166* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
167- Update to 0.8.2
168
169* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
170- Update to 0.8.1
171
172* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
173- Update to 0.6.1 so we can make tweet go
174- Loosen files globs so we don't have to touch them every version
175
176* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
177- Update to 0.6.0
178
179* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
180- Update to 0.4.0
181
182* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
183- fix devel files section
184
185* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
186- INSTALL removed from docs
187- fix make install for keeping timestamps
188- fix devel files section
189- changed license for LGPL
190
191* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
192- Initial RPM release
Note: See TracBrowser for help on using the repository browser.