source: projects/specs/branches/6/t/telepathy-glib/telepathy-glib-vl.spec @ 2041

Revision 2041, 6.0 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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