2019-03-08 15:57:43 +00:00
|
|
|
#
|
|
|
|
# spec file for package plexus-cipher
|
|
|
|
#
|
2019-03-20 16:19:38 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2019-03-08 15:57:43 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: plexus-cipher
|
|
|
|
Version: 1.7
|
|
|
|
Release: 0
|
|
|
|
Summary: Plexus Cipher: encryption/decryption Component
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: Development/Libraries/Java
|
|
|
|
URL: https://github.com/codehaus-plexus/plexus-cipher
|
|
|
|
# git clone https://github.com/sonatype/plexus-cipher.git
|
|
|
|
# cd plexus-cipher/
|
|
|
|
# note this is version 1.7 + our patches which were incorporated by upstream maintainer
|
|
|
|
# git archive --format tar --prefix=plexus-cipher-1.7/ 0cff29e6b2e | gzip -9 > plexus-cipher-1.7.tar.gz
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
Source1: %{name}-build.xml
|
2019-03-20 16:19:38 +00:00
|
|
|
BuildRequires: ant
|
2019-03-08 15:57:43 +00:00
|
|
|
BuildRequires: atinject
|
2019-03-20 16:19:38 +00:00
|
|
|
BuildRequires: cdi-api
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: javapackages-local
|
|
|
|
BuildRequires: sisu-inject
|
|
|
|
BuildRequires: xmvn-install
|
|
|
|
BuildRequires: xmvn-resolve
|
2019-03-08 15:57:43 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Plexus Cipher: encryption/decryption Component
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
2019-03-20 16:19:38 +00:00
|
|
|
Group: Development/Libraries/Java
|
2019-03-08 15:57:43 +00:00
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
API documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
cp %{SOURCE1} build.xml
|
|
|
|
|
|
|
|
# replace %{version}-SNAPSHOT with %{version}
|
|
|
|
%pom_xpath_replace pom:project/pom:version "<version>%{version}</version>"
|
|
|
|
|
|
|
|
# fedora moved from sonatype sisu to eclipse sisu. sisu-inject-bean artifact
|
|
|
|
# doesn't exist in eclipse sisu. this artifact contains nothing but
|
|
|
|
# bundled classes from atinject, cdi-api, aopalliance and maybe others.
|
|
|
|
%pom_remove_dep org.sonatype.sisu:sisu-inject-bean
|
|
|
|
%pom_add_dep javax.inject:javax.inject:1:provided
|
|
|
|
%pom_add_dep javax.enterprise:cdi-api:1.0:provided
|
|
|
|
%pom_remove_dep junit:junit
|
|
|
|
%pom_add_dep junit:junit:3.8.2:test
|
|
|
|
|
2019-03-08 16:05:36 +00:00
|
|
|
%pom_remove_parent .
|
|
|
|
|
2019-03-20 16:19:38 +00:00
|
|
|
%mvn_file : plexus/%{name}
|
|
|
|
|
2019-03-08 15:57:43 +00:00
|
|
|
%build
|
|
|
|
mkdir -p lib
|
2019-03-20 16:19:38 +00:00
|
|
|
build-jar-repository -s lib cdi-api atinject org.eclipse.sisu.inject
|
2019-03-08 15:57:43 +00:00
|
|
|
|
|
|
|
%ant compile
|
|
|
|
%ant jar javadoc
|
|
|
|
|
2019-03-20 16:19:38 +00:00
|
|
|
%mvn_artifact pom.xml target/%{name}-%{version}.jar
|
|
|
|
|
2019-03-08 15:57:43 +00:00
|
|
|
%install
|
2019-03-20 16:19:38 +00:00
|
|
|
%mvn_install
|
2019-03-08 15:57:43 +00:00
|
|
|
%fdupes -s %{buildroot}%{_javadocdir}
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
|
2019-03-20 16:19:38 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
2019-03-08 15:57:43 +00:00
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
|
|
|
|
%changelog
|