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

Revision 1883, 9.9 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary:        Nautilus context menu for sending files
2Summary(ja):    "ファイルを送る"ための Nautilus コンテキストメニュー
3
4Name:           nautilus-sendto
5Version:        2.28.5
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* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.5-2
116- rebuild with rpm-4.8.1 for pkg-config file
117
118* Mon Aug 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.5-1
119- Update to 2.28.5
120
121* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-2
122- rebuild with evolution-data-server-2.30.2
123- remove BuildRequires: empathy-devel
124
125* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.4-1
126- Update to 2.28.4
127
128* Sun Mar 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.3-1
129- Update to 2.28.3
130- applied new naming polciy to spec
131
132* Thu Nov 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.2-1
133- Update to 2.28.2
134- splitted -devel package
135- Remove unneeded pidgin and gajim BRs
136
137* Thu Sep 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.0-1
138- Update to 2.28.0
139
140* Sun Sep 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
141- Update to 1.1.7
142
143* Tue Aug 11 2009 Shu KONNO <owa@bg.wakwak.com> 1.1.6-2
144- added BR: nautilus-devel
145
146* Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.6-1
147- Update to 1.1.6
148
149* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-2
150- added Japanese description
151- Disable the evolution plugin, it will be in Evolution itself
152  prefer to http://bugzilla.gnome.org/show_bug.cgi?id=579099
153
154* Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-1
155- Update to 1.1.5
156
157* Fri Apr 24 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.4-1
158- Update to 1.1.4
159- spec in UTF-8
160
161* Wed Apr 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
162- Update to 1.1.3
163- dropt Patch0
164- changed Summary(ja)
165- fixed BuildRoot
166
167* Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.2-1
168- Update to 1.1.2
169- added Patch0 (import Fedora package)
170
171* Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
172- initial build for Vine Linux
173
174* Tue Sep 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.1.0
175- Update to 1.1.0
176
177* Wed Jul 23 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1
178- Update to 1.0.1
179
180* Thu Jun 12 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.0
181- Update to 1.0.0
182
183* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-4
184- Rebuild again
185
186* Tue May 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-3
187- Rebuild
188
189* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
190- Fix source url
191
192* Thu Mar 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.14.0-1
193- Update to 0.14.0
194
195* Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.2-1
196- Update to 0.13.2
197
198* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13.1-1
199- Update to 0.13.1
200
201* Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.13-1
202- Update to 0.13
203
204* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> - 0.12-7
205- Fix icq file transfers with pidgin RH #408511
206
207* Wed Dec 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-6
208- Install the nautilus exension in the right spot
209
210* Mon Nov 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-5
211- Fix the pidgin plugin to work with libpurple (#389121)
212
213* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-4
214- Rebuild against new dbus-glib
215
216* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.12-3
217- Rebuild
218
219* Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-2
220- Fix the Thunderbird patch to apply properly
221
222* Mon Aug 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.12-1
223- Update to 0.12 and drop obsolete patches
224
225* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-5
226- Update the license field
227
228* Fri May 11 2007 Stu Tomlinson <stu@nosnilmot.com> - 0.10-4
229- Update to work with pidgin
230
231* Wed May  9 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
232- Fix a problem with dbus error handling  (#239588)
233
234* Mon Apr 16 2007 Warren Togami <wtogami@redhat.com> - 0.10-2
235- disable gaim dep temporarily during transition to pidgin
236
237* Sun Mar 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10-1
238- Update to 0.10, as 0.9 didn't compile
239
240* Fri Mar 09 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9-1
241- Update to 0.9
242- Remove the bluetooth subpackage, it only depends on
243  gbus-glib now
244
245* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 0.8-4
246- Rebuild against new gaim (#223765)
247
248* Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-3
249- Rebuild against new libbtctl
250
251* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
252- Update BuildRequires for evolution-data-server-devel.
253- Rebuild against evolution-data-server-1.9.1.
254
255* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-1
256- Upgrade to 0.8
257
258* Sat Sep 16 2006 Matthias Clasen <mclasen@redhat.com> - 0.7-5
259- Include Thunderbird support and make it work
260- Add missing BRs
261
262* Mon Aug 14 2006 Alexander Larsson <alexl@redhat.com> - 0.7-4
263- Buildrequire nautilus-devel
264
265* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 0.7-3
266- Make nautilus-sendto-bluetooth require gnome-bluetooth (#201908)
267
268* Sat Aug 05 2006 Caolan McNamara <caolanm@redhat.com> - 0.7-2
269- rebuild against new e-d-s
270
271* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7-1.1
272- rebuild
273
274* Tue Jul 11 2006 Matthias Clasen  <mclasen@redhat.com> - 0.7-1
275- Update to 0.7
276
277* Wed Jun 14 2006 Alexander Larsson <alexl@redhat.com> - 0.5-4
278- Rebuild again, hopefully fixing libbluetooth issue
279
280* Mon Jun 12 2006 Alexander Larsson <alexl@redhat.com> - 0.5-3
281- Rebuild for new libbluetooth soname
282
283* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 0.5-2
284- Add missing BuildRequires
285
286* Mon May 22 2006 Alexander Larsson <alexl@redhat.com> 0.5-1
287- Update to 0.5
288- Add libgnomeui-devel buildreq
289
290* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.2
291- bump again for double-long bug on ppc(64)
292
293* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4-7.1
294- rebuilt for new gcc4.1 snapshot and glibc changes
295
296* Sat Jan 28 2006 David Malcolm <dmalcolm@redhat.com> 0.4-7
297- rebuild for new e-d-s
298
299* Tue Dec 20 2005 Alexander Larsson <alexl@redhat.com> 0.4-6
300- Rebuild
301
302* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
303- rebuilt
304
305* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 0.4-5
306- Build in Core
307- Move gaim plugin into main package
308- Fix up some build requirements
309- No bluetooth on s390*
310
311* Sat Oct  8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-4
312- Eliminate superfluous Requires
313
314* Sat Oct  8 2005 Paul W. Frields <stickster@gmail.com> - 0.4-3
315- Rearrange Requires and BuildRequires for subpackages
316- Include default Evolution plugin in main package
317
318* Fri Oct  7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-2
319- Use appropriate BuildRequires for nautilus and gaim
320
321* Fri Oct  7 2005 Paul W. Frields <stickster@gmail.com> - 0.4-1
322- Initial version
Note: See TracBrowser for help on using the repository browser.