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

Revision 521, 4.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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.9.1
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* Wed Nov  4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-1
91- new upstream release
92
93* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.14-1
94- initial build for Vine Linux
95
96* Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.14-1
97- Update to 0.7.14.
98- Add README & NEWS to docs.
99
100* Tue Jul 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.13-1
101- Update to 0.7.13.
102
103* Mon Jul 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-2
104- Update broken-pkgconfig patch. (#456621)
105
106* Mon Jul 21 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-1
107- Update to 0.7.12.
108- Update pkgconfig patch.
109
110* Thu Jul  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.11-1
111- Update to 0.7.11.
112
113* Fri Jun  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.10-1
114- Update 0.7.10.
115
116* Fri May 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.9-1
117- Update to 0.7.9.
118- Enable tests.
119
120* Fri May  9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.8-1
121- Update to 0.7.8.
122
123* Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.6-1
124- Update to 0.7.6.
125
126* Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-4
127- Bump.
128
129* Fri Mar 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.7.5-3
130- Really fix #436773
131
132* Mon Mar 10 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-2
133- Add requires for glib2-devel to devel package. (#436773)
134
135* Fri Mar  7 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-1
136- Update to 0.7.5.
137- Remove hack to fix ppc64 build.  fixed upstream.
138
139* Thu Mar  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
140- Update to 0.7.4.
141- Disable test for now.
142- Add hack to fix build on ppc64.
143
144* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-2
145- Rebuild for gcc-4.3.
146
147* Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-1
148- Update to 0.7.0.
149- Drop unstable-static subpackage.
150- Bump min. versions of dbus-devel & dbus-glib-devel.
151
152* Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.1-1
153- Update to 0.6.1.
154
155* Wed Aug 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.14-1
156- Update to 0.5.14.
157
158* Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-6
159- Add BR on python.
160
161* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-5
162- Rebuild.
163
164* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-4
165- Update license tag.
166
167* Mon Jun 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-3
168- Add check section to run test suite.
169- Mark gtk-docs as docs.
170
171* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-2
172- Change Group to more accurate categoryn.
173- Require pkgconfig on the devel package.
174- Move headers for unstable libs to unstable-static sub-pacakge.
175
176* Tue Jun  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-1
177- Update to 0.5.13.
178
179* Wed May 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.11-1
180- Update to 0.5.11.
181
182* Sat Apr 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.10-1
183- Intial spec.
184
Note: See TracBrowser for help on using the repository browser.