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

Revision 7938, 6.4 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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