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

Revision 5168, 8.4 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:          libsocialweb
2Version:       0.25.20
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* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.20-1
122- new upstream release
123
124* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.25.19-1
125- initial build for Vine Linux
126
127
128* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.25.19-1
129- Update to 0.25.19
130
131* Wed Jun 15 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.18-1
132- Update to 0.25.18
133
134* Sun May 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.17-1
135- Update to 0.25.17
136
137* Sun Apr 24 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.16-1
138- Update to 0.25.16, update twitter keys
139
140* Mon Apr 11 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.15-1
141- Update to 0.25.15, enable gobject-introspection support
142
143* Sun Apr  3 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.14-1
144- Update to 0.25.14
145
146* Mon Mar 28 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.13-1
147- Update to 0.25.13
148
149* Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> 0.25.12-2
150- Update for NetworkManager 0.9
151
152* Wed Mar 23 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.12-1
153- Update to 0.25.12
154
155* Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-2
156- add generic facebook api key
157
158* Tue Feb 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.25.11-1
159- Update to 0.25.11
160- Add support for Facebook, Plurk, Sina, SmugMug, and YouTube.
161
162* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.7-2
163- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
164
165* Fri Oct 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.7-1
166- Update to 0.25.7
167- libsocialweb is now hosted at gnome.org so we have real tarfiles
168
169* Tue Sep 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.5-1
170- Update to 0.25.5
171
172* Wed Sep 22 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.4-1
173- Update to 0.25.4
174
175* Tue Sep  7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-2
176- Add api key for twitpic
177
178* Mon Aug 30 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.3-1
179- Update to 0.25.3, MySpace and Digg are obsolete upstream
180
181* Thu Aug 26 2010 Bastien Nocera <bnocera@redhat.com> 0.25.1-2
182- Add API keys to the -keys sub-package
183
184* Sat Aug  7 2010 Peter Robinson <pbrobinson@gmail.com> 0.25.1-1
185- Update to 0.25.1, disable MySpace and Digg until they build again
186
187* Sun Jul 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.9-1
188- Update to 0.24.9
189
190* Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.24.8-1
191- rename package from mojito to libsocialweb
192- Update to 0.24.8
193
194* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.1-1
195- Update to 0.22.1
196
197* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-2
198- Add upstream patch to fix crash
199
200* Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.22.0-1
201- New major upstream 0.22.0 release
202
203* Wed Dec  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.7-1
204- Update to 0.21.7
205
206* Thu Nov 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.6-1
207- Update to 0.21.6, move to the official tarball release
208
209* Mon Oct 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.5-1
210- Update to 0.21.5
211
212* Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-2
213- enable digg support
214
215* Wed Oct 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.4-1
216- Update to 0.21.4
217
218* Sat Oct 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.3-1
219- Update to 0.21.3
220
221* Fri Oct  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.2-1
222- Update to 0.21.2
223
224* Tue Sep 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.21.1-1
225- Update to 0.21.1
226
227* Thu Sep  3 2009 Peter Robinson <pbrobinson@gmail.com> 0.20.1-1
228- Update to 0.20.1
229
230* Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-5
231- Actually commit patch for detection of new NetworkManager
232
233* Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-4
234- Add patch for detection of new NetworkManager
235
236* Mon Aug 31 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-3
237- Rebuild for new NetworkManager
238
239* Sat Aug 22 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-2
240- Enable twitter, lastfm, MySpace and Flickr networks
241
242* Wed Aug 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.20-1
243- Update to 0.20
244
245* Wed Aug  5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-2
246- A few minor spec file cleanups
247
248* Wed Aug  5 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.2-1
249- Update to 0.19.2 - updated translations
250
251* Tue Jul 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.19.1-1
252- Update to 0.19.1 - updated translations
253
254* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
255- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
256
257* Sat Jul 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.19-1
258- Update to 0.19
259
260* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.18.1-1
261- Update to 0.18.1
262
263* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-3
264- Add some additional buildreqs
265
266* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-2
267- Add some additional buildreqs
268
269* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.17-1
270- Update to new 0.17 release, add language support and more backends
271
272* Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-2
273- Add extra build deps
274
275* Wed Jun 17 2009 Peter Robinson <pbrobinson@gmail.com> 0.10.3-1
276- Initial packaging
Note: See TracBrowser for help on using the repository browser.