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

Revision 4616, 6.1 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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