From Fedora Project Wiki
Warning.png
F19 has branched
Fedora 19 has now branched from rawhide (March 12, 2013). Packages that de-vendorized from this point forward will need to be built for both F19 and rawhide. Note that this cycle, rawhide does not inherit from F-19. So builds do need to be done in both, and a Bodhi update done for the F19 build.

https://fedorahosted.org/fesco/ticket/1077

On F19+ (and not on earlier fedoras), desktop files need to be changed to not be installed with a vendor prefix.

On rawhide: repoquery --whatprovides \*/fedora-\*.desktop --qf '%{name}'| sort| uniq| wc -l shows 619 binary packages with problems.

February 18: Down to 358 binary packages. Way to go!
February 22: Down to 328 binary packages
February 24: Down to 282 binary packages. Over half way done!
February 25: Down to 239 binary packages
February 28: Down to 217 binary packages
March 6: Down to 213 binary packages
March 10: 173 binary packages. We've broken 200!

Porting notes

Warning.png
Caution when dealing with spec files used on multiple branches
Some maintainers like to use the same spec file for all releases. To accommodate that you can use conditionals to make the spec use --vendor fedora on earlier releases and remove the vendor tag for F19 and later.

Because there are several places at which it needs to be distinguished if the desktop file has a vendor tag or not, it's not a bad idea to make the decision at the top of the spec file and use symbolic names throughout the rest. The simplest form looks something like this:

%if (0%{?fedora} && 0%{?fedora} < 19)
%global with_desktop_vendor_tag 1
%endif

If there are existing EPEL (or RHEL) builds that use a vendor tag, this needs to factored in. That looks like this:

%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
%global with_desktop_vendor_tag 1
%else
%global with_desktop_vendor_tag 0
%endif

Then you can use %{with desktop_vendor_tag} to run desktop-file-install:

desktop-file-install \
%if 0%{?with_desktop_vendor_tag}
  --vendor fedora \
%endif
  %{name}.desktop

In addition to modifying the desktop-file-install line, you probably also have to modify the %files section to handle desktop files with or without the fedora- prefix. Some examples:

  • Use a conditional
  %files
  ...
+ %if 0%{?with_desktop_vendor_tag}
  %{_datadir}/applications/fedora-%{name}.desktop
+ %else
+ %{_datadir}/applications/%{name}.desktop
+ %endif
  ...
  • Use a wildcard
  %files
  ...
- %{_datadir}/applications/fedora-%{name}.desktop
+ %{_datadir}/applications/*%{name}.desktop
  ...

List of affected packages

On rawhide, run: repoquery --whatprovides \*/fedora-\*.desktop --qf '%{sourcerpm}'| sort| uniq

