Cleanup package
This commit is contained in:
parent
790297f57e
commit
6bb7d97b28
@ -1,42 +1,24 @@
|
|||||||
Name: plexus-cipher
|
Name: plexus-cipher
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Plexus Cipher: encryption/decryption Component
|
Summary: Plexus Cipher: encryption/decryption Component
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
# project moved to GitHub and it looks like there is no official website anymore
|
# project moved to GitHub and it looks like there is no official website anymore
|
||||||
URL: https://github.com/codehaus-plexus/plexus-cipher
|
URL: https://github.com/codehaus-plexus/plexus-cipher
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
# git clone https://github.com/sonatype/plexus-cipher.git
|
# git clone https://github.com/sonatype/plexus-cipher.git
|
||||||
# cd plexus-cipher/
|
# cd plexus-cipher/
|
||||||
# note this is version 1.7 + our patches which were incorporated by upstream maintainer
|
# 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
|
# git archive --format tar --prefix=plexus-cipher-1.7/ 0cff29e6b2e | gzip -9 > plexus-cipher-1.7.tar.gz
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-plugin-plugin
|
BuildRequires: mvn(javax.enterprise:cdi-api)
|
||||||
BuildRequires: maven-compiler-plugin
|
BuildRequires: mvn(javax.inject:javax.inject)
|
||||||
BuildRequires: maven-install-plugin
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: maven-jar-plugin
|
BuildRequires: mvn(org.sonatype.plugins:sisu-maven-plugin)
|
||||||
BuildRequires: maven-javadoc-plugin
|
BuildRequires: mvn(org.sonatype.spice:spice-parent:pom:)
|
||||||
BuildRequires: maven-resources-plugin
|
|
||||||
BuildRequires: maven-surefire-plugin
|
|
||||||
BuildRequires: maven-surefire-provider-junit
|
|
||||||
BuildRequires: maven-doxia-sitetools
|
|
||||||
BuildRequires: forge-parent
|
|
||||||
BuildRequires: spice-parent
|
|
||||||
BuildRequires: plexus-containers-component-metadata
|
|
||||||
BuildRequires: junit
|
|
||||||
BuildRequires: maven-shared-reporting-impl
|
|
||||||
BuildRequires: plexus-digest
|
|
||||||
BuildRequires: sisu-mojos
|
|
||||||
# needed instead of sisu-inject-bean
|
|
||||||
BuildRequires: atinject
|
|
||||||
BuildRequires: cdi-api1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plexus Cipher: encryption/decryption Component
|
Plexus Cipher: encryption/decryption Component
|
||||||
@ -47,7 +29,6 @@ Summary: Javadoc for %{name}
|
|||||||
%description javadoc
|
%description javadoc
|
||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -76,6 +57,9 @@ API documentation for %{name}.
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-9
|
||||||
|
- Cleanup package
|
||||||
|
|
||||||
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-8
|
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-8
|
||||||
- Update upstream URL
|
- Update upstream URL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user