Skip to content

Commit

Permalink
add scitokens-* binaries to the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDaveD committed Sep 15, 2021
1 parent 2a2b4ef commit f877032
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ enable_testing()
add_subdirectory(test)
endif()

get_directory_property(TARGETS BUILDSYSTEM_TARGETS)
install(
TARGETS SciTokens
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} )
TARGETS ${TARGETS} )

install(
FILES src/scitokens.h
Expand Down
1 change: 1 addition & 0 deletions debian/libscitokens0.install
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
debian/tmp/usr/lib/*/libSciTokens.so.*
debian/tmp/usr/bin/scitokens-*
3 changes: 3 additions & 0 deletions rpm/scitokens-cpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Requires: %{name}%{?_isa} = %{version}

%files
%{_libdir}/libSciTokens.so.0*
%{_bindir}/scitokens-*
%license LICENSE
%doc README.md

Expand All @@ -65,6 +66,8 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
#- Add scitokens-* binaries to the package

* Fri Sep 03 2021 Dave Dykstra <dwd@fnal.gov> - 0.6.3-1
- Add support for building Debian packages on the OpenSUSE Build System
- Add patch to jwt-cpp to update its picojson dependency in order to
Expand Down

0 comments on commit f877032

Please sign in to comment.