rpm: include shared library and pkg-config file
This commit is contained in:
@@ -9,6 +9,7 @@ URL: http://strophe.im/libstrophe/
|
|||||||
Source0: libstrophe_git.tar.gz
|
Source0: libstrophe_git.tar.gz
|
||||||
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
Requires: expat
|
Requires: expat
|
||||||
@@ -42,11 +43,14 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libstrophe.a
|
%{_libdir}/libstrophe.so*
|
||||||
%doc
|
%doc
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/libstrophe.a
|
||||||
|
%{_libdir}/libstrophe.la
|
||||||
|
%{_libdir}/pkgconfig/libstrophe.pc
|
||||||
%{_includedir}/strophe.h
|
%{_includedir}/strophe.h
|
||||||
%doc
|
%doc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user