tracker-vl.spec 16 KB

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