source: projects/specs/trunk/lib/libp/libpeas/libpeas-vl.spec @ 12396

Revision 12396, 7.7 KB checked in by tomop, 4 years ago (diff)

updated 15 packages

devhelp-3.36.2-1

gitg-3.32.1-

glade3-3.22.2-1

glib-networking-2.64.2-1

gnome-builder-3.36.0-1

gspell-1.8.3-1

gtk3-3.24.20-1

gtkspell3-3.0.10-2

json-glib-1.4.4-2

libdazzle-3.36.0-1

libepoxy-1.5.4-1

libgee-0.20.3-1

libpeas-1.26.0-1

pango-1.44.7-1

vte3-0.60.2-1

RevLine 
[4616]1Name:           libpeas
[12396]2Version:        1.26.0
[10716]3Release:        1%{?_dist_release}
[4616]4Summary:        Plug-ins implementation convenience library
[12396]5Group:          System Environment/Libraries
6Vendor:         Project Vine
7Distribution:   Vine Linux
[4616]8
9License:        LGPLv2+
[12396]10URL:            https://gitlab.gnome.org/GNOME/libpeas/
11%global         shortver %(echo %{version} | cut -d . -f 1,2)
12Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
[4616]13
14BuildRequires:  gtk3-devel >= 2.99.3
[4704]15BuildRequires:  pygobject3-devel
[9475]16BuildRequires:  python3-devel
[6890]17BuildRequires:  gjs-devel
[12396]18BuildRequires:  glade3-devel
19BuildRequires:  gtk-doc
[4616]20BuildRequires:  gobject-introspection-devel
21BuildRequires:  intltool
[12396]22BuildRequires:  meson
[4616]23
24%description
25libpeas is a convenience library making adding plug-ins support
26to GTK+ and glib-based applications.
27
[9475]28
[12396]29%package        devel
[4616]30Summary:        Development files for libpeas
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       gobject-introspection-devel
34
35%description devel
36This package contains development libraries and header files
37that are needed to write applications that use libpeas.
38
[9475]39
40%package        docs
41Summary:        Documentation for %{name}
42Summary(ja):    %{name} 用のドキュメント
43Group:          Documentation
44BuildArch:      noarch
45
46%description    docs
47This package contains documentation for %{name}.
48
49
[12396]50%package        python3
[9475]51Summary:        Python3 loader for %{name}
52Group:          System Environment/Libraries
53Requires:       %{name} = %{version}-%{release}
[12396]54Requires:       python3
55Provides:       python3-%{name} = %{version}-%{release}
[9475]56
57%description python3
58%{summary}
59
60
[4616]61%prep
62%setup -q
63
[12396]64
[4616]65%build
[12396]66%meson -Dgtk_doc=true
67%meson_build
[4616]68
69
70%install
[12396]71%meson_install
[4616]72
[12396]73%find_lang libpeas-1.0
[4616]74
75
76%post
77/sbin/ldconfig
78touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
79
80%postun
81/sbin/ldconfig
82if [ $1 -eq 0 ]; then
83  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
84  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
85fi
86
87%posttrans
88gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
89
[12396]90
91%files -f libpeas-1.0.lang
[4616]92%defattr(-,root,root,-)
[12396]93%license COPYING
[4616]94%doc AUTHORS
95%{_libdir}/libpeas*-1.0.so.*
96%dir %{_libdir}/libpeas-1.0/
97%dir %{_libdir}/libpeas-1.0/loaders
[12396]98%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
[4616]99%{_libdir}/girepository-1.0/*.typelib
100%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
[12396]101%dir %{_datadir}/glade
102%dir %{_datadir}/glade/catalogs
103%{_datadir}/glade/catalogs/*
[4616]104
105%files devel
106%defattr(-,root,root,-)
107%{_bindir}/peas-demo
108%{_includedir}/libpeas-1.0/
109%{_libdir}/peas-demo/
110%{_libdir}/libpeas*-1.0.so
111%{_datadir}/gir-1.0/*.gir
112%{_libdir}/pkgconfig/*.pc
113
[9475]114%files docs
115%defattr(-,root,root,-)
116%{_datadir}/gtk-doc/html/libpeas/
117
118%files python3
119%defattr(-,root,root,-)
120%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
121
122
[4616]123%changelog
[12396]124* Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.0-1
125- new upstream release.
126
[10716]127* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.0-1
128- new upstream release
[10405]129
[9791]130* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.0-1
131- new upstream release
132
[9560]133* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-2
134- remove *.la files
135
[9475]136* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
137- new upstream release
138- add BuildRequires: python3-devel
139- create %%{name}-docs,python3 subpackages
140
[9073]141* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
142- new upstream release
143
[8912]144* Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
145- new upstream release
146
[8355]147* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
148- new upstream release
149- remove Patch0 (libpeas-1.8.1-gjs-1.36.x.patch)
150- remove Patch1 (libpeas-1.8.1-gjs-plugin-loader.patch)
151
[8119]152* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
153- rebuild with VineSeed environment
154- add Patch0 (libpeas-1.8.1-gjs-1.36.x.patch)
155- add Patch1 (libpeas-1.8.1-gjs-plugin-loader.patch)
156
[7756]157* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
158- new upstream release
159
[7633]160* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
161- new upstream release
162
[7294]163* Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
164- new upstream release
165
[6951]166* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
167- new upstream release
168
[6890]169* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
170- new upstream release
171
[6011]172* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
173- new upstream release
174
[5701]175* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
176- rebuild with python-2.7.2
177
[4850]178* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
179- new upstream release
180
[4812]181* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-1
182- new upstream release
183- add BuildRequires: gjs-devel
184
[4704]185* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
186- new upstream release
187- change BuildRequires: pygobject3-devel instead of pygobject-devel
188
[4616]189* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
190- initial build for Vine Linux
191
192
193* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> 1.0.0-1
194- Update to 1.0.0
195
196* Sun Mar 27 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
197- Update to 0.9.0
198
199* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 0.7.4-1
200- Update to 0.7.4
201
202* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 0.7.3-1
203- Update to 0.7.3
204- Drop unneeded dependencies
205
206* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.7.2-1
207- Update to 0.7.2
208
209* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-7
210- Rebuild
211
212* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-6
213- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
214
215* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-5
216- Rebuild against newer gtk
217
218* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 0.7.1-4
219- Update to real 0.7.1 release
220
221* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-3.gita2f98e
222- Rebuild against newer gtk
223
224* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.1-2.gita2f98e
225- Rebuild against newer gtk
226
227* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 0.7.1-1.gita2f98e
228- Update to 0.7.1
229- Fix some crashes with missing introspection data
230
231* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 0.7.0-2
232- Rebuild against newer gtk3
233
234* Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
235- Update to 0.7.0
236
237* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
238- Rebuild against newer gobject-introspection
239
240* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
241- Update to 0.5.5
242
243* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
244- Update to 0.5.4
245
246* Tue Jul 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.5.3-2
247- Rebuild against python 2.7
248
249* Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 0.5.3-1
250- Update to 0.5.3
251
252* Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.5.2-5
253- Fix post scriplet (#615021)
254
255* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.2-4
256- Rebuild with new gobject-introspection
257
258* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-3
259- Rebuild
260
261* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.5.2-2
262- Rebuild against new gobject-introspection
263
264* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-1
265- Update to 0.5.2
266
267* Thu Jul  8 2010 Matthias Clasen <mclasen@redhat.com> 0.5.1-2
268- Rebuild
269
270* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
271- Update to 0.5.1
272
273* Thu Jun 24 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-4
274- Document rpath work-arounds disabling, and remove verbose build
275
276* Fri Jun 18 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-3
277- Fix a number of comments from review request
278
279* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-2
280- Call ldconfig when installing the package
281
282* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
283- First package
284
Note: See TracBrowser for help on using the repository browser.