source: projects/specs/trunk/t/telepathy-glib/telepathy-glib-vl.spec @ 7938

Revision 7938, 7.1 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

RevLine 
[6890]1%define dbus_ver        1.6.4
2%define dbus_glib_ver   0.100
[7938]3%define glib_ver        2.38
[521]4
5Summary:        GLib bindings for Telepathy
6Summary(ja):    Telepathy の GLib バインディング
7
[7112]8Name:           telepathy-glib
[7938]9Version:        0.22.0
[2041]10Release:        1%{?_dist_release}
[521]11
[7112]12Group:          System Environment/Libraries
13License:        LGPLv2+
14URL:            http://telepathy.freedesktop.org/wiki/FrontPage
[6011]15
[7112]16Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
[6011]17
[7938]18Patch0:         telepathy-glib-0.22.0-pkgconfig.patch
[6011]19
[521]20BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21
22BuildRequires:  gtk-doc
23BuildRequires:  dbus-devel >= %{dbus_ver}
24BuildRequires:  dbus-glib-devel >= %{dbus_glib_ver}
25BuildRequires:  glib2-devel >= %{glib_ver}
26BuildRequires:  libxslt
27BuildRequires:  python
[2041]28BuildRequires:  gobject-introspection-devel
29BuildRequires:  vala-devel
30BuildRequires:  vala-tools
[521]31
[4616]32Vendor: Project Vine
33Distribution: Vine Linux
34
[521]35%description
36Telepathy-glib is the glib bindings for the telepathy unified framework
37for all forms of real time conversations, including instant messaging, IRC,
38voice calls and video calls.
39
40
41%package        devel
42Summary:        Development files for %{name}
43Summary(ja):    %{name} の開発用ファイル
44Group:          Development/Libraries
45Requires:       %{name} = %{version}-%{release}
[2041]46Requires:       %{name}-vala = %{version}-%{release}
[521]47Requires:       telepathy-filesystem
48Requires:       dbus-devel >= %{dbus_ver}
49Requires:       dbus-glib-devel >= %{dbus_glib_ver}
50Requires:       glib2-devel >= %{glib_ver}
51Requires:       pkgconfig
52
53
54%description devel
55The %{name}-devel package contains libraries and header files for
56developing applications that use %{name}.
57
58
[2041]59%package vala
60Summary:        Vala bindings for %{name}
61Group:          Development/Libraries
62Requires:       %{name} = %{version}-%{release}
63Requires:       vala
64
65
66%description vala
67Vala bindings for %{name}.
68
69
[521]70%prep
71%setup -q
[1890]72%patch0 -p1 -b .pkg-config
[521]73
74%check
75make check
76
77
78%build
[2041]79%configure --enable-static=no --enable-vala-bindings=yes --enable-introspection=yes
[521]80make %{?_smp_mflags}
81
82
83%install
84rm -rf $RPM_BUILD_ROOT
85make install DESTDIR=$RPM_BUILD_ROOT
86find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
87
88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92
93%post -p /sbin/ldconfig
94
95
96%postun -p /sbin/ldconfig
97
98
99%files
100%defattr(-,root,root,-)
101%doc AUTHORS COPYING README NEWS
102%{_libdir}/libtelepathy-glib*.so.*
[2041]103%{_libdir}/girepository-1.0
[521]104
105%files devel
106%defattr(-,root,root,-)
107%doc %{_datadir}/gtk-doc/html/%{name}/
108%{_libdir}/libtelepathy-glib.so
109%{_libdir}/pkgconfig/%{name}.pc
110%{_includedir}/telepathy-1.0/%{name}/
[2041]111%{_datadir}/gir-1.0
[521]112
[2041]113%files vala
114%defattr(-,root,root,-)
115%{_datadir}/vala/vapi/telepathy-glib.deps
116%{_datadir}/vala/vapi/telepathy-glib.vapi
[521]117
[2041]118
[521]119%changelog
[7938]120* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.0-1
121- new upstream release
122- update Patch0 (telepathy-glib-0.22.0-pkgconfig.patch)
123
[7786]124* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.4-1
125- new upstream release
126
[7112]127* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-1
128- new upstream release
129
[6924]130* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
131- new upstream release
132
[6890]133* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19.10-1
134- new upstream release
135
[6141]136* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.1-1
137- new upstream release
138
[6011]139* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-1
140- new upstream release
141- update Patch0 (telepathy-glib-0.18.0-broken-pkgconfig.patch)
142
[5341]143* Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.4-1
144- new upstream release
145
[5038]146* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
147- new upstream release
148
[4650]149* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.5-1
150- new upstream release
151
[4616]152* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.4-1
153- new upstream release
154
[2041]155* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.0-1
156- new upstream release
157- add BuildRequires: gobject-introspection-devel, vala-devel, vala-tools
158- update Patch0
159- add vala sub package
160
[1890]161* Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.10.2-2
162- build with rpm-4.8.1-1 for pkg-config file
163- add broken pkg-config file patch (Patch0): from Fedora 0.11.15-1
164
[805]165* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
166- new upstream release
167
[521]168* Wed Nov  4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-1
169- new upstream release
170
171* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.14-1
172- initial build for Vine Linux
173
174* Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.14-1
175- Update to 0.7.14.
176- Add README & NEWS to docs.
177
178* Tue Jul 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.13-1
179- Update to 0.7.13.
180
181* Mon Jul 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-2
182- Update broken-pkgconfig patch. (#456621)
183
184* Mon Jul 21 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-1
185- Update to 0.7.12.
186- Update pkgconfig patch.
187
188* Thu Jul  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.11-1
189- Update to 0.7.11.
190
191* Fri Jun  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.10-1
192- Update 0.7.10.
193
194* Fri May 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.9-1
195- Update to 0.7.9.
196- Enable tests.
197
198* Fri May  9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.8-1
199- Update to 0.7.8.
200
201* Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.6-1
202- Update to 0.7.6.
203
204* Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-4
205- Bump.
206
207* Fri Mar 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.7.5-3
208- Really fix #436773
209
210* Mon Mar 10 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-2
211- Add requires for glib2-devel to devel package. (#436773)
212
213* Fri Mar  7 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-1
214- Update to 0.7.5.
215- Remove hack to fix ppc64 build.  fixed upstream.
216
217* Thu Mar  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
218- Update to 0.7.4.
219- Disable test for now.
220- Add hack to fix build on ppc64.
221
222* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-2
223- Rebuild for gcc-4.3.
224
225* Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-1
226- Update to 0.7.0.
227- Drop unstable-static subpackage.
228- Bump min. versions of dbus-devel & dbus-glib-devel.
229
230* Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.1-1
231- Update to 0.6.1.
232
233* Wed Aug 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.14-1
234- Update to 0.5.14.
235
236* Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-6
237- Add BR on python.
238
239* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-5
240- Rebuild.
241
242* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-4
243- Update license tag.
244
245* Mon Jun 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-3
246- Add check section to run test suite.
247- Mark gtk-docs as docs.
248
249* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-2
250- Change Group to more accurate categoryn.
251- Require pkgconfig on the devel package.
252- Move headers for unstable libs to unstable-static sub-pacakge.
253
254* Tue Jun  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-1
255- Update to 0.5.13.
256
257* Wed May 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.11-1
258- Update to 0.5.11.
259
260* Sat Apr 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.10-1
261- Intial spec.
262
Note: See TracBrowser for help on using the repository browser.