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