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

Revision 6890, 5.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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