Description of problem: tre-devel package does not contain static libraries Version-Release number of selected component (if applicable): tre-0.7.4 How reproducible: Run "rpm -ql tre-devel" on any default installed tre-devel RPM. Steps to Reproduce: 1. Install tre-devel RPM with "yum install tre-devel". 2. Check contents with "rpm -ql tre-devel" 3. Actual results: Expected results: There should be a libtre.a file included. Additional info: This is easily fixed by adding the "--enable-static" option to the %configure in the .spec file, and adding %{_libdir}/libtre.a to the list of files for the -devel package. I've contacted the software author, but he's in no rush to publish a new .spec file update.
*** This bug has been marked as a duplicate of 213859 ***