[Bug 176205] Review Request: GZLauncher

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 21 17:28:40 UTC 2005


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

Summary: Review Request: GZLauncher


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


jpmahowald at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|gdk at redhat.com              |jpmahowald at gmail.com
OtherBugsDependingO|163776                      |163778
              nThis|                            |




------- Additional Comments From jpmahowald at gmail.com  2005-12-21 12:28 EST -------
Missing BuildRequires: gtk2-devel

This is what shows up in the build log:

checking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was not found in the
pkg-config search path. Perhaps you should add the directory containing
`gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0'
found
configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.

In fact, you can skip BuildRequires: gtk2 and change it to gtk2-devel. rpm is
good at finding what libraries things require, but not at the -devel packages
required.

Also change curl to curl-devel.

Drop the auto tools if you're not going to run them before configure.

So in the end we have BuildRequires: gtk2-devel curl-devel desktop-file-utils

Don't own %{_datadir}/applications, filesystem owns that. You can use
%{_datadir}/applications/*


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list