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

Revision 9073, 6.8 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1%define tp_glib_ver     0.18.0
2
3Name:           folks
4Version:        0.10.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.10/%{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:  libgee-devel
18BuildRequires:  libxml2-devel
19BuildRequires:  libsocialweb-devel
20BuildRequires:  libzeitgeist-devel
21
22BuildRequires:  vala
23BuildRequires:  vala-tools
24BuildRequires:  libgee-vala
25BuildRequires:  evolution-data-server-vala
26
27Requires(postun,posttrans):     glib2
28
29Vendor: Project Vine
30Distribution: Vine Linux
31Packager: Takemikaduchi
32
33%description
34libfolks is a library that aggregates people from multiple sources (e.g.
35Telepathy connection managers and eventually evolution data server,
36Facebook, etc.) to create meta-contacts.
37
38
39%package        devel
40Summary:        Development files for %{name}
41Group:          Development/Libraries
42Requires:       %{name} = %{version}-%{release}
43Requires:               telepathy-glib-devel >= %{tp_glib_ver}
44Requires:               libgee-devel
45Requires:               glib2-devel
46Requires:               pkgconfig
47
48%description    devel
49The %{name}-devel package contains libraries and header files for
50developing applications that use %{name}.
51
52
53%package        vala
54Summary:        Vala bindings for %{name}
55Summary(ja):    %{name} の Vala バインディング
56Group:          Development/Libraries
57Requires:       %{name} = %{version}-%{release}
58Requires:       vala
59Requires:       libgee-vala
60Requires:               evolution-data-server-vala
61
62%description    vala
63Vala bindings for %{name}.
64
65
66%prep
67%setup -q
68
69%build
70%configure \
71        --disable-static \
72        --disable-fatal-warnings
73make %{?_smp_mflags}
74
75
76%install
77make install DESTDIR=$RPM_BUILD_ROOT
78find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
79
80%find_lang %{name}
81
82%post -p /sbin/ldconfig
83
84%postun
85/sbin/ldconfig
86if [ $1 -eq 0 ]; then
87  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
88fi
89
90%posttrans
91glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
92
93
94%files -f %{name}.lang
95%defattr(-,root,root,-)
96%doc AUTHORS ChangeLog COPYING README
97%{_bindir}/%{name}-import
98%{_libdir}/*.so.*
99%{_libdir}/folks
100%{_libdir}/girepository-1.0/*.typelib
101%{_datadir}/GConf/gsettings/folks.convert
102%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
103
104%files devel
105%defattr(-,root,root,-)
106%{_includedir}/folks
107%{_libdir}/*.so
108%{_libdir}/pkgconfig/folks*.pc
109%{_datadir}/gir-1.0/*.gir
110
111%files vala
112%defattr(-,root,root,-)
113%{_datadir}/vala/vapi/folks-dummy.deps
114%{_datadir}/vala/vapi/folks-dummy.vapi
115%{_datadir}/vala/vapi/folks-eds.deps
116%{_datadir}/vala/vapi/folks-eds.vapi
117%{_datadir}/vala/vapi/folks-libsocialweb.deps
118%{_datadir}/vala/vapi/folks-libsocialweb.vapi
119%{_datadir}/vala/vapi/folks-telepathy.deps
120%{_datadir}/vala/vapi/folks-telepathy.vapi
121%{_datadir}/vala/vapi/folks.deps
122%{_datadir}/vala/vapi/folks.vapi
123
124
125%changelog
126* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
127- new upstream release
128
129* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-1
130- new upstream release
131- remove Patch0 (folks-0.9.5-git20131001.patch)
132
133* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-2
134- rebuild with VineSeed environment
135
136* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
137- new upstream release
138- add BuildRequires: libgee-vala, evolution-data-server-vala
139- add Patch0 (folks-0.9.5-git20131001.patch)
140
141* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
142- new upstream release
143
144* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
145- new upstream release
146- change BuildRequires: libgee-devel instead of libgee06-devel
147- add BuildRequires: vala, vala-tools
148- create %%{name}-vala subpackage
149
150* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
151- new upstream release
152
153* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4.1-1
154- new upstream release
155- change BuildRequires: libgee06-devel instead of libgee-devel
156- add BuildRequires: libzeitgeist-devel
157
158* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
159- new upstream release
160
161* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
162- new upstream release
163
164* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
165- new upstream release
166
167* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
168- new upstream release
169
170* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
171- new upstream release
172
173* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
174- new upstream release
175
176* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
177- new upstream release
178- add BuildRequires: libsocialweb-devel
179
180* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
181- new upstream release
182
183* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
184- new upstream release
185- add BuildRequires: GConf2-devel
186
187* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
188- initial build for Vine Linux
189
190
191* Wed Sep 29 2010 jkeating - 0.2.0-2
192- Rebuilt for gcc bug 634757
193
194* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
195- Update to 0.2.0.
196- Add missing requires to devel subpackage.
197- Drop DSO linkng patch. Fixed upstream.
198
199* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
200- Update to 0.1.17.
201- Add patch to fix DSO linking for import tool.
202- Add BR on libxml2-devel so import tool is built.
203
204* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
205- New upstream release.
206
207* Mon Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
208- New upstream release. Drop the RPATH hacks.
209
210* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
211- New upstream release. Requires vala >= 0.9.6
212
213* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
214- Use chrpath to remove the lingering RPATH because the guidelines
215  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
216  Better solution welcome.
217
218* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
219- New upstream. Remove patch and libtool hack.
220
221* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
222- Add BR: vala-tools
223
224* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
225- Update for the available telepathy-glib vala packaging
226
227* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
228- Add BR: libgee-devel
229
230* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
231- New upstream release
232- Autofoo for the new vala api versioning
233
234* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
235- New upstream release
236
237* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
238- Packaged for review
Note: See TracBrowser for help on using the repository browser.