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

Revision 6401, 10.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

RevLine 
[6401]1%define         clutter_version 1.10.8
[2041]2%define         clutter_release 1%{?_dist_release}
[521]3
4Name:           clutter
5Version:        %{clutter_version}
6Release:        %{clutter_release}
7Summary:        Open Source software library for creating rich graphical user interfaces
8Summary(ja):    リッチなGUIを作成するためのオープンソースライブラリ
9
10Group:          System Environment/Libraries
11License:        LGPLv2+
12URL:            http://www.clutter-project.org/
[6011]13Source0:        http://www.clutter-project.org/sources/%{name}/1.10/%{name}-%{version}.tar.xz
[2041]14
[4616]15Patch0:         clutter-fixdso.patch
[2041]16
[521]17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18
19Requires:       gobject-introspection
20# FIXME to remove when all the bits have been merged into their
21# libraries
22
23BuildRequires:  glib2-devel
24BuildRequires:  mesa-libGL-devel
[2721]25BuildRequires:  gdk-pixbuf2-devel
26BuildRequires:  atk-devel
[521]27BuildRequires:  pkgconfig
28BuildRequires:  pango-devel
29BuildRequires:  libXdamage-devel
[2721]30BuildRequires:  libXcomposite-devel
31BuildRequires:  libXi-devel
[521]32BuildRequires:  gettext
33BuildRequires:  gtk-doc
[2041]34BuildRequires:  gobject-introspection-devel >= 0.9.5
35BuildRequires:  json-glib-devel
[6011]36BuildRequires:  cogl-devel >= 1.10.0
[521]37
[4732]38Vendor:         Project Vine
39Distribution:   Vine Linux
40Packager:       Takemikaduchi
[4616]41
[521]42%description
43Clutter is an open source software library for creating fast,
44visually rich graphical user interfaces. The most obvious example
45of potential usage is in media center type applications.
46We hope however it can be used for a lot more.
47
48%description -l ja
49Clutterは高速で視覚的にリッチなGUIを作成するためのオープンソースライブラリです。
50最も明白な使用例は、メディアセンター型アプリケーションでの使用です。
51しかしながら、我々はいろいろな分野で使用されることを願っています。
52
53%package devel
54Summary:        Clutter development environment
55Summary(ja):    Clutterの開発環境
56Group:          Development/Libraries
57Requires:       %{name} = %{version}-%{release}
[2721]58Requires:       pkgconfig glib2-devel pango-devel fontconfig-devel gdk-pixbuf2-devel
[521]59Requires:       mesa-libGL-devel
60Requires:       gobject-introspection-devel
[2041]61Requires:       json-glib-devel
[4812]62Requires:       libXcomposite-devel
63Requires:       libXi-devel
[521]64
65%description devel
66Header files and libraries for building a extension library for the
67clutter
68
69
70%package        doc
71Summary:        Documentation for %{name}
72Summary(ja):    %{name}用のドキュメント
73Group:          Documentation
74Requires:       %{name} = %{version}-%{release}
[4616]75BuildArch:      noarch
[521]76
77%description    doc
78Clutter is an open source software library for creating fast,
79visually rich graphical user interfaces. The most obvious example
80of potential usage is in media center type applications.
81We hope however it can be used for a lot more.
82
83This package contains documentation for clutter.
84
85
86%prep
87%setup -q
[4616]88%patch0 -p1 -b .dso
[521]89
[2041]90
[521]91%build
[2041]92#%configure --enable-gtk-doc \
93#       --enable-introspection=yes \
94#       --disable-silent-rules \
95#       --enable-xinput \
96#       --disable-static
97(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
98 %configure $CONFIGFLAGS \
99        --enable-introspection=yes \
100        --disable-silent-rules \
101        --enable-xinput \
102        --disable-static
103 # clutter git ships with some magic to put the git log in shipped tarballs
104 # which gets listed in files; don't blow up if it's missing
105 if ! test -f ChangeLog; then
106   echo "Created from snapshot" > ChangeLog
107 fi
108)
[521]109
[2041]110make V=0
111
[521]112%install
113rm -rf $RPM_BUILD_ROOT
114#make DESTDIR=$RPM_BUILD_ROOT install
115make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
116
[4616]117rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
118
119%find_lang %{name}-1.0
120
[521]121%clean
122rm -rf $RPM_BUILD_ROOT
123
124%post -p /sbin/ldconfig
125%postun -p /sbin/ldconfig
126
[4616]127%files -f %{name}-1.0.lang
[521]128%defattr(-,root,root,-)
129%doc AUTHORS COPYING NEWS README
[4616]130%{_libdir}/*.so.*
[521]131%{_libdir}/girepository-1.0/*.typelib
132
133%files devel
134%defattr(-, root, root)
135%doc ChangeLog
[4616]136%{_includedir}/clutter-1.0
[521]137%{_libdir}/*.so
138%{_libdir}/pkgconfig/*.pc
139%{_datadir}/gir-1.0/*.gir
140
141%files doc
142%defattr(-, root, root)
143%{_datadir}/gtk-doc/html/clutter
[2041]144%{_datadir}/gtk-doc/html/cally
[521]145
146
147%changelog
[6401]148* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.8-1
149- new upstream release
150
[6256]151* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.6-1
152- new upstream release
153
[6123]154* Wed May 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.4-1
155- new upstream release
156
[6078]157* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
[6011]158- new upstream release
159
[5651]160* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.4-1
161- new upstream release
162
[5038]163* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
164- new upstream release
165
[4812]166* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
167- new upstream release
168- add Requires: libXcomposite-devel, libXi-devel (-devel package)
169
[4732]170* Tue Sep 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.14-1
171- new upstream release
172
[4704]173* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.12-1
174- new upstream release
175
[4650]176* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.10-1
177- new upstream release
178
[4616]179* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.6-1
180- new upstream release
181- add BuildRequires: cogl-devel
182- add "BuildArch: noarch" to doc sub package
183- add Patch0 (clutter-fixdso.patch)
184
[3735]185* Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.14-1
186- new upstream release
187
[3079]188* Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.10-1
189- new upstream release
190
[3003]191* Sun Mar 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.8-1
192- new upstream release
193
[2739]194* Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.6-1
195- new upstream release
196
[2721]197* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
198- new upstream release
199- change BuildRequires: gdk-pixbuf2-devel instead of gtk2-devel
200- add BuildRequires: atk-devel, libXcomposite-devel, libXi-devel
201- drop Patch0
202
[2415]203* Thu Dec 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
204- new upstream release
205- drop Patch1
206
[2041]207* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
208- new upstream release
209- add BuildRequires: json-glib-devel
210- delete Requires: gir-repository
211- delete BuildRequires: gir-repository-devel
212- add Requires: json-glib-devel (devel package)
213- add Patch0, Patch1
214- fix %build
215
[1883]216* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.12-2
217- rebuild with rpm-4.8.1 for pkg-config file
218
[1401]219* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.12-1
220- new upstream release
221
[1270]222* Sat Jul 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-1
223- new upstream release
224
[1044]225* Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
226- new upstream release
227- add configure option (--enable-xinput)
228
[914]229* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
230- new upstream release
231
[805]232* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
[521]233- new upstream release
234
[805]235* Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
[521]236- new upstream release
237
[805]238* Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
[521]239- new upstream release
[805]240
241* Tue Dec  1 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
242- new upstream release
[521]243- build for Vine Linux
244- add Summary(ja)
245- fix BuildRoot
246- remove Obsolete and Provides
247
248* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
249- Update to 1.0.6
250
251* Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
252- Update to 1.0.4, update gobject-introspection requirement
253
254* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
255- Update to 1.0.2
256
257* Sun Aug  1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
258- Move ChangeLog to -devel to save some space
259
260* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
261- Drop the gir-repository-devel dep, which pulls a bunch of -devel
262  onto the live cd
263
264* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
265- Update to 1.0.0
266
267* Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
268- fix bz #507389
269
270* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
271- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
272
273* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
274- Update to 0.9.8
275
276* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-2
277- Patch from Owen Taylor <otaylor@redhat.com> to add gobject-
278  introspection support to clutter (#512260)
279
280* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
281- Update to 0.9.6
282
283* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
284- Update to 0.9.4
285
286* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
287- Update to 0.9.2
288
289* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-4
290- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
291
292
293* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
294- Remove noarch from doc subpackage
295
296* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
297- Added gtk-doc for cogl
298- Created doc subpackage
299
300* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
301- Update to 0.8.6
302
303* Mon Oct  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
304- Update to 0.8.2
305- Removed clutter-0.8.0-clutter-fixed.patch
306
307* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
308- Update to 0.8.0
309- Added clutter-0.8.0-clutter-fixed.patch
310
311* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
312- Update to 0.6.4
313
314* Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
315- Update to 0.6.2
316
317* Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
318- Update to 0.6.0
319
320* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
321- Autorebuild for GCC 4.3
322
323* Wed Oct  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
324- Update to 0.4.2
325
326* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
327- Update to 0.4.1
328
329* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
330- Update to 0.3.1
331
332* Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
333- Update to 0.2.3
334
335* Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
336- Changed buildrequires and requires
337
338* Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
339- Fix .spec
340
341* Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
342- Fix .spec
343
344* Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
345- Initial RPM release
Note: See TracBrowser for help on using the repository browser.