source: projects/specs/trunk/lib/libs/libsocialweb/libsocialweb-vl.spec @ 4704

Revision 4704, 8.3 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

Line 
1Name:          libsocialweb
2Version:       0.25.19
3Release:       1%{?_dist_release}
4Summary:       A social network data aggregator
5
6Group:         Applications/Internet
7License:       LGPLv2
8URL:           http://www.gnome.org/
9Source0:       ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.25/%{name}-%{version}.tar.xz
10Source1: flickr
11Source2: twitter
12Source3: lastfm
13Source4: twitpic
14Source5: facebook
15Source6: facebook.key
16
17BuildRequires: dbus-glib-devel
18BuildRequires: geoclue-devel
19BuildRequires: glib2-devel
20BuildRequires: GConf2-devel
21BuildRequires: libgnome-keyring-devel
22BuildRequires: gobject-introspection-devel
23BuildRequires: intltool
24BuildRequires: json-glib-devel
25BuildRequires: libsoup-devel
26BuildRequires: libxslt-devel
27BuildRequires: NetworkManager-glib-devel
28BuildRequires: rest-devel
29BuildRequires: vala-devel
30BuildRequires: vala-tools
31
32Requires: %{name}-keys = %{version}-%{release}
33
34Vendor: Vine Linux
35Distribution: Vine Linux
36Packager: Takemikaduchi
37
38%description
39libsocialweb is a social data server which fetches data from the "social web",
40such as your friend's blog posts and photos, upcoming events, recently played
41tracks, and pending eBay* auctions. It also provides a service to update
42your status on web services which support it, such as MySpace* and Twitter*.
43
44%package devel
45Summary: Development package for %{name}
46Group: Development/Libraries
47Requires: %{name} = %{version}-%{release}
48Requires: pkgconfig
49
50%description devel
51Files for development with %{name}.
52
53%package keys
54Summary: API keys for %{name}
55Group: Applications/Internet
56BuildArch: noarch
57Requires: %{name} = %{version}-%{release}
58
59%description keys
60Keys allowing access to various web services through libsocialweb.
61
62%prep
63%setup -q
64
65chmod 644 examples/*.py
66
67## nuke unwanted rpaths, see also
68## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
69sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
70
71%build
72%configure --with-gnome --with-online=networkmanager --disable-static --enable-all-services --enable-vala-bindings
73
74make %{?_smp_mflags} V=1
75
76%install
77make install DESTDIR=$RPM_BUILD_ROOT
78
79#Remove libtool archives and static libs.
80find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
81find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
82
83mkdir -p $RPM_BUILD_ROOT%{_datadir}/libsocialweb/keys
84cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/libsocialweb/keys
85
86%find_lang %{name}
87
88%post -p /sbin/ldconfig
89
90%postun -p /sbin/ldconfig
91
92%files -f %{name}.lang
93%defattr(-,root,root,-)
94%doc AUTHORS COPYING TODO
95%{_libdir}/libsocialweb*.so.*
96%{_libdir}/libsocialweb/
97%{_libdir}/girepository-1.0/SocialWebClient-0.25.typelib
98%dir %{_datadir}/libsocialweb/
99%{_datadir}/libsocialweb/services/
100%{_datadir}/dbus-1/services/libsocialweb.service
101%{_libexecdir}/libsocialweb-core
102
103%files devel
104%defattr(-,root,root,-)
105%doc tests/*.c examples/*c examples/*.py
106%doc %{_datadir}/gtk-doc/html/libsocialweb
107%doc %{_datadir}/gtk-doc/html/libsocialweb-client
108%doc %{_datadir}/gtk-doc/html/libsocialweb-dbus
109%{_includedir}/libsocialweb
110%{_libdir}/pkgconfig/libsocialweb*
111%{_libdir}/libsocialweb*so
112%{_datadir}/gir-1.0/SocialWebClient-0.25.gir
113%{_datadir}/vala/vapi/libsocialweb-client.deps
114%{_datadir}/vala/vapi/libsocialweb-client.vapi
115
116%files keys
117%defattr(-,root,root,-)
118%{_datadir}/libsocialweb/keys
119
120%changelog
121* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.19-1
122- initial build for Vine Linux
123
124
125* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.25.19-1
126- Update to 0.25.19
127
128* Wed Jun 15 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.18-1
129- Update to 0.25.18
130
131* Sun May 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.17-1
132- Update to 0.25.17
133
134* Sun Apr 24 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.16-1
135- Update to 0.25.16, update twitter keys
136
137* Mon Apr 11 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.15-1
138- Update to 0.25.15, enable gobject-introspection support
139
140* Sun Apr  3 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.14-1
141- Update to 0.25.14
142
143* Mon Mar 28 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.13-1
144- Update to 0.25.13
145
146* Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> 0.25.12-2
147- Update for NetworkManager 0.9
148
149* Wed Mar 23 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.12-1
150- Update to 0.25.12
151
152* Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-2
153- add generic facebook api key
154
155* Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-1
156- Update to 0.25.11
157- Add support for Facebook, Plurk, Sina, SmugMug, and YouTube.
158
159* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.7-2
160- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
161
162* Fri Oct 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.7-1
163- Update to 0.25.7
164- libsocialweb is now hosted at gnome.org so we have real tarfiles
165
166* Tue Sep 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.5-1
167- Update to 0.25.5
168
169* Wed Sep 22 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.4-1
170- Update to 0.25.4
171
172* Tue Sep  7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-2
173- Add api key for twitpic
174
175* Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-1
176- Update to 0.25.3, MySpace and Digg are obsolete upstream
177
178* Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 0.25.1-2
179- Add API keys to the -keys sub-package
180
181* Sat Aug  7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.1-1
182- Update to 0.25.1, disable MySpace and Digg until they build again
183
184* Sun Jul 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.9-1
185- Update to 0.24.9
186
187* Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.8-1
188- rename package from mojito to libsocialweb
189- Update to 0.24.8
190
191* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.1-1
192- Update to 0.22.1
193
194* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-2
195- Add upstream patch to fix crash
196
197* Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-1
198- New major upstream 0.22.0 release
199
200* Wed Dec  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.7-1
201- Update to 0.21.7
202
203* Thu Nov 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.6-1
204- Update to 0.21.6, move to the official tarball release
205
206* Mon Oct 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.5-1
207- Update to 0.21.5
208
209* Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-2
210- enable digg support
211
212* Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-1
213- Update to 0.21.4
214
215* Sat Oct 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.3-1
216- Update to 0.21.3
217
218* Fri Oct  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.2-1
219- Update to 0.21.2
220
221* Tue Sep 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.1-1
222- Update to 0.21.1
223
224* Thu Sep  3 2009 Peter Robinson <pbrobinson@gmail.com> 0.20.1-1
225- Update to 0.20.1
226
227* Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-5
228- Actually commit patch for detection of new NetworkManager
229
230* Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-4
231- Add patch for detection of new NetworkManager
232
233* Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-3
234- Rebuild for new NetworkManager
235
236* Sat Aug 22 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-2
237- Enable twitter, lastfm, MySpace and Flickr networks
238
239* Wed Aug 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-1
240- Update to 0.20
241
242* Wed Aug  5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-2
243- A few minor spec file cleanups
244
245* Wed Aug  5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-1
246- Update to 0.19.2 - updated translations
247
248* Tue Jul 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.1-1
249- Update to 0.19.1 - updated translations
250
251* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
252- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
253
254* Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.19-1
255- Update to 0.19
256
257* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.18.1-1
258- Update to 0.18.1
259
260* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-3
261- Add some additional buildreqs
262
263* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-2
264- Add some additional buildreqs
265
266* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-1
267- Update to new 0.17 release, add language support and more backends
268
269* Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-2
270- Add extra build deps
271
272* Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-1
273- Initial packaging
Note: See TracBrowser for help on using the repository browser.