From e3da9a01c2ffa2bfa3ee550e7520fa98c2cacc7d Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Feb 09 2012 15:23:50 +0000 Subject: Temporary fix for maven buildroots --- diff --git a/google-guice.spec b/google-guice.spec index 0e2229e..9434d63 100644 --- a/google-guice.spec +++ b/google-guice.spec @@ -2,7 +2,7 @@ Name: google-%{short_name} Version: 3.0 -Release: 0.5.rc2%{?dist} +Release: 0.6.rc2%{?dist} Summary: Lightweight dependency injection framework @@ -40,6 +40,9 @@ Requires: cglib Requires: atinject Requires: java >= 1:1.6.0 +# extreme hack to fix maven buildroots +Provides: netbeans-cvsclient = 7.0.0-1 + %description Put simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will @@ -162,6 +165,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %changelog +* Thu Feb 9 2012 Stanislav Ochotnicky - 3.0-0.6.rc2 +- Temporary fix for maven buildroots + * Fri Jan 13 2012 Fedora Release Engineering - 3.0-0.5.rc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild