[Kde-perl] MDK 9.1 libsmokeqt SRPM

Jaco Greeff jaco at puxedo.org
Wed May 14 12:44:27 CEST 2003


Hi,

I'm building the source RPM for libsmokeqt. It is missing a 
BuildRequire, in that MakeMaker is looking for 
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h which is 
provided by the "perl-devel" package.

The attached spec contains the change.

Greetings,
Jaco
-------------- next part --------------
Summary: 	Generic binding library for Qt 3.
Name: 		libsmokeqt
Version: 	1.2
Release: 	2mdk
Group: 		Development/KDE and Qt
License: 	GPL
URL: 		http://perlqt.sourceforge.net/
Source:		%{name}-%{version}.tar.gz
Provides: 	libsmokeqt
Packager:       Germain Garand<germain at ebooksfrance.org>
BuildRoot: 	%_tmppath/%name-%version-%release-root
BuildRequires:  libqt3-devel 
BuildRequires:	perl
BuildRequires:  perl-devel
BuildRequires:	libMesaGLU1-devel
BUildRequires:  kdelibs-devel
Requires: libqt3 >= 3.0.2

%description
Generic bindings providing access to Trolltech's Qt Toolkit
from scripting-like languages.

%prep

%setup -q

%build

if [ -f configure.in ]; then mv -f configure.in configure.in.rpm; fi
%configure --enable-smoke DO_NOT_COMPILE="puic PerlQt"
if [ -f configure.in.rpm ]; then mv -f configure.in.rpm configure.in; fi

make

%install
%makeinstall PREFIX=%{?buildroot:%{buildroot}}%{_prefix} INSTALLDIRS=vendor

%post
echo Shut up, rpmlint!  Just shut up! >/dev/null
/sbin/ldconfig

%postun
echo Shut up, rpmlint!  Just shut up! >/dev/null
/sbin/ldconfig

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,-)
%_libdir/
%_includedir/

%changelog
* Wed May 14 2003 Jaco Greeff <jaco at puxedo.org> 1.2-2mdk
- Added missing perl-devel BuildRequire to satisfy the MakeMaker script looking for
  /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h
  
* Sun Apr 7 2003 Germain Garand <germain at ebooksfrance.org> 1.2-1mdk
  - Splitted PerlQt/Smoke in two packages. Initial version of libsmokeqt.



More information about the Kde-perl mailing list