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
|
Name: plexus-cipher
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Plexus Cipher: encryption/decryption Component
|
Summary: Plexus Cipher: encryption/decryption Component
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://spice.sonatype.org
|
# project moved to GitHub and it looks like there is no official website anymore
|
||||||
#svn export http://svn.sonatype.org/spice/tags/plexus-cipher-1.5
|
URL: https://github.com/sonatype/plexus-cipher
|
||||||
#tar zcf plexus-cipher-1.5.tar.gz plexus-cipher-1.5
|
# 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
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: http://apache.org/licenses/LICENSE-2.0.txt
|
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}
|
%{_javadocdir}/plexus/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5-11
|
||||||
- Improve randomness of PBECipher
|
- Improve randomness of PBECipher
|
||||||
- Resolves: rhbz#880279
|
- Resolves: rhbz#880279
|
||||||
|
Loading…
Reference in New Issue
Block a user