OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e4076762fea8120bb068f6d83a8064ed953d0a07
Authored by
Jay Berkenbilt
2012-08-11 13:37:12 -0400
1 parent
3c411018
Add pkgconfig to devel package in RPM spec
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
qpdf.spec
qpdf.spec
View file @
e407676
...
...
@@ -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)
...
...