[truezip] Fix for pom variable not expanding in dependency

Gerard Ryan galileo at fedoraproject.org
Wed Oct 16 18:23:50 UTC 2013


commit 38a441edbc680daa8868a07a5dfc7b7157c33f8c
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Wed Oct 16 19:17:38 2013 +0100

    Fix for pom variable not expanding in dependency

 truezip.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/truezip.spec b/truezip.spec
index 7a9b521..6ea5dbc 100644
--- a/truezip.spec
+++ b/truezip.spec
@@ -1,6 +1,6 @@
 Name:		truezip
 Version:	7.7.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Java based VFS for treating archive files as virtual directories
 
 Group:		Development/Libraries
@@ -239,6 +239,10 @@ find -type f -name *.class -delete
 # Add jsr-305 as dependency for javax.annotation.concurrent
 %pom_add_dep org.jsr-305:ri
 
+# ${project.groupId} doesn't seem to get expanded properly here
+%pom_remove_dep :%{name}-kernel %{name}-extension
+%pom_add_dep de.schlichtherle.%{name}:%{name}-kernel %{name}-extension
+
 %pom_disable_module %{name}-archetype
 
 
@@ -267,6 +271,9 @@ find -type f -name *.class -delete
 %files swing -f .mfiles-%{name}-swing
 
 %changelog
+* Wed Oct 16 2013 Gerard Ryan <galileo at fedoraproject.org> - 7.7.4-2
+- Fix for pom variable not expanding in dependency
+
 * Mon Oct 14 2013 Gerard Ryan <galileo at fedoraproject.org> - 7.7.4-1
 - Update to version 7.7.4
 


More information about the scm-commits mailing list