Summary: A tool for determining compilation options.
Name: pkgconfig
Version: 0.12.0
Release: 3
Epoch: 1
License: GPL
Group: Development/Tools
Source: http://www.freedesktop.org/software/pkgconfig/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
%description
The pkgconfig tool determines compilation options. For each required
library, it reads the configuration file and outputs the necessary
compiler and linker flags.
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig
strip $RPM_BUILD_ROOT%{_prefix}/bin/*
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_mandir}/*/*
%{_bindir}/*
%{_libdir}/pkgconfig
%{_datadir}/aclocal/*
%changelog
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Mar 7 2002 Havoc Pennington <hp@redhat.com>
- 0.12.0
* Thu Feb 7 2002 Havoc Pennington <hp@redhat.com>
- 0.11.0
* Sun Feb 3 2002 Havoc Pennington <hp@redhat.com>
- backbuild in gnomehide
* Sun Feb 3 2002 Havoc Pennington <hp@redhat.com>
- 0.10.0
* Sun Feb 3 2002 Havoc Pennington <hp@redhat.com>
- 0.9.0
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jun 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- call libtoolize to make porting to new archs easier
* Thu Jun 07 2001 Havoc Pennington <hp@redhat.com>
- put pkg.m4 in file list
* Wed Jun 06 2001 Havoc Pennington <hp@redhat.com>
- Upgrade to 0.7
- add man page
* Wed Jan 03 2001 Havoc Pennington <hp@redhat.com>
- Upgrade to 0.5
* Thu Dec 14 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils
* Wed Oct 04 2000 Owen Taylor <otaylor@redhat.com>
- Initial package