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

Revision 5038, 4.3 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

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