600 source packages need changing:

  • abe  : Rahul Sundaram
  • abiword  : Rahul Sundaram
  • agistudio  : Rahul Sundaram
  • aiksaurus  : Rahul Sundaram
  • airsnort  : Rahul Sundaram
  • alex4  : Rahul Sundaram
  • alexandria  : already fixed
  • alienarena  : Rahul Sundaram
  • alienblaster  : Rahul Sundaram
  • alleyoop  : Rahul Sundaram
  • alltray  : Rahul Sundaram
  • alphabet-soup  : Rahul Sundaram
  • alsamixergui  : Rahul Sundaram
  • alsa-tools - Rahul Sundaram. Filed https://bugzilla.redhat.com/show_bug.cgi?id=909622
  • amoebax  : Rahul Sundaram
  • amsn  : Rahul Sundaram
  • amtterm  : Rahul Sundaram
  • anaconda  : Rahul Sundaram. Filed https://bugzilla.redhat.com/show_bug.cgi?id=909592
  • angrydd  : Jon Ciesla
  • ants  : Rahul Sundaram
  • apcupsd  : Toshio Kuratomi It was in the -gui subpackage
  • apricots  : Jon Ciesla
  • ardour  : Rahul Sundaram
  • armacycles-ad  : Jon Ciesla
  • arora  : Rahul Sundaram
  • arrows  : Rahul Sundaram
  • asc  : Rahul Sundaram
  • astromenace  : Jon Ciesla
  • asunder  : Rahul Sundaram
  • asylum  : Rahul Sundaram
  • asymptote  : Rahul Sundaram
  • aterm  : Rahul Sundaram
  • atomix  : Rahul Sundaram
  • atomorun  : Rahul Sundaram
  • audacity  : Rahul Sundaram
  • audio-convert-mod  : Rahul Sundaram
  • audit-viewer  : Rahul Sundaram
  • auriferous  : Rahul Sundaram
  • autobuild-applet  : Rahul Sundaram
  • azureus  : Rahul Sundaram
  • bacula  : Rahul Sundaram
  • ballbuster  : Rahul Sundaram
  • balsa  : Rahul Sundaram - FTBFS fixed by toshio, now rebuilt.
  • beldi  : Rahul Sundaram
  • beneath-a-steel-sky  : Rahul Sundaram
  • beneath-a-steel-sky-cd  : Rahul Sundaram
  • berusky  : Rahul Sundaram
  • bibus  : Rahul Sundaram
  • bitmap  : Rahul Sundaram
  • bless  : Rahul Sundaram
  • berusky  : Rahul Sundaram
  • blobby  : Rahul Sundaram
  • BlockOutII  : Rahul Sundaram
  • boinc-client  : Rahul Sundaram
  • bolzplatz2006  : Rahul Sundaram
  • boswars  : Rahul Sundaram
  • bouml  : Rahul Sundaram
  • biloba  : Jon Ciesla
  • bombardier  : Jon Ciesla
  • bygfoot  : Rahul Sundaram
  • cairo-clock  : Rahul Sundaram
  • catfish  : Mamoru Tasaka; patch modified by Toshio to fix build
  • cave9  : Rahul Sundaram
  • cbrpager  : already done
  • cdcollect  : Rahul Sundaram
  • cdogs-sdl : Rahul Sundaram
  • celestia  : Rahul Sundaram
  • cellwriter : Parag Nemade
  • centerim  : Rahul Sundaram, FTBFS, patched by Toshio
  • cfdg-fe  : Jon Ciesla
  • chemtool : Rahul Sundaram
  • childsplay : Rahul Sundaram
  • chkrootkit  : Jon Ciesla
  • chmsee : Rahul Sundaram
  • cinepaint : Rahul Sundaram
  • clanbomber : Rahul Sundaram
  • clips : Rahul Sundaram
  • clonekeen : Rahul Sundaram
  • clusterssh : Rahul Sundaram
  • coco-coq  : Jon Ciesla
  • codeblocks  : Rahul Sundaram
  • comix  : Rahul Sundaram
  • conduit  : Rahul Sundaram
  • conglomerate  : Rahul Sundaram
  • coq  : Toshio Kuratomi
  • coriander  : Rahul Sundaram
  • corrida  : Rahul Sundaram
  • crack-attack  : Rahul Sundaram
  • CriticalMass  : Rahul Sundaram
  • crossfire-client  : Jon Ciesla
  • crystal-stacker  : Rahul Sundaram
  • cssed  : Rahul Sundaram
  • cwiid  : Rahul Sundaram
  • cycle  : Jon Ciesla
  • cylindrix  : Jon Ciesla
  • dayplanner  : Toshio Kuratomi
  • dd2  : Toshio Kuratomi
  • ddd  : Jon Ciesla
  • deluge  : Toshio Kuratomi
  • dgae  : Jon Ciesla
  • dia : Christoph Wickert
  • dillo  : Rahul Sundaram
  • diveintopython : Rahul Sundaram
  • djview4  : Rahul Sundaram
  • dogtail  : Rahul Sundaram
  • dosbox  : Jon Ciesla
  • drgeo
  • driconf  : Rahul Sundaram
  • duel3  : Rahul Sundaram
  • dvdisaster  : Rahul Sundaram
  • dx  : Rahul Sundaram
  • dxcc  : Rahul Sundaram
  • e16-keyedit
  • ebview
  • ed2k_hash
  • edsadmin
  • eiciel
  • em8300
  • ember  : Bruno Wolff
  • emelfm2
  • empathy  : Brian Pepple
  • enigma
  • epdfview  : Jon Ciesla -- FTBFS, notified maintainer, being retired.
  • escape  : Jon Ciesla
  • eterm  : Jon Ciesla
  • etherape  : Jon Ciesla
  • ettercap  : Jon Ciesla
  • exaile  : Jon Ciesla
  • expendable  : Jon Ciesla
  • extrema  : Jon Ciesla
  • extremetuxracer  : Jon Ciesla
  • fantasdic  : Already fixed by Mamoru Tasaka
  • fbg  : Jon Ciesla
  • fbreader  : Jon Ciesla
  • fedora-accessibility-guide-en-US  : Jon Ciesla dead.package, not retired, emailed maintainer
  • fedora-arm-installer  : Jon Ciesla false positive
  • fedora-release-notes  : Jon Ciesla false positive
  • fedora-review  : Jon Ciesla false positive
  • filezilla  : Jon Ciesla
  • firstaidkit  : Jon Ciesla
  • FlightGear  : Jon Ciesla
  • flight-of-the-amazon-queen  : Jon Ciesla
  • flight-of-the-amazon-queen-cd  : Jon Ciesla
  • flobopuyo  : Jon Ciesla
  • flpsed  : Jon Ciesla
  • flumotion  : Jon Ciesla
  • fontforge : Paul Flo Williams
  • fontmatrix  : Parag Nemade
  • foobillard  : Jon Ciesla
  • fpm2  : Jon Ciesla
  • fprint_demo  : Jon Ciesla
  • freeciv  : Jon Ciesla
  • freecol  : Jon Ciesla
  • freedroid  : Jon Ciesla
  • freedroidrpg  : Jon Ciesla
  • freetennis  : Bruno Wolff
  • fslint  : Jon Ciesla
  • fwbackups  : Jon Ciesla
  • fwbuilder  : Jon Ciesla
  • fwfstab  : Jon Ciesla
  • g3data  : Jon Ciesla
  • gabedit  : Jon Ciesla
  • gajim  : Jon Ciesla
  • galternatives  : Jon Ciesla
  • gamazons  : Jon Ciesla
  • gambas2  : RETIRED Jon Ciesla
  • gambas3  : Jon Ciesla
  • gazpacho  : Jon Ciesla
  • gbrainy  : Jon Ciesla
  • gcin  : Jon Ciesla
  • gcompris  : Jon Ciesla
  • gcstar  : Jon Ciesla
  • gcx  : Jon Ciesla
  • gdesklets  : Michael Schwendt
  • gdmap  : Jon Ciesla
  • geany  : Jon Ciesla
  • gemdropx  : Jon Ciesla
  • genchemlab  : Jon Ciesla
  • genius  : Jon Ciesla
  • ggobi  : Jon Ciesla
  • ggz-gtk-client  : Bruno Wolff
  • ghasher  : Jon Ciesla
  • ghost-diagrams  : Jon Ciesla
  • giggle  : Jon Ciesla
  • gimmix  : Jon Ciesla
  • git  : Jon Ciesla
  • gjots2  : Jon Ciesla
  • gl-117  : Jon Ciesla
  • glabels  : Jon Ciesla
  • glade3  : Kalev Lember
  • glaxium  : Jon Ciesla
  • GLC_Player  : Jon Ciesla
  • glglobe  : Jon Ciesla
  • gliv  : Jon Ciesla
  • glob2  : Bruno Wolff
  • gmpc  : Adrian Reber
  • gnomad2  : Jon Ciesla
  • gnomebaker  : Jon Ciesla
  • gnome-chemistry-utils  : Jon Ciesla
  • gnomeradio  : Jon Ciesla
  • gnome-subtitles  : Julian Sikorski
  • gnome-translate  : Jon Ciesla
  • gnubg  : Jon Ciesla
  • gnumeric  : Christoph Wickert
  • gobby  : Jon Ciesla Fixed in f19 but FTBFS in rawhide, BZ filed.
  • gonvert  : Jon Ciesla
  • gourmet  : Jon Ciesla
  • gparted  : Deji Akingunola
  • gphpedit  : Jon Ciesla
  • gpicview  : Jon Ciesla
  • gpodder  : Jon Ciesla
  • gpredict  : Jon Ciesla
  • gpsd  : Miroslav Lichvar
  • gq  : Jon Ciesla
  • grace  : Jon Ciesla
  • gramps  : Jon Ciesla
  • grass  : Jon Ciesla
  • grc  : Retired by Toshio
  • greadelf  : Jon Ciesla
  • gresistor  : Jon Ciesla
  • gresolver  : Jon Ciesla
  • GREYCstoration  : Jon Ciesla
  • greyhounds  : Bruno Wolff
  • grhino  : Jon Ciesla
  • grig  : Jon Ciesla FTBFS, BZ already exists.
  • grip  : Jon Ciesla
  • grisbi  : Jon Ciesla FTBFS, BZ already exists.
  • gscan2pdf  : Jon Ciesla
  • gtk-gnutella  : Jon Ciesla
  • gtkperf  : Jon Ciesla
  • gtkpod  : Jon Ciesla
  • gtk-recordmydesktop  : Jon Ciesla
  • gtkterm  : Jon Ciesla
  • gtorrentviewer  : Paul Howarth
  • gv  : Orion Poplawski
  • gweled  : Jon Ciesla
  • gwget  : Jon Ciesla
  • gwibber  : Jon Ciesla
  • gxine  : Jon Ciesla
  • gyachi  : Jon Ciesla
  • hardinfo  : Jon Ciesla
  • hatari  : Jon Ciesla
  • hedgewars  : Bruno Wolff
  • HippoDraw  : Jon Ciesla, retired.
  • homebank  : Jon Ciesla
  • html2ps  : Jon Ciesla
  • htmldoc  : Jon Ciesla
  • httrack  : Jon Ciesla
  • hydrogen  : Jon Ciesla
  • im-chooser  : Toshio Kuratomi
  • immix  : Jon Ciesla
  • inetvis  : Toshio Kuratomi
  • international-time  : Toshio Kuratomi
  • iok  : Parag Nemade
  • ipe  : Toshio Kuratomi
  • isomaster  : Toshio Kuratomi
  • jabbim  : Package retired
  • jack-rack  : Toshio Kuratomi
  • jd  : Already fixed by Mamoru Tasaka
  • jigdo  : Toshio Kuratomi
  • jmol  : Toshio Kuratomi
  • justmoon  : Toshio Kuratomi
  • kazehakase  : Already fixed by Mamoru Tasaka
  • kbilliards  : Toshio Kuratomi
  • kdesvn  : Toshio Kuratomi
  • kdirstat  : Toshio Kuratomi
  • keepassx  : Jon Ciesla
  • kid3  : already fixed by Ville Skyttä
  • kita  : already fixed by Mamoru TASAKA
  • kitsune  : Toshio Kuratomi
  • klamav  : Toshio Kuratomi
  • knetstats  : Toshio Kuratomi
  • KoboDeluxe  : Jon Ciesla
  • kodos  : Toshio Kuratomi
  • komparator  : Toshio Kuratomi
  • koules  : Toshio Kuratomi
  • kover  : Toshio Kuratomi
  • kphotobymail  : Toshio Kuratomi
  • kpolynome  : Toshio Kuratomi
  • kreetingkard  : Already fixed by Mamoru Tasaka
  • ksensors  : Toshio Kuratomi
  • kshutdown  : Already fixed by Jan Grulich
  • LabPlot  : Toshio Kuratomi
  • lacewing  : Toshio Kuratomi
  • lash  : oget
  • lazarus  : Jon Ciesla
  • lbrickbuster2  : Jon Ciesla
  • leafpad  : Jon Ciesla
  • libhocr  : Jon Ciesla
  • libsvm  : Jon Ciesla
  • licq  : Jon Ciesla
  • liferea  : Jon Ciesla
  • lincity-ng  : Jon Ciesla
  • linphone  : Jon Ciesla, FTBFS, BZ already exists.
  • linpsk  : Jon Ciesla
  • linsmith  : Jon Ciesla
  • liquidwar  : Jon Ciesla
  • listen  : Jon Ciesla
  • liveusb-creator  : Jon Ciesla
  • logjam  : Jon Ciesla
  • londonlaw  : Hans de Goede
  • lshw  : Jon Ciesla
  • lucidlife  : Jon Ciesla
  • lure  : Jon Ciesla
  • lxappearance  : Jon Ciesla
  • lxtask  : Jon Ciesla
  • lxterminal  : Jon Ciesla
  • lybniz  : Jon Ciesla
  • machineball  : Toshio Kuratomi
  • Maelstrom  : Toshio Kuratomi
  • magicmaze  : Toshio Kuratomi
  • magicor  : Toshio Kuratomi
  • mail-notification  : Toshio Kuratomi
  • makehuman  : Toshio Kuratomi
  • manedit  : Toshio Kuratomi
  • maniadrive  : Toshio Kuratomi
  • mapnik  : Toshio Kuratomi
  • mdbtools  : Toshio Kuratomi
  • MegaMek  : Toshio Kuratomi
  • meld  : Toshio Kuatomi
  • methane  : Toshio Kuratomi
  • midori  : Toshio Kuratomi
  • milkytracker  : Toshio Kuratomi
  • mirage  : already fixed by Mamoru Tasaka
  • mirrormagic  : Toshio Kuratomi
  • mldonkey  : Toshio Kuratomi
  • mono-tools  : Toshio Kuratomi
  • monsterz  : Jon Ciesla
  • mrxvt  : Toshio Kuratomi
  • mtpaint  : Toshio Kuratomi
  • mtr  : Toshio Kuratomi
  • mypaint  : Toshio Kuratomi
  • MyPasswordSafe  : Toshio Kuratomi
  • naturette  : Jon Ciesla
  • nautilus-actions  : Jon Ciesla
  • nazghul  : Jon Ciesla
  • nedit  : Jon Ciesla
  • nemiver  : Matthias Clasen
  • nessus-core  : Jon Ciesla
  • netgen  : Jon Ciesla
  • netgo  : Jon Ciesla
  • nethack  : Jon Ciesla
  • nethack-vultures  : Jon Ciesla
  • netpanzer  : Jon Ciesla
  • neverball  : Jon Ciesla
  • nexuiz  : Jon Ciesla
  • nightfall  : Jon Ciesla
  • nightview  : Jon Ciesla, FTBFS, BZ already exists.
  • njam  : Jon Ciesla
  • nntpgrab  : Jon Ciesla
  • nogravity  : Jon Ciesla
  • npush  : Jon Ciesla
  • numptyphysics  : Jon Ciesla
  • nvclock  : Jon Ciesla
  • obconf  : Jon Ciesla, FTBFS, filed BZ.
  • obmenu  : Jon Ciesla
  • ochusha  : Mamoru Tasaka
  • ocp  : Jon Ciesla
  • octave  : Orion Poplawski
  • oggconvert  : Jon Ciesla
  • OmegaT  : Jon Ciesla
  • oneko  : Jon Ciesla
  • openalchemist  : Jon Ciesla
  • openlierox  : Jon Ciesla
  • openmsx  : Jon Ciesla
  • openuniverse  : Jon Ciesla
  • opticalraytracer  : Jon Ciesla
  • orage  : Jon Ciesla
  • osmo  : Jon Ciesla
  • overgod  : Jon Ciesla
  • pachi  : Jon Ciesla
  • pan  : Jon Ciesla
  • paraview  : Jon Ciesla
  • parcellite  : Jon Ciesla
  • pari  : Jon Ciesla
  • pcmanfm  : Jon Ciesla
  • pcsc-tools  : Jon Ciesla
  • penguin-command  : Jon Ciesla
  • pengupop  : Jon Ciesla
  • perl-Padre  : Toshio Kuratomi FTBFS
  • phasex  : Toshio Kuratomi
  • picard  : Toshio Kuratomi
  • picviz : Toshio Kuratomi
  • pikdev  : Toshio Kuratomi
  • piklab  : Toshio Kuratomi
  • pikloops  : Toshio Kuratomi
  • pinball  : Jon Ciesla
  • pingus  : Jon Ciesla
  • pioneers  : Toshio Kuratomi
  • pipenightdreams  : Jon Ciesla
  • pipepanic  : Toshio Kuratomi
  • planets  : Jon Ciesla
  • player  : Toshio Kuratomi
  • pmpu  : Toshio Kuratomi
  • poedit  : Toshio Kuratomi
  • policycoreutils  : Rahul Sundaram
  • portecle  : Toshio Kuratomi
  • prelude-notify  : Toshio Kuratomi
  • professor-is-missing  : Jon Ciesla
  • publican  : Parag Nemade
  • puzzles  : Toshio Kuratomi
  • pybliographer  : Toshio Kuratomi
  • pychess  : Bruno Wolff
  • pyrenamer  : Jon Ciesla
  • PySolFC  : Toshio Kuratomi
  • pyvnc2swf  : Toshio Kuratomi
  • qalculate-gtk  : Toshio Kuratomi
  • qalculate-kde  : Toshio Kuratomi
  • qascade
  • qcad  : Toshio Kuratomi
  • qct  : Toshio Kuratomi
  • qemu-launcher  : Toshio Kuratomi
  • qfaxreader  : Toshio Kuratomi
  • qgis  : Toshio Kutatomi
  • qgit  : Toshio Kuratomi
  • qjackctl  : oget
  • qmmp  : Toshio Kuratomi
  • qsynth  : oget
  • qtoctave  : Toshio Kuratomi
  • qt-recordmydesktop  : Toshio Kuratomi
  • quake3  : Jon Ciesla
  • quarry  : Jon Ciesla
  • qucs  : Toshio Kuratomi
  • quicksynergy  : Toshio Kuratomi
  • quodlibet  : Toshio Kuratomi & Johannes Lips
  • rafkill  : Jon Ciesla
  • raidem  : Bruno Wolff
  • rapidsvn  : Jon Ciesla
  • rawstudio  : Jon Ciesla
  • rcsslogplayer  : Jon Ciesla
  • rcssmonitor  : Jon Ciesla
  • rcssserver  : Jon Ciesla
  • rcssserver3d  : Jon Ciesla
  • redet  : Jon Ciesla
  • redmode  : Jon Ciesla
  • regexxer  : Jon Ciesla
  • rekall  : Jon Ciesla
  • remind  : Jon Ciesla
  • resapplet  : Jon Ciesla
  • revelation  : Jon Ciesla
  • revisor  : Jon Ciesla
  • Ri-li  : Jon Ciesla
  • ristretto  : Jon Ciesla
  • rocksndiamonds  : Jon Ciesla
  • rogue  : Jon Ciesla
  • rosegarden4  : Already fixed by BrendanJones
  • rott  : Toshio Kuratomi
  • roxterm  : Toshio Kuratomi
  • rxvt  : Toshio Kuratomi
  • rxvt-unicode  : Toshio Kuratomi
  • saoimage : Toshio Kuratomi
  • schismtracker  : Toshio Kuratomi
  • scorched3d  : Jon Ciesla
  • scorchwentbonkers  : Toshio Kuratomi
  • screenruler  : Toshio Kuratomi
  • scribus  : Toshio Kuratomi
  • scythia  : Toshio Kuratomi
  • seahorse-adventures  : Toshio Kuratomi
  • sear  : Bruno Wolff
  • seaview  : Toshio Kuratomi
  • sectool  : Toshio Kuratomi
  • seq24  : Brendon Jones
  • sergueis-destiny  : Jon Ciesla
  • shippy  : Toshio Kuratomi
  • sim  : Toshio Kuratomi
  • simcoupe  : Toshio Kuratomi
  • sirius  : Bruno Wolff
  • six  : Bruno Wolff
  • sk2py  : Toshio Kuratomi
  • slingshot  : Jon Ciesla
  • solarwolf  : Jon Ciesla
  • solfege  : Toshio Kuratomi, FTBFS patched
  • sonata  : Toshio Kuratomi
  • sooperlooper  : Toshio Kuratomi
  • sopwith  : Jon Ciesla
  • soundconverter  : modified in git already
  • soundtracker  : Toshio Kuratomi
  • spacechart  : Toshio Kuratomi
  • Sprog  : Toshio Kuratomi
  • sqliteman  : Toshio Kuratomi
  • stardict  : Toshio Kuratomi
  • starplot  : Toshio Kuratomi
  • SteGUI  : Toshio Kuratomi
  • stellarium  : Jon Ciesla
  • stormbaancoureur  : Toshio Kuratomi
  • subtitleeditor  : Toshio Kuratomi
  • supertuxkart  : Jon Ciesla
  • sweep  : Toshio Kuratomi
  • synaptic  : Toshio Kuratomi
  • synce-kpm  : Toshio Kuratomi
  • synce-software-manager  : Toshio Kuratomi
  • synce-trayicon  : Toshio Kuratomi
  • synfigstudio  : Jon Ciesla
  • system-config-rootpassword  : Toshio Kuratomi
  • tagtool  : Parag Nemade
  • taskcoach  : Parag Nemade
  • taskjuggler  : Parag Nemade
  • taxipilot  : Parag Nemade
  • tecnoballz  : Parag Nemade
  • teg  : Toshio Kuratomi
  • tennix  : Jon Ciesla
  • TeXmacs  : Parag Nemade
  • texmaker  : Parag Nemade
  • tgif  : Mamoru Tasaka
  • thewidgetfactory  : Toshio Kuratomi
  • Thunar  : Toshio Kuratomi
  • thunar-volman  : Toshio Kuratomi
  • timidity++  : Parag Nemade
  • tkgate  : Parag Nemade
  • tn5250  : Parag Nemade
  • tong  : Parag Nemade
  • torsmo  : Parag Nemade
  • trackballs  : Jon Ciesla
  • translation-filter  : Parag Nemade
  • tremulous  : Parag Nemade
  • tryton  : Parag Nemade
  • tunneler  : Toshio Kuratomi
  • tuxpaint  : Jon Ciesla
  • tuxpuck  : Jon Ciesla
  • tuxtype2  : Parag Nemade
  • twinkle  : Parag Nemade
  • typespeed  : Parag Nemade
  • tzclock  : Mamoru Tasaka
  • ularn  : Jon Ciesla
  • ultimatestunts  : Parag Nemade
  • unison213  : Toshio Kuratomi
  • uqm  : Jon Ciesla
  • usbview  : Parag Nemade
  • uudeview  : Parag Nemade
  • v4l2ucp  : Parag Nemade
  • valknut  : Parag Nemade
  • vavoom  : Parag Nemade
  • vdrift  : Parag Nemade
  • vegastrike  : Parag Nemade
  • verbiste  : Parag Nemade
  • vim  : Parag Nemade
  • vkeybd  : Parag Nemade
  • vodovod  : Parag Nemade
  • vym  : Parag Nemade
  • wallpapoz  : Mamoru Tasaka
  • warzone2100  : Parag Nemade
  • wavbreaker  : Parag Nemade
  • wesnoth  : Parag Nemade
  • wfut  : Parag Nemade
  • why  : Parag Nemade
  • whysynth-dssi  : Parag Nemade
  • widelands  : Parag Nemade
  • wine  : Parag Nemade
  • wings  : Parag Nemade. FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=909805
  • winpdb  : Parag Nemade
  • wireshark  : Parag Nemade
  • wlassistant  : Parag Nemade
  • wordwarvi  : Parag Nemade
  • worminator  : Parag Nemade
  • wormux  : Parag Nemade - dead package in Fedora, blocked from F19
  • WritRecogn  : Parag Nemade
  • wxGlade  : Parag Nemade
  • x3270  : Parag Nemade
  • xaos  : Parag Nemade. FTBFS fixed by toshio. Now rebuilt
  • xarchiver  : Parag Nemade
  • xarchon  : Parag Nemade
  • xawtv  : Parag Nemade
  • xblast  : Parag Nemade
  • xca  : Parag Nemade
  • xchat-gnome  : Parag Nemade
  • xchm  : Parag Nemade
  • xdaliclock  : Parag Nemade
  • xdesktopwaves  : Parag Nemade
  • xdrawchem  : Parag Nemade
  • xfbib  : Parag Nemade
  • xfce4-taskmanager  : Parag Nemade
  • xfhell  : Parag Nemade
  • xfig  : Parag Nemade
  • xfmpc  : Parag Nemade
  • xgalaxy  : Parag Nemade
  • xgrav  : Parag Nemade
  • xhotkeys  : Parag Nemade
  • xkeycaps  : Parag Nemade
  • xlockmore  : Parag Nemade
  • xmlcopyeditor  : Parag Nemade
  • xmoto  : Parag Nemade
  • xournal  : Parag Nemade
  • xpad  : Parag Nemade
  • xpdf  : Parag Nemade
  • xpilot-ng  : Parag Nemade
  • xsane  : Parag Nemade
  • xsc  : Parag Nemade
  • xterm  : Parag Nemade
  • xtide  : Mamoru Tasaka
  • xu4  : Parag Nemade
  • xvarstar  : Parag Nemade
  • xwrits  : Parag Nemade
  • xzgv  : Parag Nemade
  • yadex  : Parag Nemade
  • zasx  : Parag Nemade
  • zynaddsubfx  : Parag Nemade