]> git.pld-linux.org Git - packages/folks.git/blob - folks.spec
e67c64f56b87432bc307a7e2683a256bf4dfcba4
[packages/folks.git] / folks.spec
1 Summary:        GObject contact aggregation library
2 Name:           folks
3 Version:        0.2.0
4 Release:        1
5 License:        LGPL v2+
6 Group:          Libraries
7 URL:            http://telepathy.freedesktop.org/wiki/Folks
8 Source0:        http://download.gnome.org/sources/folks/0.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8c66c03d942313db735f6eb375c2f71a
10 Patch0:         telepathy-glib-vala.patch
11 BuildRequires:  libgee-devel
12 BuildRequires:  telepathy-glib-devel
13 BuildRequires:  vala >= 0.9.7
14
15 %description
16 libfolks is a library that aggregates people from multiple sources
17 (e.g. Telepathy connection managers and eventually evolution data
18 server, Facebook, etc.) to create meta-contacts.
19
20
21 %package        devel
22 Summary:        Development files for %{name}
23 Group:          Development/Libraries
24 Requires:       %{name} = %{version}-%{release}
25
26 %description    devel
27 The %{name}-devel package contains libraries and header files for
28 developing applications that use %{name}.
29
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %configure \
37         --disable-static \
38
39 %{__make} %{?_smp_mflags} V=1
40
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
46
47 %post -p /sbin/ldconfig
48 %postun -p /sbin/ldconfig
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README
53 %attr(755,root,root) %{_bindir}/folks-import
54 %attr(755,root,root) %{_libdir}/libfolks.so.*.*.*
55 %attr(755,root,root) %ghost %{_libdir}/libfolks.so.0
56 %attr(755,root,root) %{_libdir}/libfolks-telepathy.so.*.*.*
57 %attr(755,root,root) %ghost %{_libdir}/libfolks-telepathy.so.0
58 %{_libdir}/folks
59 %{_datadir}/vala/vapi/folks.*
60 %{_datadir}/vala/vapi/folks-telepathy.*
61
62 %files devel
63 %defattr(644,root,root,755)
64 %doc
65 %{_includedir}/folks
66 %{_libdir}/libfolks.so
67 %{_libdir}/libfolks-telepathy.so
68 %{_pkgconfigdir}/folks.pc
69 %{_pkgconfigdir}/folks-telepathy.pc
This page took 0.022859 seconds and 3 git commands to generate.