ldaptive/ldaptive.spec
2020-09-01 10:18:11 +08:00

87 lines
2.8 KiB
RPMSpec

Name: ldaptive
Version: 1.1.0
Release: 1
Summary: LDAP library for Java
License: ASL 2.0 or LGPLv3
URL: http://www.ldaptive.org/
Source0: https://github.com/vt-middleware/ldaptive/archive/v%{version}/ldaptive-%{version}.tar.gz
#patch0 https://github.com/vt-middleware/ldaptive/commit/44a0d8222f27eef7b848316ef136dc539f53c51f.patch
Patch0: 44a0d8222f27eef7b848316ef136dc539f53c51f.patch
BuildRequires: maven-local mvn(com.googlecode.json-simple:json-simple)
BuildRequires: mvn(com.sun.codemodel:codemodel) mvn(commons-cli:commons-cli)
BuildRequires: mvn(javax.servlet:javax.servlet-api) mvn(net.sf.ehcache:ehcache-core)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin) mvn(org.slf4j:slf4j-api)
BuildRequires: mvn(org.springframework:spring-beans) mvn(org.springframework:spring-context)
BuildRequires: mvn(org.springframework:spring-core) mvn(org.springframework:spring-expression)
BuildRequires: mvn(org.testng:testng)
BuildArch: noarch
%description
Ldaptive is a simple, extensible Java API for interacting with LDAP servers.
It was designed to provide easy LDAP integration for application developers.
%package beans
Summary: Ldaptive Beans
%description beans
Mapping, persistence, and code generation API for reading and
writing POJOs to an LDAP directory.
%package javadoc
Summary: Javadoc for ldaptive
%description javadoc
This package contains javadoc for ldaptive.
%package json
Summary: Ldaptive Json
%description json
Provides JSON reader and writer.
%package parent
Summary: Ldaptive Parent POM
%description parent
Ldaptive Parent POM.
%package templates
Summary: Ldaptive Templates
%description templates
Templating functionality for aggregating LDAP searches.
%prep
%setup -q -n ldaptive-%{version}
find . -name "*.class" -print -delete
find . -name "*.jar" -print -delete
%patch0 -p1
rm -f core/src/main/java/org/ldaptive/io/Base64.java
%pom_remove_plugin -r :maven-javadoc-plugin
%pom_remove_plugin -r :maven-source-plugin
%pom_disable_module webapp
cp -p distribution/LICENSE* .
cp -p distribution/NOTICE .
%pom_change_dep -r :ehcache :ehcache-core
%build
%mvn_build -sf
%install
%mvn_install
%files -f .mfiles-ldaptive
%doc README.md
%license LICENSE* NOTICE
%files beans -f .mfiles-ldaptive-beans
%files javadoc -f .mfiles-javadoc
%license LICENSE* NOTICE
%files json -f .mfiles-ldaptive-json
%files parent -f .mfiles-ldaptive-parent
%license LICENSE* NOTICE
%files templates -f .mfiles-ldaptive-templates
%changelog
* Tue Aug 25 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.1.0-1
- Package init