source: projects/specs/branches/6/f/folks/folks-vl.spec @ 2041

Revision 2041, 3.4 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1%define tp_glib_ver     0.13.0
2
3Name:           folks
4Version:        0.2.0
5Release:        1%{?_dist_release}
6Summary:        GObject contact aggregation library
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://telepathy.freedesktop.org/wiki/Folks
11Source0:        http://download.gnome.org/sources/folks/0.2/%{name}-%{version}.tar.bz2
12
13BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
14BuildRequires:  telepathy-glib-vala >= %{tp_glib_ver}
15BuildRequires:  glib2-devel
16BuildRequires:  libgee-devel
17BuildRequires:  libxml2-devel
18BuildRequires:  vala-devel
19BuildRequires:  vala-tools
20
21%description
22libfolks is a library that aggregates people from multiple sources (e.g.
23Telepathy connection managers and eventually evolution data server,
24Facebook, etc.) to create meta-contacts.
25
26
27%package        devel
28Summary:        Development files for %{name}
29Group:          Development/Libraries
30Requires:       %{name} = %{version}-%{release}
31Requires:       telepathy-glib-devel >= %{tp_glib_ver}
32Requires:       libgee-devel
33Requires:       glib2-devel
34Requires:       pkgconfig
35
36%description    devel
37The %{name}-devel package contains libraries and header files for
38developing applications that use %{name}.
39
40
41%prep
42%setup -q
43
44%build
45%configure --disable-static
46make %{?_smp_mflags} V=1
47
48
49%install
50make install DESTDIR=$RPM_BUILD_ROOT
51find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
52
53
54%post -p /sbin/ldconfig
55
56%postun -p /sbin/ldconfig
57
58
59%files
60%defattr(-,root,root,-)
61%doc AUTHORS ChangeLog COPYING README
62%{_bindir}/%{name}-import
63%{_libdir}/*.so.*
64%{_libdir}/folks
65%{_datadir}/vala/vapi/%{name}*
66
67%files devel
68%defattr(-,root,root,-)
69%{_includedir}/folks
70%{_libdir}/*.so
71%{_libdir}/pkgconfig/folks*.pc
72
73
74%changelog
75* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
76- initial build for Vine Linux
77
78
79* Wed Sep 29 2010 jkeating - 0.2.0-2
80- Rebuilt for gcc bug 634757
81
82* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
83- Update to 0.2.0.
84- Add missing requires to devel subpackage.
85- Drop DSO linkng patch. Fixed upstream.
86
87* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
88- Update to 0.1.17.
89- Add patch to fix DSO linking for import tool.
90- Add BR on libxml2-devel so import tool is built.
91
92* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
93- New upstream release.
94
95* Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
96- New upstream release. Drop the RPATH hacks.
97
98* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
99- New upstream release. Requires vala >= 0.9.6
100
101* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
102- Use chrpath to remove the lingering RPATH because the guidelines
103  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
104  Better solution welcome.
105
106* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
107- New upstream. Remove patch and libtool hack.
108
109* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
110- Add BR: vala-tools
111
112* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
113- Update for the available telepathy-glib vala packaging
114
115* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
116- Add BR: libgee-devel
117
118* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
119- New upstream release
120- Autofoo for the new vala api versioning
121
122* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
123- New upstream release
124
125* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
126- Packaged for review
Note: See TracBrowser for help on using the repository browser.