45 lines
1.3 KiB
RPMSpec
45 lines
1.3 KiB
RPMSpec
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 <shijian16@huawei.com> - 2.6.0-11
|
|
- Package init
|