Name: pkgconfig Version: 0.25 Release: 1mamba Summary: Pkgconfig helps make building packages easier Group: Development/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://pkgconfig.freedesktop.org/wiki/ # bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname} Source: http://pkgconfig.freedesktop.org/releases/pkg-config-%{version}.tar.gz Patch0: pkg-config-0.22-parse_conflicts.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Pkgconfig is a program which helps you gather information to make life easier when you are compiling a program for those programs which support it. In fact, it's required to build certain packages. %prep %setup -q -n pkg-config-%{version} %patch0 -p1 %build %configure \ --with-installed-glib %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/pkg-config %{_datadir}/aclocal/pkg.m4 %{_docdir}/pkg-config/pkg-config-guide.html %{_mandir}/man1/pkg-config.* %doc AUTHORS ChangeLog COPYING NEWS README %changelog * Tue Jun 22 2010 Automatic Build System 0.25-1mamba - automatic update by autodist * Mon Nov 10 2008 gil 0.23-1mamba - update to 0.23 * Fri Oct 19 2007 Silvan Calarco 0.22-3mamba - added parse_conflicts patch to fix a segmentation fault con Conflicts: fields * Fri Oct 19 2007 Silvan Calarco 0.22-2mamba - build against installed glib * Wed Sep 26 2007 Silvan Calarco 0.22-1mamba - update to 0.22 * Wed Jan 03 2007 Davide Madrisan 0.21-1qilnx - update to version 0.21 by autospec * Tue Jun 06 2006 Silvan Calarco 0.20-1qilnx - update to version 0.20 by autospec * Mon Aug 29 2005 Davide Madrisan 0.19-1qilnx - update to version 0.19 by autospec * Fri Oct 01 2004 Silvan Calarco 0.15.0-3qilnx - fixed a SRPM/RPM version mismatch error dicovered by distromatic * Thu Apr 17 2003 Mirko Cortillaro - added vendor, packager and url * Wed Apr 16 2003 Mirko Cortillaro - write a spec file for pkgconfig