[plexus-cipher] Fixed URL (Resolves: #880322)

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Jan 29 11:30:12 UTC 2013


commit 7e1ec7cf58eda546efa3bb1c4f3f6e93ec1e7eea
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Jan 2 16:36:59 2013 +0100

    Fixed URL (Resolves: #880322)
    
    Signed-off-by: Stanislav Ochotnicky <sochotnicky at redhat.com>

 plexus-cipher.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/plexus-cipher.spec b/plexus-cipher.spec
index 985de38..1bf1427 100644
--- a/plexus-cipher.spec
+++ b/plexus-cipher.spec
@@ -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 at redhat.com> - 1.5-12
+- Fixed URL (Resolves: #880322)
+
 * Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.5-11
 - Improve randomness of PBECipher
 - Resolves: rhbz#880279


More information about the scm-commits mailing list