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.

RevLine 
[12469]1Summary:        Introspection system for GObject-based libraries
[521]2Name:           gobject-introspection
[12376]3Version:        1.64.1
[12469]4Release:        2%{?_dist_release}
5Group:          programming
6Vendor:         Project Vine
7Distribution:   Vine Linux
[521]8
9License:        GPLv2+, LGPLv2+, MIT
10URL:            http://live.gnome.org/GObjectIntrospection
[12469]11%define         major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//')
[12224]12Source0:        https://ftp.gnome.org/pub/gnome/sources/%{name}/%{major_minor}/%{name}-%{version}.tar.xz
[12156]13
[521]14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15
[12224]16Obsoletes:      gir-repository < 0.6.6
[2041]17
[521]18BuildRequires:  glib2-devel
[12156]19BuildRequires:  python3-devel
[521]20BuildRequires:  gettext
21BuildRequires:  intltool
22BuildRequires:  gtk-doc
23BuildRequires:  flex
24BuildRequires:  bison
25BuildRequires:  libffi-devel
26BuildRequires:  mesa-libGL-devel
[2041]27BuildRequires:  cairo-devel >= 1.10.0
[521]28BuildRequires:  libxml2-devel
29BuildRequires:  libXfixes-devel
30BuildRequires:  libX11-devel
31BuildRequires:  fontconfig-devel
32BuildRequires:  libXft-devel
33BuildRequires:  freetype2-devel
[2041]34BuildRequires:  gnome-common
[12224]35BuildRequires:  meson
[521]36
[12224]37Requires:       python3-devel
38
[521]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
[12469]45
[521]46%package devel
47Summary: Libraries and headers for gobject-introspection
48Summary(ja): %{name} の開発用ファイル
[12469]49Group: programming
[521]50Requires: %name = %{version}-%{release}
51Requires: glib2-devel
[805]52Requires: libffi-devel
[521]53Requires: pkgconfig
[2041]54Obsoletes: gir-repository-devel < 0.6.6
[521]55
56%description devel
57Libraries and headers for gobject-introspection
58
[12469]59
[521]60%prep
61%setup -q
62
[12469]63
[521]64%build
[12224]65%meson \
[12376]66        -Ddoctool=disabled \
[12224]67        -Dgtk_doc=true
[521]68
[12224]69%meson_build
70
71
[521]72%install
73rm -rf $RPM_BUILD_ROOT
[12224]74%meson_install
[521]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
[12469]80
[521]81%clean
82rm -rf $RPM_BUILD_ROOT
83
[12469]84
[521]85%post -p /sbin/ldconfig
86%postun -p /sbin/ldconfig
87
[12469]88
[521]89%files
90%defattr(-,root,root,-)
[12156]91%license COPYING
[521]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
[2041]100%dir %{_libdir}/gobject-introspection
101%{_libdir}/gobject-introspection/*
[521]102%{_libdir}/pkgconfig/*
103%{_includedir}/*
104%{_bindir}/g-ir-*
105%{_datadir}/gir-1.0
106%{_datadir}/aclocal/introspection.m4
[926]107%{_datadir}/gobject-introspection-1.0/Makefile.introspection
[2041]108%{_datadir}/gobject-introspection-1.0/tests
[2219]109%{_datadir}/gobject-introspection-1.0/gdump.c
110%{_datadir}/gtk-doc/html/gi/*
[521]111%{_mandir}/man1/*.gz
112
113%changelog
[12469]114* Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.1-2
115- rebuilt wirh python-3.8.
116
[12376]117* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.1-1
118- new upstream release.
119
[12224]120* Sat Sep 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.62.0-1
121- new upstream release.
122
[12156]123* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.60.2-1
124- new upstream release.
125
[11330]126* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.55.0-1
127- new upstream release.
128
[10716]129* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.48.0-1
130- new upstream release
131
[9791]132* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.46.0-1
133- new upstream release
134
[9475]135* Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
136- new upstream release
137
[9073]138* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
139- new upstream release
140
[8758]141* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-2
142- rebuild with libffi-3.0.13
143
[8353]144* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
145- new upstream release
146
[8084]147* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-2
148- rebuild with VineSeed environment
149
[7938]150* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-1
151- new upstream release
152
[7633]153* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.0-1
154- new upstream release
155
[7119]156* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.2-1
157- new upstream release
158
[6951]159* Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.1-1
160- new upstream release
161
[6890]162* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
163- new upstream release
164
[6011]165* Sat Apr 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
166- new upstream release
[6078]167- remove Source1
[6011]168
[4812]169* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
170- new upstream release
171
[4704]172* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
173- new upstream release
174- remove Patch0
175
[4616]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
[2762]186* Thu Feb 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1
187- new upstream release
188
[2665]189* Wed Feb 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
190- new upstream release
191
[2566]192* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
193- new upstream release
194
[2219]195* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.12-1
196- new upstream release
197
[2041]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
[1897]203* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-3
204- delete Patch0
205
[1856]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
[1443]209* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
210- new upstream release
211
[926]212* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.10-1
213- new upstream release
214
[805]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
[623]219* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
[521]220- new upstream release
[623]221
222* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
223- new upstream release
[521]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
[7633]239* Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
[521]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.