diff --git a/stream-lib.spec b/stream-lib.spec index 19e96b4..01934e3 100644 --- a/stream-lib.spec +++ b/stream-lib.spec @@ -1,8 +1,8 @@ Name: stream-lib Version: 2.6.0 -Release: 11 +Release: 12 Summary: Library for summarizing data in streams -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/addthis/stream-lib/ Source0: https://github.com/addthis/stream-lib/archive/214c92595d5be3a1cedc881b50231ccb34862074/stream-lib-214c92595d5be3a1cedc881b50231ccb34862074.tar.gz BuildArch: noarch @@ -40,5 +40,8 @@ Help document forstream-lib. %doc README.mdown %changelog +* Fri Jul 29 2022 liukuo - 2.6.0-12 +- License compliance rectification + * Sat Dec 21 2019 shijian - 2.6.0-11 - Package init diff --git a/stream-lib.yaml b/stream-lib.yaml new file mode 100644 index 0000000..3b612a6 --- /dev/null +++ b/stream-lib.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: addthis/stream-lib +tag_prefix: "^v" +separator: "."