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

Revision 9791, 6.8 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

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