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

Revision 12224, 7.2 KB checked in by tomop, 5 years ago (diff)

updated 2 packages

geoclue2-2.5.3-1

gobject-introspection-1.62.0-1

Line 
1Name:           gobject-introspection
2Version:        1.62.0
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        -Dgtk_doc=true
66
67%meson_build
68
69
70%install
71rm -rf $RPM_BUILD_ROOT
72%meson_install
73
74# Die libtool, die.
75find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
76find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%post -p /sbin/ldconfig
82
83%postun -p /sbin/ldconfig
84
85%files
86%defattr(-,root,root,-)
87%license COPYING
88
89%{_libdir}/lib*.so.*
90%dir %{_libdir}/girepository-1.0
91%{_libdir}/girepository-1.0/*.typelib
92
93%files devel
94%defattr(-,root,root)
95%{_libdir}/lib*.so
96%dir %{_libdir}/gobject-introspection
97%{_libdir}/gobject-introspection/*
98%{_libdir}/pkgconfig/*
99%{_includedir}/*
100%{_bindir}/g-ir-*
101%{_datadir}/gir-1.0
102%{_datadir}/aclocal/introspection.m4
103%{_datadir}/gobject-introspection-1.0/Makefile.introspection
104%{_datadir}/gobject-introspection-1.0/tests
105%{_datadir}/gobject-introspection-1.0/gdump.c
106%{_datadir}/gtk-doc/html/gi/*
107%{_mandir}/man1/*.gz
108
109%changelog
110* Sat Sep 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.62.0-1
111- new upstream release.
112
113* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.60.2-1
114- new upstream release.
115
116* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.55.0-1
117- new upstream release.
118
119* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.48.0-1
120- new upstream release
121
122* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.46.0-1
123- new upstream release
124
125* Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
126- new upstream release
127
128* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
129- new upstream release
130
131* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-2
132- rebuild with libffi-3.0.13
133
134* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
135- new upstream release
136
137* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-2
138- rebuild with VineSeed environment
139
140* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-1
141- new upstream release
142
143* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.0-1
144- new upstream release
145
146* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.2-1
147- new upstream release
148
149* Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.1-1
150- new upstream release
151
152* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
153- new upstream release
154
155* Sat Apr 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
156- new upstream release
157- remove Source1
158
159* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
160- new upstream release
161
162* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
163- new upstream release
164- remove Patch0
165
166* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.16-2
167- add Source1 (glib-2.0.c)
168- add Patch0 (gobject-introspection-fix-link.patch)
169
170* Sat Jul 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.16-1
171- new upstream release
172
173* Sat May 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
174- new upstream release
175
176* Thu Feb 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1
177- new upstream release
178
179* Wed Feb 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
180- new upstream release
181
182* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
183- new upstream release
184
185* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.12-1
186- new upstream release
187
188* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8-1
189- new upstream release
190- add Obsoletes: gir-repository < 0.6.6
191- fix %files
192
193* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-3
194- delete Patch0
195
196* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.14-2
197- build with rpm-4.8.1-1 for pkg-config file
198
199* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
200- new upstream release
201
202* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.10-1
203- new upstream release
204
205* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
206- new upstream release
207- add Requires: libffi-devel (devel package)
208
209* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
210- new upstream release
211
212* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
213- new upstream release
214- add Patch0 for ppc
215
216* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.5-2
217- rebuilt with python-2.6.4
218
219* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
220- initial build for Vine Linux
221
222* Fri Sep 11 2009 Colin Walters <walters@verbum.org> - 0.6.5-1
223- New upstream
224- Drop libtool dep
225
226* Fri Aug 28 2009 Colin Walters <walters@verbum.org> - 0.6.4-2
227- Add dep on libtool temporarily
228
229* Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
230- New upstream 0.6.4
231- Drop upstreamed build fix patch
232
233* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
234- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
235
236* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
237- Add upstream patch to fix a build crash
238
239* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
240- Add -ggdb temporarily so it compiles on ppc64
241
242* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-2
243- Add the new source file
244
245* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-1
246- Update to 0.6.3
247
248* Mon Jun  1 2009 Dan Williams <dcbw@redhat.com> - 0.6.2-1
249- Update to 0.6.2
250
251* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
252- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
253
254* Thu Dec 11 2008 Colin Walters <walters@verbum.org> - 0.6.1-1
255- Update to 0.6.1
256
257* Fri Oct 31 2008 Colin Walters <walters@verbum.org> - 0.6.0-1
258- Create spec goo
Note: See TracBrowser for help on using the repository browser.