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

Revision 5038, 6.3 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

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