nautilus-vl.spec 30 KB

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