source: projects/specs/branches/6/n/nautilus-sendto/nautilus-sendto-vl.spec @ 2041

Revision 2041, 9.6 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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