fix Spec file by adding / removing new files to the package
This commit is contained in:
parent
debb7aa043
commit
7f6db4fe8d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(755,root,root)
|
%attr(755,root,root)
|
||||||
/usr/bin/libwebsockets-test-server
|
/usr/bin/libwebsockets-test-server
|
||||||
/usr/bin/libwebsockets-test-server-extpoll
|
/usr/bin/libwebsockets-test-server-extpoll
|
||||||
/usr/bin/libwebsockets-test-server-pthreads
|
|
||||||
/usr/bin/libwebsockets-test-client
|
/usr/bin/libwebsockets-test-client
|
||||||
/usr/bin/libwebsockets-test-ping
|
/usr/bin/libwebsockets-test-ping
|
||||||
/usr/bin/libwebsockets-test-echo
|
/usr/bin/libwebsockets-test-echo
|
||||||
|
@ -70,6 +69,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(755,root,root)
|
%attr(755,root,root)
|
||||||
/%{_libdir}/libwebsockets.a
|
/%{_libdir}/libwebsockets.a
|
||||||
/%{_libdir}/pkgconfig/libwebsockets.pc
|
/%{_libdir}/pkgconfig/libwebsockets.pc
|
||||||
|
/%{_libdir}/pkgconfig/libwebsockets_static.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 28 2017 Andy Green <andy@warmcat.com> 2.3.0-1
|
* Fri Jul 28 2017 Andy Green <andy@warmcat.com> 2.3.0-1
|
||||||
|
|
Loading…
Add table
Reference in a new issue