| 1 | Summary: An object database, tag/metadata database, search tool and indexer |
|---|
| 2 | Summary(ja): オブジェクト/タグ/メタデータデータベースおよび検索ツール |
|---|
| 3 | Name: tracker |
|---|
| 4 | Version: 0.14.1 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: GPL |
|---|
| 7 | Group: Applications/System |
|---|
| 8 | URL: http://www.gnome.org/projects/tracker/ |
|---|
| 9 | |
|---|
| 10 | Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.14/tracker-%{version}.tar.xz |
|---|
| 11 | |
|---|
| 12 | Patch0: tracker-0.12.3-sched.patch |
|---|
| 13 | |
|---|
| 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 15 | BuildRequires: glib2-devel >= 2.24.0 |
|---|
| 16 | BuildRequires: gtk3-devel >= 3.0.0 |
|---|
| 17 | BuildRequires: gnome-panel-devel |
|---|
| 18 | BuildRequires: gmime-devel >= 2.4 |
|---|
| 19 | BuildRequires: gstreamer-devel >= 0.10.31 |
|---|
| 20 | BuildRequires: gstreamer-plugins-base-devel >= 0.10.31 |
|---|
| 21 | BuildRequires: poppler-devel |
|---|
| 22 | BuildRequires: gettext |
|---|
| 23 | BuildRequires: file |
|---|
| 24 | BuildRequires: gnome-desktop-devel, gamin-devel |
|---|
| 25 | BuildRequires: libexif-devel, libgsf-devel, totem-pl-parser-devel |
|---|
| 26 | BuildRequires: gstreamer-devel |
|---|
| 27 | BuildRequires: desktop-file-utils, intltool |
|---|
| 28 | BuildRequires: raptor-devel >= 1.4.18 |
|---|
| 29 | BuildRequires: sqlite3-devel |
|---|
| 30 | BuildRequires: dbus-devel >= 1.0 |
|---|
| 31 | BuildRequires: dbus-glib-devel >= 0.78 |
|---|
| 32 | BuildRequires: libgnome-devel >= 2.13.2 |
|---|
| 33 | BuildRequires: libgnomeui-devel >= 2.13.7 |
|---|
| 34 | BuildRequires: libSM-devel |
|---|
| 35 | BuildRequires: libnotify-devel >= 0.4.3 |
|---|
| 36 | BuildRequires: libuuid-devel |
|---|
| 37 | BuildRequires: NetworkManager-glib-devel |
|---|
| 38 | BuildRequires: vala-devel |
|---|
| 39 | BuildRequires: libgee-devel |
|---|
| 40 | BuildRequires: upower-devel |
|---|
| 41 | BuildRequires: gnome-applets |
|---|
| 42 | BuildRequires: libgee-devel >= 0.3 |
|---|
| 43 | BuildRequires: nautilus-devel |
|---|
| 44 | BuildRequires: libicu-devel |
|---|
| 45 | ## BuildRequires: autoconf, automake |
|---|
| 46 | |
|---|
| 47 | Vendor: Project Vine |
|---|
| 48 | Distribution: Vine Linux |
|---|
| 49 | |
|---|
| 50 | %description |
|---|
| 51 | Tracker is a powerful desktop-neutral first class object database, |
|---|
| 52 | tag/metadata database, search tool and indexer. |
|---|
| 53 | |
|---|
| 54 | It consists of a common object database that allows entities to have an |
|---|
| 55 | almost infinte number of properties, metadata (both embedded/harvested as |
|---|
| 56 | well as user definable), a comprehensive database of keywords/tags and |
|---|
| 57 | links to other entities. |
|---|
| 58 | |
|---|
| 59 | It provides additional features for file based objects including context |
|---|
| 60 | linking and audit trails for a file object. |
|---|
| 61 | |
|---|
| 62 | It has the ability to index, store, harvest metadata. retrieve and search |
|---|
| 63 | all types of files and other first class objects |
|---|
| 64 | |
|---|
| 65 | %package devel |
|---|
| 66 | Summary: Headers for developing programs that will use %{name} |
|---|
| 67 | Group: Development/Libraries |
|---|
| 68 | Requires: %{name} = %{version}-%{release} |
|---|
| 69 | Requires: pkgconfig |
|---|
| 70 | Requires: dbus-glib-devel |
|---|
| 71 | |
|---|
| 72 | %description devel |
|---|
| 73 | This package contains the static libraries and header files needed for |
|---|
| 74 | developing with tracker |
|---|
| 75 | |
|---|
| 76 | %package doc |
|---|
| 77 | Summary: Documentation for tracker |
|---|
| 78 | Group: Documentation |
|---|
| 79 | Requires: %{name} = %{version}-%{release} |
|---|
| 80 | BuildArch: noarch |
|---|
| 81 | |
|---|
| 82 | %description doc |
|---|
| 83 | This package contains documentation for tracker. |
|---|
| 84 | |
|---|
| 85 | %package search-tool |
|---|
| 86 | Summary: Tracker search tool(s) |
|---|
| 87 | Group: User Interface/Desktops |
|---|
| 88 | Requires: %{name} = %{version}-%{release} |
|---|
| 89 | |
|---|
| 90 | %description search-tool |
|---|
| 91 | Graphical frontend to tracker search facilities. This has dependencies on |
|---|
| 92 | GNOME libraries |
|---|
| 93 | |
|---|
| 94 | %prep |
|---|
| 95 | %setup -q |
|---|
| 96 | %patch0 -p1 -b .sched |
|---|
| 97 | |
|---|
| 98 | # remove shebangs from the python files as none should be executable scripts |
|---|
| 99 | ## sed -e '/^#!\//,1 d' -i python/deskbar-handler/*.py |
|---|
| 100 | |
|---|
| 101 | sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure |
|---|
| 102 | |
|---|
| 103 | %build |
|---|
| 104 | #libtoolize --force --copy |
|---|
| 105 | #intltoolize --copy --force |
|---|
| 106 | #autoreconf -if |
|---|
| 107 | %configure --disable-static \ |
|---|
| 108 | --enable-video-extractor=external \ |
|---|
| 109 | --enable-tracker-search-tool=yes \ |
|---|
| 110 | --enable-tracker-search-bar=yes |
|---|
| 111 | |
|---|
| 112 | |
|---|
| 113 | make %{?_smp_mflags} |
|---|
| 114 | |
|---|
| 115 | |
|---|
| 116 | %install |
|---|
| 117 | rm -rf %{buildroot} |
|---|
| 118 | make DESTDIR=%{buildroot} install |
|---|
| 119 | |
|---|
| 120 | mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d |
|---|
| 121 | echo "%{_libdir}/tracker-0.14" \ |
|---|
| 122 | > %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf |
|---|
| 123 | |
|---|
| 124 | desktop-file-install --delete-original \ |
|---|
| 125 | --vendor="" \ |
|---|
| 126 | --dir=%{buildroot}%{_datadir}/applications \ |
|---|
| 127 | %{buildroot}%{_datadir}/applications/%{name}-needle.desktop |
|---|
| 128 | |
|---|
| 129 | rm -rf %{buildroot}%{_libdir}/*.{a,la} |
|---|
| 130 | rm -f %{buildroot}%{_libdir}/nautilus/extensions-*/*.la |
|---|
| 131 | rm -rf %{buildroot}%{_datadir}/tracker-tests |
|---|
| 132 | |
|---|
| 133 | %find_lang %{name} |
|---|
| 134 | |
|---|
| 135 | %clean |
|---|
| 136 | rm -rf %{buildroot} |
|---|
| 137 | |
|---|
| 138 | %post |
|---|
| 139 | /sbin/ldconfig |
|---|
| 140 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 141 | |
|---|
| 142 | %posttrans |
|---|
| 143 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 144 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 145 | |
|---|
| 146 | %postun |
|---|
| 147 | /sbin/ldconfig |
|---|
| 148 | if [ $1 -eq 0 ] ; then |
|---|
| 149 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 150 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 151 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 152 | fi |
|---|
| 153 | |
|---|
| 154 | %files -f %{name}.lang |
|---|
| 155 | %defattr(-, root, root, -) |
|---|
| 156 | %doc AUTHORS ChangeLog COPYING NEWS README |
|---|
| 157 | ### %doc %{_datadir}/gtk-doc/html/libtracker-common/ |
|---|
| 158 | ### %doc %{_datadir}/gtk-doc/html/libtracker-module/ |
|---|
| 159 | %{_bindir}/tracker* |
|---|
| 160 | %exclude %{_bindir}/tracker-needle |
|---|
| 161 | %exclude %{_bindir}/tracker-preferences |
|---|
| 162 | ### %exclude %{_bindir}/tracker-applet |
|---|
| 163 | %{_libexecdir}/tracker* |
|---|
| 164 | %{_libdir}/*.so.* |
|---|
| 165 | %{_libdir}/girepository-1.0/*.typelib |
|---|
| 166 | %{_libdir}/tracker-0.14/ |
|---|
| 167 | %{_datadir}/tracker/ |
|---|
| 168 | %{_datadir}/dbus-1/services/org.freedesktop.Tracker* |
|---|
| 169 | %{_datadir}/dbus-1/services/org.gnome.panel.applet.SearchBarFactory.service |
|---|
| 170 | %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.*.xml |
|---|
| 171 | %{_datadir}/gnome-panel/4.0/applets/org.gnome.panel.SearchBar.panel-applet |
|---|
| 172 | %{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf |
|---|
| 173 | %{_sysconfdir}/xdg/autostart/tracker*.desktop |
|---|
| 174 | %{_mandir}/*/tracker*.gz |
|---|
| 175 | %exclude %{_mandir}/man1/tracker-search-bar.1.gz |
|---|
| 176 | %exclude %{_mandir}/man1/tracker-preferences.1.gz |
|---|
| 177 | %exclude %{_mandir}/man1/tracker-needle.1.gz |
|---|
| 178 | |
|---|
| 179 | %files devel |
|---|
| 180 | %defattr(-, root, root, -) |
|---|
| 181 | %{_includedir}/tracker-0.14/ |
|---|
| 182 | ### %{_includedir}/libtracker-gtk/* |
|---|
| 183 | %{_libdir}/*.so |
|---|
| 184 | %{_libdir}/pkgconfig/*.pc |
|---|
| 185 | %{_datadir}/vala/vapi/tracker*.vapi |
|---|
| 186 | %{_datadir}/vala/vapi/tracker*.deps |
|---|
| 187 | %{_datadir}/gir-1.0/*.gir |
|---|
| 188 | |
|---|
| 189 | %files doc |
|---|
| 190 | %defattr(-, root, root, -) |
|---|
| 191 | %{_datadir}/gtk-doc/html/libtracker-extract |
|---|
| 192 | %{_datadir}/gtk-doc/html/libtracker-miner |
|---|
| 193 | %{_datadir}/gtk-doc/html/libtracker-sparql |
|---|
| 194 | |
|---|
| 195 | %files search-tool |
|---|
| 196 | %defattr(-, root, root, -) |
|---|
| 197 | %{_bindir}/tracker-needle |
|---|
| 198 | %{_bindir}/tracker-preferences |
|---|
| 199 | %{_libdir}/nautilus/extensions-3.0/*.so |
|---|
| 200 | %{_datadir}/icons/*/*/apps/tracker.* |
|---|
| 201 | %{_datadir}/applications/*.desktop |
|---|
| 202 | %{_mandir}/man1/tracker-search-bar.1.gz |
|---|
| 203 | %{_mandir}/man1/tracker-preferences.1.gz |
|---|
| 204 | %{_mandir}/man1/tracker-needle.1.gz |
|---|
| 205 | |
|---|
| 206 | |
|---|
| 207 | %changelog |
|---|
| 208 | * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1 |
|---|
| 209 | - new upstream release |
|---|
| 210 | |
|---|
| 211 | * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1 |
|---|
| 212 | - new upstream release |
|---|
| 213 | |
|---|
| 214 | * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.9-1 |
|---|
| 215 | - new upstream release |
|---|
| 216 | |
|---|
| 217 | * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.7-1 |
|---|
| 218 | - new upstream release |
|---|
| 219 | |
|---|
| 220 | * Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.4-1 |
|---|
| 221 | - new upstream release |
|---|
| 222 | - create %%{name}-doc sub package |
|---|
| 223 | |
|---|
| 224 | * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-1 |
|---|
| 225 | - new upstream release |
|---|
| 226 | - add Patch0 (tracker-0.12.3-sched.patch) |
|---|
| 227 | |
|---|
| 228 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-1 |
|---|
| 229 | - new upstream release |
|---|
| 230 | - add BuildRequires: gstreamer-devel, gstreamer-plugins-base-devel, NetworkManager-glib-devel |
|---|
| 231 | - drop Patch0 |
|---|
| 232 | |
|---|
| 233 | * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.25-1 |
|---|
| 234 | - new upstream release |
|---|
| 235 | |
|---|
| 236 | * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.23-1 |
|---|
| 237 | - new upstream release |
|---|
| 238 | |
|---|
| 239 | * Wed Jul 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.22-1 |
|---|
| 240 | - new upstream release |
|---|
| 241 | - add BuildRequires: libicu-devel |
|---|
| 242 | |
|---|
| 243 | * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.18-1 |
|---|
| 244 | - new upstream release |
|---|
| 245 | - add Patch0 (tracker-0.8.18-tracker_spawn.patch) |
|---|
| 246 | - delete Patch1 |
|---|
| 247 | |
|---|
| 248 | * Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.16-3 |
|---|
| 249 | - rebuilt with poppler-0.16.3 |
|---|
| 250 | |
|---|
| 251 | * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.16-2 |
|---|
| 252 | - rebuild with poppler-0.14.2 |
|---|
| 253 | |
|---|
| 254 | * Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.16-1 |
|---|
| 255 | - new upstream release |
|---|
| 256 | - add BuildRequires: glib2-devel, gtk2-devel, gnome-panel-devel, libgee-devel |
|---|
| 257 | - add configure option (--enable-tracker-search-bar) |
|---|
| 258 | |
|---|
| 259 | * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.15-1 |
|---|
| 260 | - new upstream release |
|---|
| 261 | |
|---|
| 262 | * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.13-1 |
|---|
| 263 | - new upstream release |
|---|
| 264 | - fix URL of Source0 |
|---|
| 265 | |
|---|
| 266 | * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.12-1 |
|---|
| 267 | - new upstream release |
|---|
| 268 | |
|---|
| 269 | * Sun Jun 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.11-1 |
|---|
| 270 | - new upstream release |
|---|
| 271 | |
|---|
| 272 | * Sun May 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.9-1 |
|---|
| 273 | - new upstream release |
|---|
| 274 | - fix %install and %files (make /etc/ld.so.conf.d/tracker-%{_arch}.conf) |
|---|
| 275 | |
|---|
| 276 | * Sun May 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.6-1 |
|---|
| 277 | - new upstream release |
|---|
| 278 | |
|---|
| 279 | * Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.3-1 |
|---|
| 280 | - new upstream release |
|---|
| 281 | - add BuildRequires: upower-devel, gnome-applets |
|---|
| 282 | - change BuildRequires: dbus-glib -> dbus-glib-devel |
|---|
| 283 | |
|---|
| 284 | * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1 |
|---|
| 285 | - new upstream release |
|---|
| 286 | - add BuildRequires: libgnome-devel, libgnomeui-devel, libSM-devel, libnotify-devel, libuuid-devel, libgee-devel |
|---|
| 287 | - fix BuildRequires: gmime-devel >= 2.4 |
|---|
| 288 | - add configure option (--enable-tracker-search-tool) |
|---|
| 289 | |
|---|
| 290 | * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.91-1 |
|---|
| 291 | - new upstream release |
|---|
| 292 | |
|---|
| 293 | * Sun Dec 14 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.6-2 |
|---|
| 294 | - rebuild with poppler-0.10.2 |
|---|
| 295 | - spec in UTF-8 |
|---|
| 296 | |
|---|
| 297 | * Mon Mar 31 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.6-1 |
|---|
| 298 | - new upstream release |
|---|
| 299 | - update Patch1 |
|---|
| 300 | - drop Patch10 (no more necessary) |
|---|
| 301 | - add %%{_sysconfdir}/xdg/autostart/tracker-applet.desktop |
|---|
| 302 | - remove --enable-external-sqlite option (no more bundled sqlite exist) |
|---|
| 303 | - apply new versioning policy |
|---|
| 304 | |
|---|
| 305 | * Mon Sep 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.2-0vl1 |
|---|
| 306 | - new upstream release |
|---|
| 307 | |
|---|
| 308 | * Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4-0vl2 |
|---|
| 309 | - add Patch10 to fix selecting video-extractor |
|---|
| 310 | - use external video extractor(totem) instead of gstreamer/xine |
|---|
| 311 | |
|---|
| 312 | * Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4-0vl1 |
|---|
| 313 | - initial build for Vine Linux |
|---|
| 314 | |
|---|
| 315 | * Fri Mar 30 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-6 |
|---|
| 316 | - Ship both autostart desktop files in the main package (BZ #233323) |
|---|
| 317 | |
|---|
| 318 | * Tue Feb 13 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-3 |
|---|
| 319 | - Package the deskbar plugin properly (BZ #228308) |
|---|
| 320 | |
|---|
| 321 | * Mon Jan 29 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-2 |
|---|
| 322 | - Split out tracker-search-tool sub-packages, for the GUI facility |
|---|
| 323 | - Add proper requires for the -devel subpackage |
|---|
| 324 | - Deal with the rpmlint complaints on rpath |
|---|
| 325 | |
|---|
| 326 | * Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1 |
|---|
| 327 | - Update to 0.5.4 |
|---|
| 328 | |
|---|
| 329 | * Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1 |
|---|
| 330 | - Update to 0.5.3 |
|---|
| 331 | |
|---|
| 332 | * Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2 |
|---|
| 333 | - Apply patch on Makefile.am instead of Makefile.in |
|---|
| 334 | - Add libtool to BR |
|---|
| 335 | |
|---|
| 336 | * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1 |
|---|
| 337 | - Update to 0.5.2 |
|---|
| 338 | |
|---|
| 339 | * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.1-1 |
|---|
| 340 | - Update to new version |
|---|
| 341 | |
|---|
| 342 | * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-7 |
|---|
| 343 | - Have the devel subpackage require pkgconfig |
|---|
| 344 | - Make the description field not have more than 76 characters on a line |
|---|
| 345 | - Fix up the RPM group |
|---|
| 346 | |
|---|
| 347 | * Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-6 |
|---|
| 348 | - Explicitly require dbus-devel and dbus-glib (needed for FC < 6) |
|---|
| 349 | |
|---|
| 350 | * Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-5 |
|---|
| 351 | - Remove unneeded BRs (gnome-utils-devel and openssl-devel) |
|---|
| 352 | |
|---|
| 353 | * Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-4 |
|---|
| 354 | - Add autostart desktop file. |
|---|
| 355 | - Edit the package description as suggested in review |
|---|
| 356 | |
|---|
| 357 | * Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-3 |
|---|
| 358 | - More cleaups to the spec file. |
|---|
| 359 | |
|---|
| 360 | * Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-2 |
|---|
| 361 | - Add needed BRs |
|---|
| 362 | |
|---|
| 363 | * Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1 |
|---|
| 364 | - Initial packaging for Fedora Extras |
|---|