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

Revision 12446, 12.3 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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