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

Revision 5341, 6.4 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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.4
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 Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.4-1
118- new upstream release
119
120* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
121- new upstream release
122
123* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.5-1
124- new upstream release
125
126* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.4-1
127- new upstream release
128
129* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.0-1
130- new upstream release
131- add BuildRequires: gobject-introspection-devel, vala-devel, vala-tools
132- update Patch0
133- add vala sub package
134
135* Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.10.2-2
136- build with rpm-4.8.1-1 for pkg-config file
137- add broken pkg-config file patch (Patch0): from Fedora 0.11.15-1
138
139* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
140- new upstream release
141
142* Wed Nov  4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-1
143- new upstream release
144
145* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.14-1
146- initial build for Vine Linux
147
148* Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.14-1
149- Update to 0.7.14.
150- Add README & NEWS to docs.
151
152* Tue Jul 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.13-1
153- Update to 0.7.13.
154
155* Mon Jul 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-2
156- Update broken-pkgconfig patch. (#456621)
157
158* Mon Jul 21 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-1
159- Update to 0.7.12.
160- Update pkgconfig patch.
161
162* Thu Jul  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.11-1
163- Update to 0.7.11.
164
165* Fri Jun  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.10-1
166- Update 0.7.10.
167
168* Fri May 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.9-1
169- Update to 0.7.9.
170- Enable tests.
171
172* Fri May  9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.8-1
173- Update to 0.7.8.
174
175* Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.6-1
176- Update to 0.7.6.
177
178* Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-4
179- Bump.
180
181* Fri Mar 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.7.5-3
182- Really fix #436773
183
184* Mon Mar 10 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-2
185- Add requires for glib2-devel to devel package. (#436773)
186
187* Fri Mar  7 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-1
188- Update to 0.7.5.
189- Remove hack to fix ppc64 build.  fixed upstream.
190
191* Thu Mar  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
192- Update to 0.7.4.
193- Disable test for now.
194- Add hack to fix build on ppc64.
195
196* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-2
197- Rebuild for gcc-4.3.
198
199* Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-1
200- Update to 0.7.0.
201- Drop unstable-static subpackage.
202- Bump min. versions of dbus-devel & dbus-glib-devel.
203
204* Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.1-1
205- Update to 0.6.1.
206
207* Wed Aug 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.14-1
208- Update to 0.5.14.
209
210* Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-6
211- Add BR on python.
212
213* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-5
214- Rebuild.
215
216* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-4
217- Update license tag.
218
219* Mon Jun 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-3
220- Add check section to run test suite.
221- Mark gtk-docs as docs.
222
223* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-2
224- Change Group to more accurate categoryn.
225- Require pkgconfig on the devel package.
226- Move headers for unstable libs to unstable-static sub-pacakge.
227
228* Tue Jun  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-1
229- Update to 0.5.13.
230
231* Wed May 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.11-1
232- Update to 0.5.11.
233
234* Sat Apr 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.10-1
235- Intial spec.
236
Note: See TracBrowser for help on using the repository browser.