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

Revision 805, 5.0 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file of gnome-2.30

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