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

Revision 12469, 7.4 KB checked in by tomop, 4 years ago (diff)

python-3.8.5 and related packages.

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