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

Line 
1Name:           libpeas
2Version:        1.26.0
3Release:        1%{?_dist_release}
4Summary:        Plug-ins implementation convenience library
5Group:          System Environment/Libraries
6Vendor:         Project Vine
7Distribution:   Vine Linux
8
9License:        LGPLv2+
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
13
14BuildRequires:  gtk3-devel >= 2.99.3
15BuildRequires:  pygobject3-devel
16BuildRequires:  python3-devel
17BuildRequires:  gjs-devel
18BuildRequires:  glade3-devel
19BuildRequires:  gtk-doc
20BuildRequires:  gobject-introspection-devel
21BuildRequires:  intltool
22BuildRequires:  meson
23
24%description
25libpeas is a convenience library making adding plug-ins support
26to GTK+ and glib-based applications.
27
28
29%package        devel
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
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
50%package        python3
51Summary:        Python3 loader for %{name}
52Group:          System Environment/Libraries
53Requires:       %{name} = %{version}-%{release}
54Requires:       python3
55Provides:       python3-%{name} = %{version}-%{release}
56
57%description python3
58%{summary}
59
60
61%prep
62%setup -q
63
64
65%build
66%meson -Dgtk_doc=true
67%meson_build
68
69
70%install
71%meson_install
72
73%find_lang libpeas-1.0
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
90
91%files -f libpeas-1.0.lang
92%defattr(-,root,root,-)
93%license COPYING
94%doc AUTHORS
95%{_libdir}/libpeas*-1.0.so.*
96%dir %{_libdir}/libpeas-1.0/
97%dir %{_libdir}/libpeas-1.0/loaders
98%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
99%{_libdir}/girepository-1.0/*.typelib
100%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
101%dir %{_datadir}/glade
102%dir %{_datadir}/glade/catalogs
103%{_datadir}/glade/catalogs/*
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
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
123%changelog
124* Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.0-1
125- new upstream release.
126
127* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.0-1
128- new upstream release
129
130* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.0-1
131- new upstream release
132
133* Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-2
134- remove *.la files
135
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
141* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
142- new upstream release
143
144* Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
145- new upstream release
146
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
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
157* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
158- new upstream release
159
160* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
161- new upstream release
162
163* Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
164- new upstream release
165
166* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
167- new upstream release
168
169* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
170- new upstream release
171
172* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
173- new upstream release
174
175* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
176- rebuild with python-2.7.2
177
178* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
179- new upstream release
180
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
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
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.