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

Revision 3496, 29.7 KB checked in by yasumichi, 13 years ago (diff)

Group の綴り間違いの修正、Summary・description の未訳解消、Vendor・
Distribution・Packager タグの追加を行いました。

Line 
1%define glib2_version 2.26.1
2%define pango_version 1.28.3
3%define gtk2_version 2.22.1
4%define libxml2_version 2.7.7
5%define eog_version 2.32.1
6%define desktop_file_utils_version 0.16
7%define gnome_desktop_version 2.32.1
8%define vine_menus_version 3.0
9%define gnome_menus_version 2.32.1
10%define startup_notification_version 0.10
11%define libexif_version 0.6.19
12%define gconf_version 2.32.0
13%define gobject_introspection_version 0.9.12
14
15Name:           nautilus
16Summary:        Nautilus is a file manager for GNOME
17Summary(ja):    Nautilus - GNOME ファイルマネージャ
18Version:        2.32.2.1
19Release:        2%{?_dist_release}
20License:        GPLv2+
21Group:          User Interface/Desktops
22URL:            http://www.gnome.org/projects/nautilus/
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
28Source:         ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
29
30# Some changes to default config
31Patch1:         nautilus-2.5.7-rhconfig.patch
32Patch3:         background-no-delay.patch
33
34# Why is this not upstream ?
35Patch6:         nautilus-2.23.5-dynamic-search.patch
36
37Patch7:         rtl-fix.patch
38
39# vine
40Patch100:       nautilus-2.8.2-vine.patch
41Patch101:       nautilus-2.30.0-vine.patch
42
43BuildRoot:      %{_tmppath}/%{name}-%{version}-root
44Requires:       gamin
45Requires:       vine-menus >= %{vine_menus_version}
46Requires:       gvfs, gvfs-fuse, gvfs-smb, gvfs-archive, gvfs-gphoto2
47Requires:       libexif >= %{libexif_version}
48Requires:       %{name}-libs = %{version}-%{release}
49
50Requires(pre,preun,post): GConf2 >= %{gconf_version}
51Requires(post,postun): rarian-compat
52
53BuildRequires:  glib2-devel >= %{glib2_version}
54BuildRequires:  pango-devel >= %{pango_version}
55BuildRequires:  gtk2-devel >= %{gtk2_version}
56BuildRequires:  libxml2-devel >= %{libxml2_version}
57BuildRequires:  gnome-desktop-devel >= %{gnome_desktop_version}
58BuildRequires:  gamin-devel
59BuildRequires:  intltool
60BuildRequires:  desktop-file-utils >= %{desktop_file_utils_version}
61BuildRequires:  libtool >= 1.4.2-10
62BuildRequires:  automake, autoconf
63BuildRequires:  startup-notification-devel >= %{startup_notification_version}
64#BuildRequires: tracker-devel >= %{tracker_version}
65BuildRequires:  libexif-devel  >= %{libexif_version}
66BuildRequires:  unique-devel
67BuildRequires:  libtool, autoconf
68BuildRequires:  libSM-devel
69BuildRequires:  gobject-introspection-devel >= %{gobject_introspection_version}
70
71Obsoletes:      nautilus-extras
72Obsoletes:      nautilus-suggested
73Obsoletes:      nautilus-mozilla < 2.0
74Obsoletes:      eel2 <= 2.24.1
75
76Provides:       eel2 <= 2.24.1
77
78
79%description
80Nautilus integrates access to files, applications, media,
81Internet-based resources and the Web. Nautilus delivers a dynamic and
82rich user experience. Nautilus is an free software project developed
83under the GNU General Public License and is a core component of the
84GNOME desktop project.
85
86%description -l ja
87Nautilus は、ファイル、アプリケーション、メディア、インターネットベースの
88リソースおよびウェブへのアクセスを統合します。Nautilus は、ダイナミックで
89豊かなユーザ体験を実現します。Nautilus は、GNU General Public License
90のもとに開発されているフリーソフトウェアプロジェクトで GNOME デスクトップ
91プロジェクトのコア・コンポーネントです。
92
93%package devel
94Summary: Support for developing nautilus extensions
95Summary(ja): Nautilus 拡張機能開発のためのサポート
96License: LGPLv2+
97Group: Development/Libraries
98Requires: %{name}-libs = %{version}-%{release}
99Requires: pkgconfig
100
101%description devel
102This package provides libraries and header files needed
103for developing nautilus extensions.
104
105%description -l ja devel
106このパッケージは、Nautilus 拡張機能の開発に必要なライブラリおよび
107ヘッダファイルを提供します。
108
109%package libs
110Summary: Libraries for use in nautilus extentions
111Summary(ja): Nautilus 拡張機能で利用するライブラリ
112Group: User Interface/Desktops
113
114%description libs
115This package provides libraries required by nautilus extention
116module.
117
118%description -l ja libs
119このパッケージは、Nautilus 拡張機能が必要とするライブラリを提供します。
120
121%prep
122%setup -q -n %{name}-%{version}
123
124##patch3 -p1 -b .no-delay
125#%patch5 -p1 -b .selinux
126##patch6 -p1 -b .dynamic-search
127%patch7 -p1 -b .rtl-fix
128
129## %patch100 -p1 -b .vine
130%patch101 -p1 -b .vine
131
132%build
133gtkdocize
134libtoolize --force --copy
135autoreconf -f -i
136CFLAGS="$RPM_OPT_FLAGS -DUGLY_HACK_TO_DETECT_KDE -DNAUTILUS_OMIT_SELF_CHECK" \
137%configure --disable-more-warnings --disable-update-mimedb --enable-introspection=yes
138
139export tagname=CC
140LANG=en_US make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
141
142%install
143rm -rf $RPM_BUILD_ROOT
144
145export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
146export tagname=CC
147LANG=en_US %makeinstall LIBTOOL=/usr/bin/libtool
148unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
149
150## these are in desktop-backgrounds-basic
151## (uncomment when we patch the source to look in the right place)
152## /bin/rm -rf $RPM_BUILD_ROOT%{_datadir}/nautilus/patterns
153
154# make sure desktop files validate by ignoring sr@Latn
155perl -pi -e 's/sr\@Latn/sp/g' $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
156# desktop-file-install can't handle empty OnlyShowIn correctly
157perl -pi -e 's/OnlyShowIn=;/OnlyShowIn=GNOME;/' $RPM_BUILD_ROOT%{_datadir}/applications/nautilus-folder-default-handler.desktop
158
159desktop-file-install --vendor gnome --delete-original       \
160  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
161  --add-only-show-in GNOME                                  \
162  $RPM_BUILD_ROOT%{_datadir}/applications/*
163
164perl -pi -e 's/OnlyShowIn=GNOME;/OnlyShowIn=;/' $RPM_BUILD_ROOT%{_datadir}/applications/nautilus-folder-default-handler.desktop
165
166rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.{la,a}
167rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
168rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
169
170mkdir -p $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0
171
172%find_lang %name
173
174%clean
175rm -rf $RPM_BUILD_ROOT
176
177%post
178/sbin/ldconfig
179touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
180export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
181gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/apps_nautilus_preferences.schemas > /dev/null || :
182
183%posttrans
184%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null ||:
185gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null ||:
186scrollkeeper-update > /dev/null 2>&1 || :
187
188%pre
189if [ "$1" -gt 1 ]; then
190    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
191    gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/apps_nautilus_preferences.schemas > /dev/null || :
192fi
193
194%preun
195if [ "$1" -eq 0 ]; then
196    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
197    gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/apps_nautilus_preferences.schemas > /dev/null || :
198fi
199
200%postun
201/sbin/ldconfig
202if [ $1 -eq 0 ] ; then
203    touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
204    gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null ||:
205    scrollkeeper-update > /dev/null 2>&1 || :
206fi
207
208%files  -f %{name}.lang
209%defattr(-,root,root)
210%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB ChangeLog NEWS README
211%dir %{_libdir}/nautilus
212%dir %{_libdir}/nautilus/extensions-2.0
213%{_libexecdir}/nautilus-convert-metadata
214%{_datadir}/nautilus
215%{_datadir}/pixmaps
216%{_datadir}/applications
217%{_datadir}/mime/*
218%{_datadir}/icons/hicolor/*
219%{_bindir}/*
220%{_sysconfdir}/gconf/schemas/*
221%{_mandir}/man1/*
222
223%files devel
224%defattr(-, root, root)
225%{_includedir}/nautilus
226%{_libdir}/pkgconfig/*
227%{_libdir}/*.so
228%{_datadir}/gir-1.0
229%doc %{_datadir}/gtk-doc/html/libnautilus-extension/*
230
231%files libs
232%defattr(-, root, root)
233%{_libdir}/*.so.*
234%{_libdir}/girepository-1.0
235
236
237%changelog
238* Sat Apr 16 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.2.1-2
239- fixed group of libs
240- add translation of summary and description.
241- add Vendor, Distribution and Packager tags.
242
243* Wed Dec 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2.1-1
244- new upstream release
245
246* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
247- new upstream release
248
249* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
250- new upstream release
251
252* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
253- new upstream release
254- add BuildRequires: gobject-introspection-devel
255- remove BuildRequires: libgnomeui-devel
256- add configure option (--enable-introspection=yes)
257
258* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-3
259- rebuild with rpm-4.8.1 for pkg-config file
260
261* Sat Jun 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.1-2
262- split nautilus extention libraries to -libs subpackage.
263
264* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
265- new upstream release
266
267* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
268- new upstream release
269- drop Patch100
270- add Patch101
271- add Obsoletes: eel2 <= 2.24.1
272- add Provides: eel2 <= 2.24.1
273
274* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1
275- new upstream release
276- add BuildRequires: libSM-devel
277
278* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-2
279- removed Requires: eel2
280- added %%posttrans section
281
282* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
283- new upstream release
284
285* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
286- new upstream release
287
288* Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
289- new upstream release
290
291* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
292- new upstream release
293- split -devel subpackage
294
295* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
296- new upstream release
297
298* Mon Oct 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
299- patch6 needs autoreconf
300
301* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
302- new upstream release
303
304* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
305- new upstream release
306
307* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1vl5
308- new upstream release
309- added Requires: gvfs
310
311* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
312- new upstream release
313- added Patches from FC
314  * Thu Mar 13 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.0-2
315  - Don't create application/x-ext-<extension> types for known mimetypes (patch from head)
316  - Fix a crash in the Properties dialog while changing owner (patch from head)
317  * Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-2
318  - Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722)
319
320* Thu Dec 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
321- new upstream release
322- dropped Patch11-13 and added Patch7-9 from Fedora
323  * Tue Oct 16 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.0-5
324  - Add patch from upstream to get audio preview working again
325    (#332251)
326  * Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
327  - Fix a crash with small fonts (#242350)
328  * Tue Oct  2 2007 Alexander Larsson <alexl@redhat.com> - 2.20.0-1
329  - Backport fixes for async thumbnail loading from svn
330
331* Sun May 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl4
332- run autoreconf for Patch11 changes
333
334* Wed May 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl3
335- remove tracker dependancy, Patch13 detects tracker dynamically.
336
337* Mon Apr 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
338- add Patch13 to support user-dirs
339
340* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
341- new upstream release
342- enable tracker support
343- add BuildRequires: tracker-devel, Requires: tracker
344
345* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0.1-0vl1
346- new upstream release
347
348* Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl2
349- add BuildRequires: gamin-devel, Requires: gamin
350- remove fam dependency (replaced by gamin)
351
352* Wed Aug 02 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
353- new upsteram release
354
355* Sat Jul 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl3
356- really applied Patch110...
357
358* Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
359- add Patch110 to fix corruption of help option message.
360
361* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
362- new upstream release
363
364* Thu Mar 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl4
365- fix typo in ja.po
366
367* Wed Mar 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl3
368- update ja.po to translate patch50 related message.
369
370* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
371- add Patch50 to show progressbar on umounting
372  (ubuntu patch in Bug 313639)
373
374* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
375- new upstream release
376
377* Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl2
378- add Patch10 to avoid background rendering delay
379
380* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
381- new upstream release
382
383* Mon Feb 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.12.2-0vl2
384- add fix-non-UTF-8-encoding.patch (patch0)
385  - cf. http://bugzilla.gnome.org/show_bug.cgi?id=314538
386
387* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
388- new upstream release
389
390* Thu Oct 06 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
391- new upstream release
392
393* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
394- new upstream release
395
396* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
397- new upstream release
398
399* Fri Jul 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl2
400- rebuild
401
402* Mon May 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-0vl1
403- new upstream version
404
405* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
406- new upstream version
407
408* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl2
409- add vine patch to change some defaults.
410  - change default zoom sine
411  - set always_use_browser
412
413* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl1
414- new upstream release
415
416* Fri Oct 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl3
417- add Patch110 to fix libegg(egg-recent-model.c)
418  save old umask value before create ".recently-used" file.
419 
420* Thu Jul 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl2
421- change default desktop font to Sans 9 (from Sans 10)
422- add patch10 to build with gtk+-2.4
423
424* Wed Feb 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
425- new upstream release
426
427* Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
428- new upstream release
429
430* Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl3
431- add backport patch from rawhide (Patch10)
432
433* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2
434- modified vine patch
435  - change default zoom level to small
436  - change desktop font to Sans 10
437
438* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
439- new upstream release
440
441* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl3
442- add desktop icon patch from rawhide
443
444* Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl2
445- remove obsolete ja.po
446
447* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
448- new upstream release
449
450* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-0vl1
451- new upstream release
452
453* Sat Jun 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
454- new upstream release
455
456* Mon Apr 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3.1-0vl2
457- update ja.po
458
459* Thu Apr  3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3.1-0vl1
460- new upstream release
461
462* Fri Mar 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
463- new upstream release
464
465* Sat Mar  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
466- new upstream release
467
468* Thu Jan 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.2-0vl1
469- new upstream release
470
471* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
472- new upstream release
473
474* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
475- new upstream release
476
477* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl2
478- add nautilus-cd-burner patch
479
480* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1
481- new upstream release
482
483* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl5
484- discard scrollkeeper outputs.
485- update PreReq tags.
486
487* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl4
488- change icon for nautilus-file-management-properties
489- update ja.po
490
491* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
492- update ja.po
493- add translation for .desktop files.
494
495* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
496- add Requires: vine-menus
497
498* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
499- new upstream release
500
501* Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl4
502- remove redhatize patch
503
504* Tue Dec 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
505- rebuild to remove unneeded dependancy.
506
507* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
508- build for Vine Linux
509
510* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
511- add explicit startup-notification dependency because build system is
512  dumb
513- 2.1.3
514
515* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
516- 2.1.2
517
518* Thu Oct 10 2002 Havoc Pennington <hp@redhat.com>
519- 2.0.7
520- remove patches that are upstream
521
522* Tue Sep  3 2002 Alexander Larsson <alexl@redhat.com>  2.0.6-6
523- Add badhack to make weblinks on desktop work
524
525* Mon Sep  2 2002 Havoc Pennington <hp@redhat.com>
526- fix #70667 assertion failures
527- fix triple click patch
528
529* Mon Sep  2 2002 Jonathan Blandford <jrb@redhat.com>
530- don't activate on double click
531
532* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
533- put button press mask in triple-click patch, maybe it will work
534- remove html-hack patch as it does nothing useful
535
536* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
537- require newer redhat-artwork, -menus, eel2, gnome-vfs2 to avoid
538  bogus bug reports
539- add hack for HTML mime type handling in a web browser, not
540  nautilus
541
542* Thu Aug 29 2002 Alexander Larsson <alexl@redhat.com>
543- Updated to 2.0.6. Removed the patches I put upstream.
544- Added patch that fixes #72410
545
546* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
547- Add a simple patch so that redhat-config-packages can disable
548  the new window behavior for mounted CDs behavior.
549
550* Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-4
551- Add patch to fix bug #70667
552
553* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
554- remove mp3
555
556* Fri Aug 23 2002 Havoc Pennington <hp@redhat.com>
557- ignore the "add_to_session" preference as it only broke stuff
558- pad the left margin a bit to cope with poor word wrapping
559
560* Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 2.0.5-1
561- Update to 2.0.5, remove topleft icon patch
562
563* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-2
564- Add patch to fix the bug where desktop icons get
565  stuck in the top left corner on startup
566
567* Wed Aug 14 2002 Alexander Larsson <alexl@redhat.com> 2.0.4-1
568- 2.0.4
569
570* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
571- obsolete nautilus-mozilla < 2.0 #69839
572
573* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
574- add rhconfig patch to Bluecurve theme and disable sidebar by default
575
576* Wed Aug  7 2002 Havoc Pennington <hp@redhat.com>
577- drop start here files, require redhat-menus that has them
578
579* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
580- 2.0.3
581
582* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
583- build for new eel2, gail
584
585* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
586- and add the libexec components, mumble
587
588* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
589- put the components in the file list, were moved upstream
590
591* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
592- 2.0.1
593
594* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
595- Relibtoolize to fix relink problems for solib components
596- Add LANG=en_US to %makeinstall as well
597- Back out previous change, force locale to en_US to prevent UTF-8 problems
598- Add workaround for intltool-merge bug on ia64
599
600* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
601- automated rebuild
602
603* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
604- 2.0.0
605- use desktop-file-install
606- require desktop-backgrounds-basic
607
608* Wed Jun 12 2002 Havoc Pennington <hp@redhat.com>
609- add wacky hack in hopes of fixing the hang-on-login thing
610
611* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
612- add build requires on new gail
613- rebuild to try to lose broken libgailutil.so.13 dependency
614
615* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
616- rebuild in different environment
617
618* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
619- 1.1.19
620
621* Fri May 31 2002 Havoc Pennington <hp@redhat.com>
622- rebuild in different environment
623
624* Thu May 30 2002 Havoc Pennington <hp@redhat.com>
625- really remove nautilus-devel if we are going to obsolete it
626- don't require hwbrowser
627
628* Sun May 26 2002 Tim Powers <timp@redhat.com>
629- automated rebuild
630
631* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
632- rebuild in different environment
633
634* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
635- 1.1.17
636
637* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
638- 1.1.14
639
640* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
641- require eog
642- obsolete nautilus-devel
643- fix name of schemas file in post
644
645* Mon Apr 22 2002 Alex Larsson <alexl@redhat.com>
646- Update to 1.1.13
647
648* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
649- put tree view in file list
650
651* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
652- nautilus for gnome 2
653- clean up the spec file and file list a bit
654
655* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
656- merge translations
657
658* Thu Apr  4 2002 Alex Larsson <alexl@redhat.com>
659- Add patch to fix trash crash
660
661* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
662- fix for metadata tmp race
663- backport thumbnail speed fix and thumbnail inf. loop fix
664
665* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
666- add some fixes from CVS version, including one for #61819 and a couple segfaults
667
668* Wed Mar 20 2002 Havoc Pennington <hp@redhat.com>
669- fix thumbnails for files with future timestamp, #56862
670
671* Mon Mar 11 2002 Havoc Pennington <hp@redhat.com>
672- buildrequires intltool #60633
673- apply Alex's pixbuf cache patch to save a few megs #60581
674
675* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
676- drop Milan-specific features, including png10 and ac25 patches
677- copy in 1.0.5 help component to avoid large risky patch
678- remove .la files
679- drop mozilla from ia64 again
680- remove oaf file from nautilus-mozilla that was also in the base
681  package
682
683* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
684- enable mozilla support on ia64
685
686* Fri Dec 28 2001 Christopher Blizzard <blizzard@redhat.com>
687- require Mozilla 0.9.7
688- Add patch that puts mozilla profile startup before embedding is initialized
689
690* Tue Nov 20 2001 Havoc Pennington <hp@redhat.com>
691- 1.0.6, require Mozilla 0.9.6
692
693* Tue Oct 23 2001 Alex Larsson <alexl@redhat.com>
694- Update to 1.0.5
695
696* Thu Sep  6 2001 Owen Taylor <otaylor@redhat.com>
697- Fix handling of GnomeVFSFileInfo structure (#53315)
698
699* Wed Sep  5 2001 Owen Taylor <otaylor@redhat.com>
700- Change handling of names on unmount to fix #52325
701
702* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
703- put nautilus-help.desktop in file list; #53109
704
705* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
706- Add po files from sources.redhat.com
707
708* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
709- Add po files from sources.redhat.com
710
711* Thu Aug 23 2001 Alex Larsson <alexl@redhat.com> 1.0.4-38
712- Added patch to fix the .directory issuer
713
714* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
715- I screwed up the build yesterday, so it didn't actually contain the
716  fixes mentioned. This build should contain them.
717
718* Wed Aug 22 2001 Havoc Pennington <hp@redhat.com>
719- fix bug causing 32000 stats or so in large directories,
720  should speed things up somewhat
721- fix #52104 via gruesome kdesktop-detection hack and setting
722  window type hint on our desktop window
723- fix so Start Here icon displays in sidebar
724- don't load non-local .desktop files
725
726* Mon Aug 20 2001 Havoc Pennington <hp@redhat.com>
727- make Programs icon into a link, to match the other .desktop files
728- own various directories #51164
729- web page titles in Japanese, #51709
730- tree defaults to only directories #51850
731
732* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
733- make start here icon work again
734- kill some warning spew, #51661
735- cache getpwnam() results to speed things up a bit
736
737* Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
738- Fix problem with missing desktop starthere.desktop file
739- New snapshot from our branch, fixes:
740  - On upgrade, icons migrated from GNOME desktop are not properly lined up
741    (#51436)
742  - icons dropped on the desktop don't end up where dropped. (#51441)
743  - Nautilus shouldn't have fam monitor read-only windows. This
744    keeps CDROMS from being unmounted until you close all
745
746    nautilus windows pointing to them. (#51442)
747  - Warnings about 'cannot statfs...' when moving items to trash.
748- Use separate start-here.desktop for panel, since the one used
749  for the root window only works from Nautilus.
750
751* Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
752- Changed starthere .desktop files to be links instead
753- of spawning a new nautilus. This makes start-here:
754- much faster.
755
756* Thu Aug  9 2001 Alexander Larsson <alexl@redhat.com>
757- Added hwbrowser dependency
758- New snapshot, fixes the mozilla-view submit form problem
759
760* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
761- Rebuild with new xml-i18n-tools
762- fix crash in creating new desktop files
763
764* Tue Aug  7 2001 Jonathan Blandford <jrb@redhat.com>
765- Fix up DnD code some more
766
767* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
768- Sync our CVS version; fixes some MUSTFIX
769  (the one about drawing background on startup,
770   properly translate desktop files, etc.)
771
772* Wed Aug  1 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
773- Fix 64bit cleanness issue
774- Fix NULL mimetype crash
775- Disable additional_text for .desktop files
776
777* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
778- Fix unmounting devices.
779
780* Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
781- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
782- mimetype sniffing.
783
784* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
785- Remove the "don't run as root" warning.
786- Remove eazel from bookmarks
787- langified (again? did someone change it?)
788
789* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
790- Apply a patch that makes nautilus dnd reset work with the latest
791- eel release.
792
793* Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
794- Build on ia64 without the mozilla component.
795
796* Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
797- Fix crash-on-startup showstopper
798- Fix can't-find-images bug (this one was only showing up
799  when built with debug symbols, since it was an uninitialized memory
800  read)
801
802* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
803- sync new tarball from our CVS branch,
804  fixes some drag-and-drop, changes URI scheme names,
805  etc.
806
807* Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
808- Add BuildRequires (#49539, 49537)
809- Fix %%post, %%postun (#49720)
810- Background efficiency improvements and hacks
811
812* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
813- Don't launch esd on each mouseover.
814
815* Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
816- move first time druid patch into my "CVS outstanding" patch
817- try to really remove Help/Feedback
818- try to really fix Help/Community Support
819- try again to get Start Here in the Go menu
820- try again to get Start Here on the desktop
821- don't show file sizes for .desktop files
822
823* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
824- add newline to ends of .desktop files that were missing them
825
826* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
827- update to my latest 'cvs diff -u' (adds default
828  Start Here link, displays .directory name in sidebar)
829- include /etc/X11/* links (starthere, sysconfig, serverconfig)
830
831* Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
832- Patch to remove firsttime druid and flash
833
834* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
835- add hacks for displaying desktop files
836- add hack to turn off the "unwriteable" emblem
837
838* Sun Jul  8 2001 Tim Powers <timp@redhat.com>
839- added defattr to the files lists to be (-,root,root)
840- languified
841
842* Sat Jul  7 2001 Alexander Larsson <alexl@redhat.com>
843- Need to run autoheader too.
844
845* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
846- Make the fam dependency a real runtime dependency
847- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
848- Cleaned up specfile.
849
850* Fri Jul  6 2001 Alexander Larsson <alexl@redhat.com>
851- Change default background and rubberband color.
852- Use the sidebar tabs from the default theme
853- BuildDepend on fam-devel, depend on fam
854- Disable the eazel update pages in the first-time druid.
855- Remove the eazel logo from the first-time druid
856
857* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
858- 1.0.4, removes eazel services icon and wizard page
859- Eazel logo is still in startup wizard for now, needs fixing
860
861* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
862- fix group (s/Desktop/Desktops/) #47134
863- remove ammonite dependency
864
865* Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
866- add a different default theme
867- clean up file list overspecificity a bit
868
869* Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
870- move to a CVS snapshot of nautilus for now
871  (Darin is my hero for having distcheck work out of CVS)
872
873* Thu May 10 2001 Jonathan Blandford <jrb@redhat.com>
874- clean up defaults a bit
875
876* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
877- New version
878
879* Tue Apr 17 2001 Gregory Leblanc <gleblanc@grego1.cu-portland.edu>
880- Added BuildRequires lines
881- Changed Source to point to ftp.gnome.org instead of just the tarball name
882- Moved %description sections closer to their %package sections
883- Moved %changelog to the end, where so that it's not in the way
884- Changed configure and make install options to allow moving of
885  libraries, includes, binaries more easily
886- Removed hard-coded paths (don't define %prefix or %docdir)
887- replace %{prefix}/bin with %{_bindir}
888- replace %{prefix}/share with %{_datadir}
889- replace %{prefix}/lib with %{_libdir}
890- replace %{prefix}/include with %{_includedir}
891
892* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
893- removed obsoletes from sub packages and added mozilla and trilobite
894subpackages
895
896* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
897- created this thing
Note: See TracBrowser for help on using the repository browser.