nautilus-vl.spec 28 KB

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