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

Revision 4616, 3.7 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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