Summary: LBX Utilities Library Name: liblbxutil Version: 1.0.1 Release: 1.n0i.1 License: MIT Group: System Environment/Libraries URL: http://xorg.freedesktop.org Source0: http://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++ libXdmcp-devel libstdc++-devel pkgconfig xorg-x11-proto-devel BuildRequires: xorg-x11-util-macros zlib-devel %description LBX Utilities Library %package devel Summary: LBX Utilities Library development package Group: Development/Libraries Requires: xorg-x11-proto-devel Requires: %{name} = %{version}-%{release} Requires: libXdmcp-devel Requires: zlib-devel %description devel %{name}-devel contains the libraries and header files needed to develop programs which make use of %{name}. %prep %setup -q %{__perl} -pi -e 's{^(PKG_CHECK_MODULES[^)]+)}{$1 xdmcp}' configure.ac %build [ -f configure ] || autoreconf -fisv %configure --disable-static %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{makeinstall} %clean %{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %{_libdir}/*.so.* %files devel %{_libdir}/*.so %exclude %{_libdir}/*.la %{_libdir}/pkgconfig/*.pc %changelog * Sat Jun 02 2007 Marius FERARU - 1.0.1-1.n0i.1 - initial reb00t