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

Revision 8119, 9.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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