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

Revision 4850, 10.0 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

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