source: projects/specs/trunk/n/nautilus-sendto/nautilus-sendto-vl.spec @ 1250

Revision 1250, 9.7 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with evolution-data-server-2.30.2

Line 
1Summary:        Nautilus context menu for sending files
2Summary(ja):    "ファイルを送る"ための Nautilus コンテキストメニュー
3
4Name:           nautilus-sendto
5Version:        2.28.4
6Release:        2%{?_dist_release}
7
8Group:          User Interface/Desktops
9License:        GPLv2+
10URL:            ftp://ftp.gnome.org/pub/gnome/sources/%{name}
11Source0:        http://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  gtk2-devel >= 2.14.0
15BuildRequires:  libglade2-devel >= 2.6.0
16BuildRequires:  evolution-data-server-devel >= 2.24.0
17BuildRequires:  libgnomeui-devel >= 2.24.0
18BuildRequires:  nautilus >= 2.24.0
19BuildRequires:  pidgin-devel >= 2.5.0
20BuildRequires:  gettext
21BuildRequires:  perl-XML-Parser intltool
22BuildRequires:  dbus-glib-devel >= 0.70
23BuildRequires:  nautilus-devel
24
25Requires(pre): GConf2
26Requires(post): GConf2
27Requires(preun): GConf2
28
29# For compat with old nautilus-sendto packaging
30Provides: nautilus-sendto-gaim
31Obsoletes: nautilus-sendto-bluetooth
32Provides: nautilus-sendto-bluetooth
33
34%description
35The nautilus-sendto package provides a Nautilus context menu for
36sending files via other desktop applications.  These functions are
37implemented as plugins, so nautilus-sendto can be extended with
38additional features.
39
40%description -l ja     
41nautilus-sendto パッケージは他のデスクトップアプリケーションを介して
42ファイルを送るためのコンテキストメニューを提供しています。
43これらの機能はプラグインとして提供され、追加の機能を拡張することができます。
44
45%package devel
46Summary:        Development files for %{name}
47Summary(ja):    %{name} の開発ファイル
48Group:          Development/Libraries
49License:        LGPLv2+
50Requires:       %{name} = %{version}-%{release}
51Requires:       gtk-doc pkgconfig
52
53%description devel
54This package contains the libraries amd header files that are needed
55for writing plugins for nautilus-sendto.
56
57%prep
58%setup -q
59
60%build
61%configure
62make %{?_smp_mflags}
63
64
65%install
66rm -rf $RPM_BUILD_ROOT
67export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
68make install DESTDIR=$RPM_BUILD_ROOT
69unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
70
71find $RPM_BUILD_ROOT \( -name '*.a' -o -name '*.la' \) -exec rm -f {} \;
72%find_lang %{name}
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%post
78export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
79gconftool-2 --makefile-install-rule \
80        %{_sysconfdir}/gconf/schemas/nst.schemas > /dev/null || :
81
82%pre
83if [ "$1" -gt 1 ]; then
84  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
85  gconftool-2 --makefile-uninstall-rule \
86        %{_sysconfdir}/gconf/schemas/nst.schemas > /dev/null || :
87fi
88
89%preun
90if [ "$1" -eq 0 ]; then
91  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
92  gconftool-2 --makefile-uninstall-rule \
93        %{_sysconfdir}/gconf/schemas/nst.schemas > /dev/null || :
94fi
95
96%files -f %{name}.lang
97%defattr(-,root,root,-)
98%doc AUTHORS ChangeLog ChangeLog.pre-1.1.4.1 COPYING NEWS
99%{_libdir}/nautilus/extensions-2.0/libnautilus-sendto.so
100%dir %{_libdir}/nautilus-sendto
101%dir %{_libdir}/nautilus-sendto/plugins
102%{_libdir}/nautilus-sendto/plugins/*.so
103%{_datadir}/nautilus-sendto
104%{_bindir}/nautilus-sendto
105%{_sysconfdir}/gconf/schemas/nst.schemas
106%{_mandir}/man1/nautilus-sendto.1.gz
107
108%files devel
109%defattr(-,root,root,-)
110%{_datadir}/gtk-doc/html/nautilus-sendto/
111%{_libdir}/pkgconfig/nautilus-sendto.pc
112%{_includedir}/nautilus-sendto/nautilus-sendto-plugin.h
113
114%changelog
115* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-2
116- rebuild with evolution-data-server-2.30.2
117- remove BuildRequires: empathy-devel
118
119* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.4-1
120- Update to 2.28.4
121
122* Sun Mar 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.3-1
123- Update to 2.28.3
124- applied new naming polciy to spec
125
126* Thu Nov 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.2-1
127- Update to 2.28.2
128- splitted -devel package
129- Remove unneeded pidgin and gajim BRs
130
131* Thu Sep 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.0-1
132- Update to 2.28.0
133
134* Sun Sep 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
135- Update to 1.1.7
136
137* Tue Aug 11 2009 Shu KONNO <owa@bg.wakwak.com> 1.1.6-2
138- added BR: nautilus-devel
139
140* Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.6-1
141- Update to 1.1.6
142
143* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-2
144- added Japanese description
145- Disable the evolution plugin, it will be in Evolution itself
146  prefer to http://bugzilla.gnome.org/show_bug.cgi?id=579099
147
148* Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-1
149- Update to 1.1.5
150
151* Fri Apr 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.4-1
152- Update to 1.1.4
153- spec in UTF-8
154
155* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
156- Update to 1.1.3
157- dropt Patch0
158- changed Summary(ja)
159- fixed BuildRoot
160
161* Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.2-1
162- Update to 1.1.2
163- added Patch0 (import Fedora package)
164
165* Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
166- initial build for Vine Linux
167
168* Tue Sep 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.1.0
169- Update to 1.1.0
170
171* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1
172- Update to 1.0.1
173
174* Thu Jun 12 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.0
175- Update to 1.0.0
176
177* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-4
178- Rebuild again
179
180* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-3
181- Rebuild
182
183* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
184- Fix source url
185
186* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-1
187- Update to 0.14.0
188
189* Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.2-1
190- Update to 0.13.2
191
192* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.1-1
193- Update to 0.13.1
194
195* Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13-1
196- Update to 0.13
197
198* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> - 0.12-7
199- Fix icq file transfers with pidgin RH #408511
200
201* Wed Dec 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-6
202- Install the nautilus exension in the right spot
203
204* Mon Nov 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-5
205- Fix the pidgin plugin to work with libpurple (#389121)
206
207* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-4
208- Rebuild against new dbus-glib
209
210* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-3
211- Rebuild
212
213* Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-2
214- Fix the Thunderbird patch to apply properly
215
216* Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-1
217- Update to 0.12 and drop obsolete patches
218
219* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-5
220- Update the license field
221
222* Fri May 11 2007 Stu Tomlinson <stu@nosnilmot.com> - 0.10-4
223- Update to work with pidgin
224
225* Wed May  9 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
226- Fix a problem with dbus error handling  (#239588)
227
228* Mon Apr 16 2007 Warren Togami <wtogami@redhat.com> - 0.10-2
229- disable gaim dep temporarily during transition to pidgin
230
231* Sun Mar 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10-1
232- Update to 0.10, as 0.9 didn't compile
233
234* Fri Mar 09 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9-1
235- Update to 0.9
236- Remove the bluetooth subpackage, it only depends on
237  gbus-glib now
238
239* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 0.8-4
240- Rebuild against new gaim (#223765)
241
242* Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-3
243- Rebuild against new libbtctl
244
245* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
246- Update BuildRequires for evolution-data-server-devel.
247- Rebuild against evolution-data-server-1.9.1.
248
249* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-1
250- Upgrade to 0.8
251
252* Sat Sep 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-5
253- Include Thunderbird support and make it work
254- Add missing BRs
255
256* Mon Aug 14 2006 Alexander Larsson <alexl@redhat.com> - 0.7-4
257- Buildrequire nautilus-devel
258
259* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 0.7-3
260- Make nautilus-sendto-bluetooth require gnome-bluetooth (#201908)
261
262* Sat Aug 05 2006 Caolan McNamara <caolanm@redhat.com> - 0.7-2
263- rebuild against new e-d-s
264
265* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7-1.1
266- rebuild
267
268* Tue Jul 11 2006 Matthias Clasen  <mclasen@redhat.com> - 0.7-1
269- Update to 0.7
270
271* Wed Jun 14 2006 Alexander Larsson <alexl@redhat.com> - 0.5-4
272- Rebuild again, hopefully fixing libbluetooth issue
273
274* Mon Jun 12 2006 Alexander Larsson <alexl@redhat.com> - 0.5-3
275- Rebuild for new libbluetooth soname
276
277* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 0.5-2
278- Add missing BuildRequires
279
280* Mon May 22 2006 Alexander Larsson <alexl@redhat.com> 0.5-1
281- Update to 0.5
282- Add libgnomeui-devel buildreq
283
284* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.2
285- bump again for double-long bug on ppc(64)
286
287* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.1
288- rebuilt for new gcc4.1 snapshot and glibc changes
289
290* Sat Jan 28 2006 David Malcolm <dmalcolm@redhat.com> 0.4-7
291- rebuild for new e-d-s
292
293* Tue Dec 20 2005 Alexander Larsson <alexl@redhat.com> 0.4-6
294- Rebuild
295
296* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
297- rebuilt
298
299* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.4-5
300- Build in Core
301- Move gaim plugin into main package
302- Fix up some build requirements
303- No bluetooth on s390*
304
305* Sat Oct  8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-4
306- Eliminate superfluous Requires
307
308* Sat Oct  8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-3
309- Rearrange Requires and BuildRequires for subpackages
310- Include default Evolution plugin in main package
311
312* Fri Oct  7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-2
313- Use appropriate BuildRequires for nautilus and gaim
314
315* Fri Oct  7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-1
316- Initial version
Note: See TracBrowser for help on using the repository browser.