source: projects/specs/trunk/g/gobject-introspection/gobject-introspection-vl.spec @ 12376

Revision 12376, 7.3 KB checked in by tomop, 4 years ago (diff)

updated 19 packages

g-wrap-1.9.15-2

gjs-1.54.3-2

glib2-2.64.2-2

gobject-introspection-1.64.1-1

guile-2.2.7-1

guile20-2.0.14-5

hardinfo-0.5.1-4

llvm-10.0.0-2

libffi-3.3-1

libffi321-3.2.1-1

p11-kit-0.23.20-2

pycairo-1.18.2-1

pygobject-2.28.6-7

pygobject3-3.34.0-1

python-cffi-1.14.0-1

python-2.7.17-1

python3-3.5.9-1

ruby-2.6.6-2

uim-1.8.8-3

Line 
1Name:           gobject-introspection
2Version:        1.64.1
3Release:        1%{?_dist_release}
4Summary:        Introspection system for GObject-based libraries
5
6Group:          Development/Libraries
7License:        GPLv2+, LGPLv2+, MIT
8URL:            http://live.gnome.org/GObjectIntrospection
9
10%define major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//')
11Source0:        https://ftp.gnome.org/pub/gnome/sources/%{name}/%{major_minor}/%{name}-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Obsoletes:      gir-repository < 0.6.6
16
17BuildRequires:  glib2-devel
18BuildRequires:  python3-devel
19BuildRequires:  gettext
20BuildRequires:  intltool
21BuildRequires:  gtk-doc
22BuildRequires:  flex
23BuildRequires:  bison
24BuildRequires:  libffi-devel
25BuildRequires:  mesa-libGL-devel
26BuildRequires:  cairo-devel >= 1.10.0
27BuildRequires:  libxml2-devel
28BuildRequires:  libXfixes-devel
29BuildRequires:  libX11-devel
30BuildRequires:  fontconfig-devel
31BuildRequires:  libXft-devel
32BuildRequires:  freetype2-devel
33BuildRequires:  gnome-common
34BuildRequires:  meson
35
36Requires:       python3-devel
37
38Vendor: Project Vine
39Distribution: Vine Linux
40
41%description
42GObject Introspection can scan C header and source files in order to
43generate introspection "typelib" files.  It also provides an API to examine
44typelib files, useful for creating language bindings among other
45things.
46
47%package devel
48Summary: Libraries and headers for gobject-introspection
49Summary(ja): %{name} の開発用ファイル
50Group: Development/Libraries
51Requires: %name = %{version}-%{release}
52Requires: glib2-devel
53Requires: libffi-devel
54Requires: pkgconfig
55Obsoletes: gir-repository-devel < 0.6.6
56
57%description devel
58Libraries and headers for gobject-introspection
59
60%prep
61%setup -q
62
63%build
64%meson \
65        -Ddoctool=disabled \
66        -Dgtk_doc=true
67
68%meson_build
69
70
71%install
72rm -rf $RPM_BUILD_ROOT
73%meson_install
74
75# Die libtool, die.
76find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
77find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%post -p /sbin/ldconfig
83
84%postun -p /sbin/ldconfig
85
86%files
87%defattr(-,root,root,-)
88%license COPYING
89
90%{_libdir}/lib*.so.*
91%dir %{_libdir}/girepository-1.0
92%{_libdir}/girepository-1.0/*.typelib
93
94%files devel
95%defattr(-,root,root)
96%{_libdir}/lib*.so
97%dir %{_libdir}/gobject-introspection
98%{_libdir}/gobject-introspection/*
99%{_libdir}/pkgconfig/*
100%{_includedir}/*
101%{_bindir}/g-ir-*
102%{_datadir}/gir-1.0
103%{_datadir}/aclocal/introspection.m4
104%{_datadir}/gobject-introspection-1.0/Makefile.introspection
105%{_datadir}/gobject-introspection-1.0/tests
106%{_datadir}/gobject-introspection-1.0/gdump.c
107%{_datadir}/gtk-doc/html/gi/*
108%{_mandir}/man1/*.gz
109
110%changelog
111* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.1-1
112- new upstream release.
113
114* Sat Sep 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.62.0-1
115- new upstream release.
116
117* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.60.2-1
118- new upstream release.
119
120* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.55.0-1
121- new upstream release.
122
123* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.48.0-1
124- new upstream release
125
126* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.46.0-1
127- new upstream release
128
129* Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
130- new upstream release
131
132* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
133- new upstream release
134
135* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-2
136- rebuild with libffi-3.0.13
137
138* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
139- new upstream release
140
141* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-2
142- rebuild with VineSeed environment
143
144* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-1
145- new upstream release
146
147* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.0-1
148- new upstream release
149
150* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.2-1
151- new upstream release
152
153* Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.1-1
154- new upstream release
155
156* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
157- new upstream release
158
159* Sat Apr 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
160- new upstream release
161- remove Source1
162
163* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
164- new upstream release
165
166* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
167- new upstream release
168- remove Patch0
169
170* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.16-2
171- add Source1 (glib-2.0.c)
172- add Patch0 (gobject-introspection-fix-link.patch)
173
174* Sat Jul 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.16-1
175- new upstream release
176
177* Sat May 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
178- new upstream release
179
180* Thu Feb 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1
181- new upstream release
182
183* Wed Feb 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
184- new upstream release
185
186* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
187- new upstream release
188
189* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.12-1
190- new upstream release
191
192* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8-1
193- new upstream release
194- add Obsoletes: gir-repository < 0.6.6
195- fix %files
196
197* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-3
198- delete Patch0
199
200* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.14-2
201- build with rpm-4.8.1-1 for pkg-config file
202
203* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
204- new upstream release
205
206* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.10-1
207- new upstream release
208
209* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
210- new upstream release
211- add Requires: libffi-devel (devel package)
212
213* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
214- new upstream release
215
216* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
217- new upstream release
218- add Patch0 for ppc
219
220* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.5-2
221- rebuilt with python-2.6.4
222
223* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
224- initial build for Vine Linux
225
226* Fri Sep 11 2009 Colin Walters <walters@verbum.org> - 0.6.5-1
227- New upstream
228- Drop libtool dep
229
230* Fri Aug 28 2009 Colin Walters <walters@verbum.org> - 0.6.4-2
231- Add dep on libtool temporarily
232
233* Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
234- New upstream 0.6.4
235- Drop upstreamed build fix patch
236
237* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
238- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
239
240* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
241- Add upstream patch to fix a build crash
242
243* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
244- Add -ggdb temporarily so it compiles on ppc64
245
246* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-2
247- Add the new source file
248
249* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-1
250- Update to 0.6.3
251
252* Mon Jun  1 2009 Dan Williams <dcbw@redhat.com> - 0.6.2-1
253- Update to 0.6.2
254
255* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
256- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
257
258* Thu Dec 11 2008 Colin Walters <walters@verbum.org> - 0.6.1-1
259- Update to 0.6.1
260
261* Fri Oct 31 2008 Colin Walters <walters@verbum.org> - 0.6.0-1
262- Create spec goo
Note: See TracBrowser for help on using the repository browser.