From: oetiker Date: Wed, 8 Oct 2008 05:49:24 +0000 (+0000) Subject: This patch updates the spec file and includes the librrd.pc file in X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=8bb65a807f8b0738c5bb32136345b1235f715f87 This patch updates the spec file and includes the librrd.pc file in the -devel subpackage so that you can build the RPM again. -- Bernard git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1591 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/rrdtool.spec b/rrdtool.spec index 8df98fa..be6cb29 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -312,6 +312,7 @@ find examples/ -type f -exec chmod 0644 {} \; %{_includedir}/*.h %exclude %{_libdir}/*.la %{_libdir}/*.so +%{_libdir}/pkgconfig/librrd.pc %files doc %defattr(-,root,root,-) @@ -357,6 +358,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Tue Oct 07 2008 Bernard Li +- Include librrd.pc file in -devel package + * Sun Jun 08 2008 Jarod Wilson 1.3-0.20.rc9 - Update to rrdtool 1.3 rc9 - Minor spec tweaks to permit building on older EL