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

Revision 6011, 4.5 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1%define tp_glib_ver     0.18.0
2
3Name:           folks
4Version:        0.6.8
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* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
86- new upstream release
87
88* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
89- new upstream release
90
91* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
92- new upstream release
93
94* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
95- new upstream release
96
97* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
98- new upstream release
99
100* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
101- new upstream release
102
103* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
104- new upstream release
105- add BuildRequires: libsocialweb-devel
106
107* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
108- new upstream release
109
110* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
111- new upstream release
112- add BuildRequires: GConf2-devel
113
114* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
115- initial build for Vine Linux
116
117
118* Wed Sep 29 2010 jkeating - 0.2.0-2
119- Rebuilt for gcc bug 634757
120
121* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
122- Update to 0.2.0.
123- Add missing requires to devel subpackage.
124- Drop DSO linkng patch. Fixed upstream.
125
126* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
127- Update to 0.1.17.
128- Add patch to fix DSO linking for import tool.
129- Add BR on libxml2-devel so import tool is built.
130
131* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
132- New upstream release.
133
134* Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
135- New upstream release. Drop the RPATH hacks.
136
137* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
138- New upstream release. Requires vala >= 0.9.6
139
140* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
141- Use chrpath to remove the lingering RPATH because the guidelines
142  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
143  Better solution welcome.
144
145* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
146- New upstream. Remove patch and libtool hack.
147
148* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
149- Add BR: vala-tools
150
151* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
152- Update for the available telepathy-glib vala packaging
153
154* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
155- Add BR: libgee-devel
156
157* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
158- New upstream release
159- Autofoo for the new vala api versioning
160
161* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
162- New upstream release
163
164* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
165- Packaged for review
Note: See TracBrowser for help on using the repository browser.