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

Revision 937, 9.6 KB checked in by kudoh, 14 years ago (diff)
Line 
1Summary:        Nautilus context menu for sending files
2Summary(ja):    "ファイルを送る"ための Nautilus コンテキストメニュー
3
4Name:           nautilus-sendto
5Version:        2.28.4
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}/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
24BuildRequires:  empathy-devel
25
26Requires(pre): GConf2
27Requires(post): GConf2
28Requires(preun): GConf2
29
30# For compat with old nautilus-sendto packaging
31Provides: nautilus-sendto-gaim
32Obsoletes: nautilus-sendto-bluetooth
33Provides: nautilus-sendto-bluetooth
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%post
79export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
80gconftool-2 --makefile-install-rule \
81        %{_sysconfdir}/gconf/schemas/nst.schemas > /dev/null || :
82
83%pre
84if [ "$1" -gt 1 ]; then
85  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
86  gconftool-2 --makefile-uninstall-rule \
87        %{_sysconfdir}/gconf/schemas/nst.schemas > /dev/null || :
88fi
89
90%preun
91if [ "$1" -eq 0 ]; then
92  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
93  gconftool-2 --makefile-uninstall-rule \
94        %{_sysconfdir}/gconf/schemas/nst.schemas > /dev/null || :
95fi
96
97%files -f %{name}.lang
98%defattr(-,root,root,-)
99%doc AUTHORS ChangeLog ChangeLog.pre-1.1.4.1 COPYING NEWS
100%{_libdir}/nautilus/extensions-2.0/libnautilus-sendto.so
101%dir %{_libdir}/nautilus-sendto
102%dir %{_libdir}/nautilus-sendto/plugins
103%{_libdir}/nautilus-sendto/plugins/*.so
104%{_datadir}/nautilus-sendto
105%{_bindir}/nautilus-sendto
106%{_sysconfdir}/gconf/schemas/nst.schemas
107%{_mandir}/man1/nautilus-sendto.1.gz
108
109%files devel
110%defattr(-,root,root,-)
111%{_datadir}/gtk-doc/html/nautilus-sendto/
112%{_libdir}/pkgconfig/nautilus-sendto.pc
113%{_includedir}/nautilus-sendto/nautilus-sendto-plugin.h
114
115%changelog
116* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.4-1
117- Update to 2.28.4
118
119* Sun Mar 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.3-1
120- Update to 2.28.3
121- applied new naming polciy to spec
122
123* Thu Nov 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.2-1
124- Update to 2.28.2
125- splitted -devel package
126- Remove unneeded pidgin and gajim BRs
127
128* Thu Sep 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.0-1
129- Update to 2.28.0
130
131* Sun Sep 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
132- Update to 1.1.7
133
134* Tue Aug 11 2009 Shu KONNO <owa@bg.wakwak.com> 1.1.6-2
135- added BR: nautilus-devel
136
137* Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.6-1
138- Update to 1.1.6
139
140* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-2
141- added Japanese description
142- Disable the evolution plugin, it will be in Evolution itself
143  prefer to http://bugzilla.gnome.org/show_bug.cgi?id=579099
144
145* Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-1
146- Update to 1.1.5
147
148* Fri Apr 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.4-1
149- Update to 1.1.4
150- spec in UTF-8
151
152* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
153- Update to 1.1.3
154- dropt Patch0
155- changed Summary(ja)
156- fixed BuildRoot
157
158* Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.2-1
159- Update to 1.1.2
160- added Patch0 (import Fedora package)
161
162* Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
163- initial build for Vine Linux
164
165* Tue Sep 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.1.0
166- Update to 1.1.0
167
168* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1
169- Update to 1.0.1
170
171* Thu Jun 12 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.0
172- Update to 1.0.0
173
174* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-4
175- Rebuild again
176
177* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-3
178- Rebuild
179
180* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
181- Fix source url
182
183* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-1
184- Update to 0.14.0
185
186* Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.2-1
187- Update to 0.13.2
188
189* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.1-1
190- Update to 0.13.1
191
192* Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13-1
193- Update to 0.13
194
195* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> - 0.12-7
196- Fix icq file transfers with pidgin RH #408511
197
198* Wed Dec 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-6
199- Install the nautilus exension in the right spot
200
201* Mon Nov 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-5
202- Fix the pidgin plugin to work with libpurple (#389121)
203
204* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-4
205- Rebuild against new dbus-glib
206
207* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-3
208- Rebuild
209
210* Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-2
211- Fix the Thunderbird patch to apply properly
212
213* Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-1
214- Update to 0.12 and drop obsolete patches
215
216* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-5
217- Update the license field
218
219* Fri May 11 2007 Stu Tomlinson <stu@nosnilmot.com> - 0.10-4
220- Update to work with pidgin
221
222* Wed May  9 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
223- Fix a problem with dbus error handling  (#239588)
224
225* Mon Apr 16 2007 Warren Togami <wtogami@redhat.com> - 0.10-2
226- disable gaim dep temporarily during transition to pidgin
227
228* Sun Mar 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10-1
229- Update to 0.10, as 0.9 didn't compile
230
231* Fri Mar 09 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9-1
232- Update to 0.9
233- Remove the bluetooth subpackage, it only depends on
234  gbus-glib now
235
236* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 0.8-4
237- Rebuild against new gaim (#223765)
238
239* Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-3
240- Rebuild against new libbtctl
241
242* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
243- Update BuildRequires for evolution-data-server-devel.
244- Rebuild against evolution-data-server-1.9.1.
245
246* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-1
247- Upgrade to 0.8
248
249* Sat Sep 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-5
250- Include Thunderbird support and make it work
251- Add missing BRs
252
253* Mon Aug 14 2006 Alexander Larsson <alexl@redhat.com> - 0.7-4
254- Buildrequire nautilus-devel
255
256* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 0.7-3
257- Make nautilus-sendto-bluetooth require gnome-bluetooth (#201908)
258
259* Sat Aug 05 2006 Caolan McNamara <caolanm@redhat.com> - 0.7-2
260- rebuild against new e-d-s
261
262* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7-1.1
263- rebuild
264
265* Tue Jul 11 2006 Matthias Clasen  <mclasen@redhat.com> - 0.7-1
266- Update to 0.7
267
268* Wed Jun 14 2006 Alexander Larsson <alexl@redhat.com> - 0.5-4
269- Rebuild again, hopefully fixing libbluetooth issue
270
271* Mon Jun 12 2006 Alexander Larsson <alexl@redhat.com> - 0.5-3
272- Rebuild for new libbluetooth soname
273
274* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 0.5-2
275- Add missing BuildRequires
276
277* Mon May 22 2006 Alexander Larsson <alexl@redhat.com> 0.5-1
278- Update to 0.5
279- Add libgnomeui-devel buildreq
280
281* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.2
282- bump again for double-long bug on ppc(64)
283
284* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.1
285- rebuilt for new gcc4.1 snapshot and glibc changes
286
287* Sat Jan 28 2006 David Malcolm <dmalcolm@redhat.com> 0.4-7
288- rebuild for new e-d-s
289
290* Tue Dec 20 2005 Alexander Larsson <alexl@redhat.com> 0.4-6
291- Rebuild
292
293* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
294- rebuilt
295
296* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.4-5
297- Build in Core
298- Move gaim plugin into main package
299- Fix up some build requirements
300- No bluetooth on s390*
301
302* Sat Oct  8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-4
303- Eliminate superfluous Requires
304
305* Sat Oct  8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-3
306- Rearrange Requires and BuildRequires for subpackages
307- Include default Evolution plugin in main package
308
309* Fri Oct  7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-2
310- Use appropriate BuildRequires for nautilus and gaim
311
312* Fri Oct  7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-1
313- Initial version
Note: See TracBrowser for help on using the repository browser.