Commit e4076762fea8120bb068f6d83a8064ed953d0a07

Authored by Jay Berkenbilt
1 parent 3c411018

Add pkgconfig to devel package in RPM spec

Showing 1 changed file with 1 additions and 0 deletions
qpdf.spec
... ... @@ -80,6 +80,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libqpdf.la
80 80 %doc install-examples/examples
81 81 %{_includedir}/*
82 82 %{_libdir}/libqpdf*.so
  83 +%{_libdir}/pkgconfig
83 84  
84 85 %files static
85 86 %defattr(-,root,root)
... ...