rpms/libvisual-plugins/devel libvisual-plugins.spec,1.4,1.5

Michael A. Peters mpeters at mac.com
Sun Nov 20 11:10:11 UTC 2005


On Sun, 2005-11-20 at 05:50 -0500, Michael A. Peters wrote:
> Author: mpeters
> 
> Update of /cvs/extras/rpms/libvisual-plugins/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8846
> 
> Modified Files:
> 	libvisual-plugins.spec 
> Log Message:
> Spec file now builds in mock (devel), builds all plugins.
> Added OpenGL to build
> Cleaned up spec file tabs that should have been spaces

I've got this building in rawhide now.
I'd like to bump release to 2 and tag and build so it can be tested, but
one of the changes required may not meet packaging guidelines.

In devel, the configure script does not pick up the x11
headers/libraries. So I am specifying them to configure via:

%configure \
--x-includes=/usr/X11R6/include/ \
--x-libraries=/usr/X11R6/lib/ \

-=-
That's full hard coded path.

There are symlinks to those directories in /usr/include and /usr/lib -
would it be better to specify

--x-includes=%_includedir/ \
--x-libaries=%_libdir/ \

??

I'm not sure why configure isn't finding them automagically.
>From looking at the configure script, it seems like it should - but it
doesn't find them unless specified, and when specified - configures
perfectly.

Anyway - before I make tag and make plague, I'd like to know what the
best way to specify them is - since currently I'm doing it hard coded
full path instead of using macros.

The spec file is in devel branch of libvisual-plugins
release tag is 1.9 (I'll bump it to 2 before I build for devel)




More information about the fedora-extras-list mailing list