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

Revision 9475, 7.6 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

Line 
1Name:           libpeas
2Version:        1.14.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.14/%{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
78rm $RPM_BUILD_ROOT/%{_libdir}/lib*.la   \
79        $RPM_BUILD_ROOT/%{_libdir}/libpeas-1.0/loaders/lib*.la
80
81%find_lang libpeas
82
83%post
84/sbin/ldconfig
85touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
86
87%postun
88/sbin/ldconfig
89if [ $1 -eq 0 ]; then
90  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
91  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
92fi
93
94%posttrans
95gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
96
97%files -f libpeas.lang
98%defattr(-,root,root,-)
99%doc AUTHORS
100%{_libdir}/libpeas*-1.0.so.*
101%dir %{_libdir}/libpeas-1.0/
102%dir %{_libdir}/libpeas-1.0/loaders
103%{_libdir}/libpeas-1.0/loaders/libpythonloader.so
104%{_libdir}/girepository-1.0/*.typelib
105%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
106
107%files devel
108%defattr(-,root,root,-)
109%{_bindir}/peas-demo
110%{_includedir}/libpeas-1.0/
111%{_libdir}/peas-demo/
112%{_libdir}/libpeas*-1.0.so
113%{_datadir}/gir-1.0/*.gir
114%{_libdir}/pkgconfig/*.pc
115
116%files docs
117%defattr(-,root,root,-)
118%{_datadir}/gtk-doc/html/libpeas/
119
120%files python3
121%defattr(-,root,root,-)
122%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
123
124
125%changelog
126* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
127- new upstream release
128- add BuildRequires: python3-devel
129- create %%{name}-docs,python3 subpackages
130
131* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
132- new upstream release
133
134* Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
135- new upstream release
136
137* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
138- new upstream release
139- remove Patch0 (libpeas-1.8.1-gjs-1.36.x.patch)
140- remove Patch1 (libpeas-1.8.1-gjs-plugin-loader.patch)
141
142* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
143- rebuild with VineSeed environment
144- add Patch0 (libpeas-1.8.1-gjs-1.36.x.patch)
145- add Patch1 (libpeas-1.8.1-gjs-plugin-loader.patch)
146
147* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
148- new upstream release
149
150* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
151- new upstream release
152
153* Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
154- new upstream release
155
156* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
157- new upstream release
158
159* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
160- new upstream release
161
162* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
163- new upstream release
164
165* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
166- rebuild with python-2.7.2
167
168* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
169- new upstream release
170
171* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-1
172- new upstream release
173- add BuildRequires: gjs-devel
174
175* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
176- new upstream release
177- change BuildRequires: pygobject3-devel instead of pygobject-devel
178
179* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
180- initial build for Vine Linux
181
182
183* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> 1.0.0-1
184- Update to 1.0.0
185
186* Sun Mar 27 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
187- Update to 0.9.0
188
189* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 0.7.4-1
190- Update to 0.7.4
191
192* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 0.7.3-1
193- Update to 0.7.3
194- Drop unneeded dependencies
195
196* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.7.2-1
197- Update to 0.7.2
198
199* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-7
200- Rebuild
201
202* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-6
203- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
204
205* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-5
206- Rebuild against newer gtk
207
208* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 0.7.1-4
209- Update to real 0.7.1 release
210
211* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-3.gita2f98e
212- Rebuild against newer gtk
213
214* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.1-2.gita2f98e
215- Rebuild against newer gtk
216
217* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 0.7.1-1.gita2f98e
218- Update to 0.7.1
219- Fix some crashes with missing introspection data
220
221* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 0.7.0-2
222- Rebuild against newer gtk3
223
224* Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
225- Update to 0.7.0
226
227* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
228- Rebuild against newer gobject-introspection
229
230* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
231- Update to 0.5.5
232
233* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
234- Update to 0.5.4
235
236* Tue Jul 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.5.3-2
237- Rebuild against python 2.7
238
239* Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 0.5.3-1
240- Update to 0.5.3
241
242* Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.5.2-5
243- Fix post scriplet (#615021)
244
245* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.2-4
246- Rebuild with new gobject-introspection
247
248* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-3
249- Rebuild
250
251* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.5.2-2
252- Rebuild against new gobject-introspection
253
254* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-1
255- Update to 0.5.2
256
257* Thu Jul  8 2010 Matthias Clasen <mclasen@redhat.com> 0.5.1-2
258- Rebuild
259
260* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
261- Update to 0.5.1
262
263* Thu Jun 24 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-4
264- Document rpath work-arounds disabling, and remove verbose build
265
266* Fri Jun 18 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-3
267- Fix a number of comments from review request
268
269* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-2
270- Call ldconfig when installing the package
271
272* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
273- First package
274
Note: See TracBrowser for help on using the repository browser.