nautilus-vl.spec 31 KB

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