tracker-vl.spec 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. %define _unpackaged_files_terminate_build 1
  2. Summary: An object database, tag/metadata database, search tool and indexer
  3. Summary(ja): オブジェクト/タグ/メタデータデータベースおよび検索ツール
  4. Name: tracker
  5. Version: 2.1.6
  6. Release: 1%{?_dist_release}
  7. License: GPL
  8. Group: Applications/System
  9. URL: http://www.gnome.org/projects/tracker/
  10. Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/1.12/tracker-%{version}.tar.xz
  11. # https://bugzilla.redhat.com/show_bug.cgi?id=1648902
  12. Patch0: tracker-2.1.5-silence-file-monitor-warnings.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: meson
  15. BuildRequires: graphviz
  16. BuildRequires: gtk-doc
  17. BuildRequires: intltool
  18. BuildRequires: libappstream-glib
  19. BuildRequires: vala
  20. BuildRequires: pkgconfig(gobject-introspection-1.0)
  21. BuildRequires: pkgconfig(icu-i18n)
  22. BuildRequires: pkgconfig(icu-uc)
  23. BuildRequires: pkgconfig(json-glib-1.0)
  24. BuildRequires: pkgconfig(libnm)
  25. BuildRequires: pkgconfig(libsoup-2.4)
  26. BuildRequires: pkgconfig(libxml-2.0)
  27. BuildRequires: pkgconfig(sqlite3)
  28. BuildRequires: libuuid-devel
  29. Obsoletes: %{name}-libs < 2.0.0
  30. Obsoletes: %{name}-search-tool < 2.0.0
  31. Provides: %{name}-libs = %{version}-%{release}
  32. Provides: %{name}-search-tool = %{version}-%{release}
  33. Vendor: Project Vine
  34. Distribution: Vine Linux
  35. %description
  36. Tracker is a powerful desktop-neutral first class object database,
  37. tag/metadata database, search tool and indexer.
  38. It consists of a common object database that allows entities to have an
  39. almost infinte number of properties, metadata (both embedded/harvested as
  40. well as user definable), a comprehensive database of keywords/tags and
  41. links to other entities.
  42. It provides additional features for file based objects including context
  43. linking and audit trails for a file object.
  44. It has the ability to index, store, harvest metadata. retrieve and search
  45. all types of files and other first class objects
  46. %package devel
  47. Summary: Headers for developing programs that will use %{name}
  48. Group: Development/Libraries
  49. Requires: %{name} = %{version}-%{release}
  50. %description devel
  51. This package contains the static libraries and header files needed for
  52. developing with tracker
  53. %package docs
  54. Summary: Documentation for tracker
  55. Group: Documentation
  56. Obsoletes: %{name}-doc < 0.15.0
  57. Provides: %{name}-doc = 0.15.0
  58. BuildArch: noarch
  59. %description docs
  60. This package contains documentation for tracker.
  61. %prep
  62. %setup -q
  63. %patch0 -p1
  64. %build
  65. %meson
  66. %meson_build
  67. %install
  68. rm -rf %{buildroot}
  69. export LANG=ja_JP.UTF-8
  70. %meson_install
  71. rm -rf %{buildroot}%{_datadir}/tracker-tests
  72. %find_lang %{name}
  73. rm -rf %{buildroot}/usr/lib/systemd
  74. %clean
  75. rm -rf %{buildroot}
  76. %post
  77. /sbin/ldconfig
  78. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  79. %posttrans
  80. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  81. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  82. %postun
  83. /sbin/ldconfig
  84. if [ $1 -eq 0 ] ; then
  85. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  86. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  87. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  88. fi
  89. %files -f %{name}.lang
  90. %defattr(-, root, root, -)
  91. %license COPYING
  92. %doc AUTHORS NEWS README
  93. %{_bindir}/tracker
  94. %{_libexecdir}/tracker-store
  95. %{_datadir}/tracker/
  96. %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
  97. %{_libdir}/libtracker*-2.0.so.*
  98. %{_libdir}/tracker-2.0/
  99. %dir %{_libdir}/girepository-1.0
  100. %{_libdir}/girepository-1.0/Tracker-2.0.typelib
  101. %{_libdir}/girepository-1.0/TrackerControl-2.0.typelib
  102. %{_libdir}/girepository-1.0/TrackerMiner-2.0.typelib
  103. %{_mandir}/*/tracker*.gz
  104. %config(noreplace) %{_sysconfdir}/xdg/autostart/tracker-store.desktop
  105. %dir %{_datadir}/bash-completion
  106. %dir %{_datadir}/bash-completion/completions
  107. %{_datadir}/bash-completion/completions/tracker
  108. %{_datadir}/glib-2.0/schemas/*
  109. %files devel
  110. %defattr(-, root, root, -)
  111. %{_includedir}/tracker-2.0/
  112. %{_libdir}/*.so
  113. %{_libdir}/pkgconfig/*.pc
  114. %dir %{_datadir}/vala
  115. %dir %{_datadir}/vala/vapi
  116. %{_datadir}/vala/vapi/*
  117. %dir %{_datadir}/gir-1.0
  118. %{_datadir}/gir-1.0/*
  119. %files docs
  120. %defattr(-, root, root, -)
  121. %{_datadir}/gtk-doc/html/libtracker-control
  122. %{_datadir}/gtk-doc/html/libtracker-miner
  123. %{_datadir}/gtk-doc/html/libtracker-sparql
  124. %{_datadir}/gtk-doc/html/ontology/
  125. %changelog
  126. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.6-1
  127. - new upstream release.
  128. - dropped all patches.
  129. - added Patch0.
  130. - dropped subpackages "libs" and "search-tool".
  131. * Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.4-1
  132. - new upstream release.
  133. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  134. - new upstream release
  135. * Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  136. - new upstream release
  137. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  138. - new upstream release
  139. * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
  140. - new upstream release
  141. * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-2
  142. - remove *.la files
  143. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  144. - new upstream release
  145. - add BuildRequires: libmediaart-devel, libvorbis-devel, flac-devel
  146. * Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
  147. - new upstream release
  148. * Sun Nov 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
  149. - new upstream release
  150. - add Patch1 (tracker-1.2.3-revert-error_message.patch)
  151. * Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
  152. - rebuild with upower-0.99.1
  153. * Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  154. - new upstream release
  155. * Sun Aug 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
  156. - new upstream release
  157. * Tue Jul 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-3
  158. - rebuild with poppler-0.26.2
  159. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-2
  160. - rebuild with libarchive-3.1.2
  161. * Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-1
  162. - new upstream release
  163. * Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
  164. - rebuild with poppler-0.24.5
  165. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
  166. - new upstream release
  167. * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.4-2
  168. - rebuild with VineSeed environment
  169. * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.4-1
  170. - new upstream release
  171. * Sat Nov 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.3-1
  172. - new upstream release
  173. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.2-2
  174. - rebuild with icu-51.2
  175. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.2-1
  176. - new upstream release
  177. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
  178. - new upstream release
  179. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
  180. - new upstream release
  181. - remove BuildRequires: gnome-panel-devel, gnome-applets
  182. - change BuildRequires: gstreamer1-devel instead of gstreamer-devel
  183. - add BuildRequires: libjpeg-turbo-devel, giflib-devel, libtiff-devel, exempi-devel, enca-devel, taglib-devel, libgxps-devel
  184. - change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
  185. - change to %%{name}-docs subpackage from %%{name}-docs
  186. * Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.5-1
  187. - new upstream release
  188. * Fri Nov 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.4-1
  189. - new upstream release
  190. * Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.3-1
  191. - new upstream release
  192. * Sat Sep 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.2-2
  193. - create -libs subpackage
  194. - add BuildRequires: firefox, thunderbird
  195. * Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.2-1
  196. - new upstream release
  197. * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
  198. - new upstream release
  199. * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
  200. - new upstream release
  201. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.9-1
  202. - new upstream release
  203. * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.7-1
  204. - new upstream release
  205. * Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.4-1
  206. - new upstream release
  207. - create %%{name}-doc sub package
  208. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-1
  209. - new upstream release
  210. - add Patch0 (tracker-0.12.3-sched.patch)
  211. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-1
  212. - new upstream release
  213. - add BuildRequires: gstreamer-devel, gstreamer-plugins-base-devel, NetworkManager-glib-devel
  214. - drop Patch0
  215. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.25-1
  216. - new upstream release
  217. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.23-1
  218. - new upstream release
  219. * Wed Jul 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.22-1
  220. - new upstream release
  221. - add BuildRequires: libicu-devel
  222. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.18-1
  223. - new upstream release
  224. - add Patch0 (tracker-0.8.18-tracker_spawn.patch)
  225. - delete Patch1
  226. * Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.16-3
  227. - rebuilt with poppler-0.16.3
  228. * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.16-2
  229. - rebuild with poppler-0.14.2
  230. * Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.16-1
  231. - new upstream release
  232. - add BuildRequires: glib2-devel, gtk2-devel, gnome-panel-devel, libgee-devel
  233. - add configure option (--enable-tracker-search-bar)
  234. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.15-1
  235. - new upstream release
  236. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.13-1
  237. - new upstream release
  238. - fix URL of Source0
  239. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.12-1
  240. - new upstream release
  241. * Sun Jun 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.11-1
  242. - new upstream release
  243. * Sun May 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.9-1
  244. - new upstream release
  245. - fix %install and %files (make /etc/ld.so.conf.d/tracker-%{_arch}.conf)
  246. * Sun May 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.6-1
  247. - new upstream release
  248. * Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.3-1
  249. - new upstream release
  250. - add BuildRequires: upower-devel, gnome-applets
  251. - change BuildRequires: dbus-glib -> dbus-glib-devel
  252. * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  253. - new upstream release
  254. - add BuildRequires: libgnome-devel, libgnomeui-devel, libSM-devel, libnotify-devel, libuuid-devel, libgee-devel
  255. - fix BuildRequires: gmime-devel >= 2.4
  256. - add configure option (--enable-tracker-search-tool)
  257. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.91-1
  258. - new upstream release
  259. * Sun Dec 14 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.6-2
  260. - rebuild with poppler-0.10.2
  261. - spec in UTF-8
  262. * Mon Mar 31 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.6-1
  263. - new upstream release
  264. - update Patch1
  265. - drop Patch10 (no more necessary)
  266. - add %%{_sysconfdir}/xdg/autostart/tracker-applet.desktop
  267. - remove --enable-external-sqlite option (no more bundled sqlite exist)
  268. - apply new versioning policy
  269. * Mon Sep 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.2-0vl1
  270. - new upstream release
  271. * Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4-0vl2
  272. - add Patch10 to fix selecting video-extractor
  273. - use external video extractor(totem) instead of gstreamer/xine
  274. * Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4-0vl1
  275. - initial build for Vine Linux
  276. * Fri Mar 30 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-6
  277. - Ship both autostart desktop files in the main package (BZ #233323)
  278. * Tue Feb 13 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-3
  279. - Package the deskbar plugin properly (BZ #228308)
  280. * Mon Jan 29 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-2
  281. - Split out tracker-search-tool sub-packages, for the GUI facility
  282. - Add proper requires for the -devel subpackage
  283. - Deal with the rpmlint complaints on rpath
  284. * Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1
  285. - Update to 0.5.4
  286. * Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1
  287. - Update to 0.5.3
  288. * Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2
  289. - Apply patch on Makefile.am instead of Makefile.in
  290. - Add libtool to BR
  291. * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1
  292. - Update to 0.5.2
  293. * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.1-1
  294. - Update to new version
  295. * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-7
  296. - Have the devel subpackage require pkgconfig
  297. - Make the description field not have more than 76 characters on a line
  298. - Fix up the RPM group
  299. * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-6
  300. - Explicitly require dbus-devel and dbus-glib (needed for FC < 6)
  301. * Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-5
  302. - Remove unneeded BRs (gnome-utils-devel and openssl-devel)
  303. * Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-4
  304. - Add autostart desktop file.
  305. - Edit the package description as suggested in review
  306. * Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-3
  307. - More cleaups to the spec file.
  308. * Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-2
  309. - Add needed BRs
  310. * Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
  311. - Initial packaging for Fedora Extras