[Bug 684475] Review Request: wmblob - Dockapp which shows funny moving `blobs'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=684475

Martin Gieseking <martin.gieseking@xxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.gieseking@xxxxxx

--- Comment #3 from Martin Gieseking <martin.gieseking@xxxxxx> 2011-03-13 08:57:47 EDT ---
Some further notes on the latest spec:

- please use a more neutral and less biased %description, e.g. the one from 
  dockapps.org:
  "wmblob shows some blobs moving around. It does nothing useful, it's just 
  a toy."

- replace the iconv lines with the following loop to ensure a correct
conversion
  and to preserve the timestamps:

  for f in ChangeLog README doc/wmblob.1 doc/how_it_works; do
    iconv -f iso-8859-1 -t utf8 $f >$f.tmp && \
    touch -r $f $f.tmp && \
    mv $f.tmp $f
  done

- replace the make statement with this one to apply the %optflags during the 
  build:
  make CFLAGS="%{optflags} `pkg-config --cflags gtk+-2.0`" %{?_smp_mflags}

  configure.ac looks pretty messy and could need some maintenance. ;)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]