Fixed URL (Resolves: #880322)

Signed-off-by: Stanislav Ochotnicky <sochotnicky@redhat.com>
This commit is contained in:
Michal Srb 2013-01-02 16:36:59 +01:00 committed by Stanislav Ochotnicky
parent 2e42ca9f03
commit 7e1ec7cf58

View File

@ -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