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

Revision 12156, 7.1 KB checked in by tomop, 5 years ago (diff)

gobject-introspection-1.60.2-1

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