[signpost-core] Rename commons-codec requirement to apache-commons-codec

Cédric OLIVIER cquad at fedoraproject.org
Sat Oct 25 10:14:06 UTC 2014


commit 8b54bc875c63d0f1d67c660b3f27c4421d94b25e
Author: Cédric OLIVIER <cedric.olivier at free.fr>
Date:   Sat Oct 25 12:11:56 2014 +0200

    Rename commons-codec requirement to apache-commons-codec

 signpost-core.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/signpost-core.spec b/signpost-core.spec
index ab30d00..63abfea 100644
--- a/signpost-core.spec
+++ b/signpost-core.spec
@@ -1,6 +1,6 @@
 Name:		signpost-core
 Version:	1.2.1.2
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	A simple, light-weight, and modular OAuth client library for the Java platform
 
 Group:		Development/Libraries
@@ -18,10 +18,10 @@ BuildArch:	noarch
 BuildRequires:	jpackage-utils
 BuildRequires:	java-devel >= 1:1.5.0
 BuildRequires:	ant
-BuildRequires:	commons-codec
+BuildRequires:	apache-commons-codec
 Requires:	jpackage-utils
 Requires:	java-headless >= 1:1.5.0
-Requires:	commons-codec
+Requires:	apache-commons-codec
 
 %description
 Signpost is the easy and intuitive solution for signing HTTP messages on the 
@@ -48,7 +48,7 @@ find -name '*.class' -exec rm -f '{}' \;
 
 # Add depencies 
 mkdir lib
-build-jar-repository -s -p lib commons-codec
+build-jar-repository -s -p lib apache-commons-codec
 
 
 %build
@@ -82,6 +82,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 25 2014 Cédric OLIVIER <cedric.olivier at free.fr> - 1.2.1.2-7
+- Rename commons-codec requirement to apache-commons-codec
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list