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

Revision 9791, 7.7 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

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