diff --git a/stream-lib-214c92595d5be3a1cedc881b50231ccb34862074.tar.gz b/stream-lib-214c92595d5be3a1cedc881b50231ccb34862074.tar.gz new file mode 100644 index 0000000..9c543ef Binary files /dev/null and b/stream-lib-214c92595d5be3a1cedc881b50231ccb34862074.tar.gz differ diff --git a/stream-lib.spec b/stream-lib.spec new file mode 100644 index 0000000..19e96b4 --- /dev/null +++ b/stream-lib.spec @@ -0,0 +1,44 @@ +Name: stream-lib +Version: 2.6.0 +Release: 11 +Summary: Library for summarizing data in streams +License: ASL 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 +BuildRequires: maven-local mvn(it.unimi.dsi:fastutil) mvn(org.sonatype.oss:oss-parent:pom:) + +%description +Stream-lib is a collection of algorithms that process a large amount of data in stream processing +applications.These algorithms can trade accuracy with huge saves of time-space. + +%package help +Summary: Help document for stream-lib +Provides: %{name}-javadoc = %{version}-%{release} +Obsoletes: %{name}-javadoc < %{version}-%{release} + +%description help +Help document forstream-lib. + +%prep +%autosetup -n stream-lib-214c92595d5be3a1cedc881b50231ccb34862074 -p1 + +%pom_remove_plugin org.apache.maven.plugins:maven-shade-plugin pom.xml +%pom_remove_plugin :maven-source-plugin +%pom_remove_plugin :maven-javadoc-plugin + +%build +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE.txt + +%files help -f .mfiles-javadoc +%doc README.mdown + +%changelog +* Sat Dec 21 2019 shijian - 2.6.0-11 +- Package init