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

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