nautilus-vl.spec 32 KB

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