[jdependency] Start fixing the build, not there yet though

Pierre-YvesChibon pingou at fedoraproject.org
Tue Dec 13 21:43:45 UTC 2011


commit 8349e9aeba0781ecca57dcfb9c88028f2d029ad7
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Tue Dec 13 22:43:40 2011 +0100

    Start fixing the build, not there yet though

 jdependency.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jdependency.spec b/jdependency.spec
index ebb8b44..d191bdf 100644
--- a/jdependency.spec
+++ b/jdependency.spec
@@ -61,7 +61,7 @@ rm -rf %{buildroot}
 
 # Jar
 mkdir -p %{buildroot}%{_javadir}
-install -Dpm 644  target/%{name}.jar  \
+install -Dpm 644  target/%{name}-%{version}.jar  \
     %{buildroot}%{_javadir}/%{name}.jar
 
 


More information about the scm-commits mailing list