Fixed URL (Resolves: #880322)
Signed-off-by: Stanislav Ochotnicky <sochotnicky@redhat.com>
This commit is contained in:
parent
2e42ca9f03
commit
7e1ec7cf58
@ -1,13 +1,16 @@
|
||||
Name: plexus-cipher
|
||||
Version: 1.5
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Plexus Cipher: encryption/decryption Component
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://spice.sonatype.org
|
||||
#svn export http://svn.sonatype.org/spice/tags/plexus-cipher-1.5
|
||||
#tar zcf plexus-cipher-1.5.tar.gz plexus-cipher-1.5
|
||||
# project moved to GitHub and it looks like there is no official website anymore
|
||||
URL: https://github.com/sonatype/plexus-cipher
|
||||
# git clone https://github.com/sonatype/plexus-cipher.git
|
||||
# cd plexus-cipher/
|
||||
# there is no tag 1.5 in git repository
|
||||
# git archive --format tar 6df2b65 | gzip -9 > plexus-cipher-1.5.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: http://apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
@ -88,6 +91,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/plexus/%{name}/
|
||||
%{_javadocdir}/plexus/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jan 02 2013 Michal Srb <msrb@redhat.com> - 1.5-12
|
||||
- Fixed URL (Resolves: #880322)
|
||||
|
||||
* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5-11
|
||||
- Improve randomness of PBECipher
|
||||
- Resolves: rhbz#880279
|
||||
|
Loading…
Reference in New Issue
Block a user