source: projects/specs/trunk/f/folks/folks-vl.spec @ 5168

Revision 5168, 4.4 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1%define tp_glib_ver     0.14.0
2
3Name:           folks
4Version:        0.6.5
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.6/%{name}-%{version}.tar.xz
12
13BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
14BuildRequires:  telepathy-glib-vala >= %{tp_glib_ver}
15BuildRequires:  evolution-data-server-devel >= 3.0.1
16BuildRequires:  glib2-devel
17BuildRequires:  GConf2-devel
18BuildRequires:  libgee-devel
19BuildRequires:  libxml2-devel
20BuildRequires:  libsocialweb-devel
21BuildRequires:  vala-devel
22BuildRequires:  vala-tools
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28libfolks is a library that aggregates people from multiple sources (e.g.
29Telepathy connection managers and eventually evolution data server,
30Facebook, etc.) to create meta-contacts.
31
32
33%package        devel
34Summary:        Development files for %{name}
35Group:          Development/Libraries
36Requires:       %{name} = %{version}-%{release}
37Requires:       telepathy-glib-devel >= %{tp_glib_ver}
38Requires:       libgee-devel
39Requires:       glib2-devel
40Requires:       pkgconfig
41
42%description    devel
43The %{name}-devel package contains libraries and header files for
44developing applications that use %{name}.
45
46
47%prep
48%setup -q
49
50%build
51%configure \
52        --disable-static
53make %{?_smp_mflags}
54
55
56%install
57make install DESTDIR=$RPM_BUILD_ROOT
58find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
59
60%find_lang %{name}
61
62%post -p /sbin/ldconfig
63
64%postun -p /sbin/ldconfig
65
66
67%files -f %{name}.lang
68%defattr(-,root,root,-)
69%doc AUTHORS ChangeLog COPYING README
70%{_bindir}/%{name}-import
71%{_libdir}/*.so.*
72%{_libdir}/folks
73%{_libdir}/girepository-1.0/*.typelib
74%{_datadir}/vala/vapi/%{name}*
75
76%files devel
77%defattr(-,root,root,-)
78%{_includedir}/folks
79%{_libdir}/*.so
80%{_libdir}/pkgconfig/folks*.pc
81%{_datadir}/gir-1.0/*.gir
82
83
84%changelog
85* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
86- new upstream release
87
88* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
89- new upstream release
90
91* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
92- new upstream release
93
94* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
95- new upstream release
96
97* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
98- new upstream release
99- add BuildRequires: libsocialweb-devel
100
101* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
102- new upstream release
103
104* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
105- new upstream release
106- add BuildRequires: GConf2-devel
107
108* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
109- initial build for Vine Linux
110
111
112* Wed Sep 29 2010 jkeating - 0.2.0-2
113- Rebuilt for gcc bug 634757
114
115* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
116- Update to 0.2.0.
117- Add missing requires to devel subpackage.
118- Drop DSO linkng patch. Fixed upstream.
119
120* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
121- Update to 0.1.17.
122- Add patch to fix DSO linking for import tool.
123- Add BR on libxml2-devel so import tool is built.
124
125* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
126- New upstream release.
127
128* Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
129- New upstream release. Drop the RPATH hacks.
130
131* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
132- New upstream release. Requires vala >= 0.9.6
133
134* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
135- Use chrpath to remove the lingering RPATH because the guidelines
136  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
137  Better solution welcome.
138
139* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
140- New upstream. Remove patch and libtool hack.
141
142* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
143- Add BR: vala-tools
144
145* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
146- Update for the available telepathy-glib vala packaging
147
148* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
149- Add BR: libgee-devel
150
151* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
152- New upstream release
153- Autofoo for the new vala api versioning
154
155* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
156- New upstream release
157
158* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
159- Packaged for review
Note: See TracBrowser for help on using the repository browser.