New upstream release
This commit is contained in:
parent
c2a7caf998
commit
cd084c5ffb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/jose-3.tar.bz2
|
/jose-3.tar.bz2
|
||||||
|
/jose-4.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: jose
|
Name: jose
|
||||||
Version: 3
|
Version: 4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools for JSON Object Signing and Encryption (JOSE)
|
Summary: Tools for JSON Object Signing and Encryption (JOSE)
|
||||||
|
|
||||||
@ -95,10 +95,13 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%dir %{_includedir}/%{name}
|
%dir %{_includedir}/%{name}
|
||||||
|
%{_includedir}/%{name}/buf.h
|
||||||
%{_includedir}/%{name}/b64.h
|
%{_includedir}/%{name}/b64.h
|
||||||
%{_includedir}/%{name}/jwk.h
|
%{_includedir}/%{name}/jwk.h
|
||||||
%{_includedir}/%{name}/jws.h
|
%{_includedir}/%{name}/jws.h
|
||||||
%{_includedir}/%{name}/jwe.h
|
%{_includedir}/%{name}/jwe.h
|
||||||
|
%{_includedir}/%{name}/jose.h
|
||||||
|
%{_includedir}/%{name}/hooks.h
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
@ -118,5 +121,8 @@ make %{?_smp_mflags} check
|
|||||||
%{_libdir}/pkgconfig/%{name}-zlib.pc
|
%{_libdir}/pkgconfig/%{name}-zlib.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 23 2016 Nathaniel McCallum <npmccallum@redhat.com> - 4-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Sep 21 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3-1
|
* Wed Sep 21 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user