diff --git a/plexus-bsh-factory.spec b/plexus-bsh-factory.spec index 998c7f2..5de197d 100644 --- a/plexus-bsh-factory.spec +++ b/plexus-bsh-factory.spec @@ -31,7 +31,6 @@ %define _with_gcj_support 1 %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}} -%define _without_maven 1 %define with_maven %{!?_without_maven:1}%{?_without_maven:0} %define without_maven %{?_without_maven:1}%{!?_without_maven:0} @@ -40,7 +39,7 @@ Name: %{parent}-%{subname} Version: 1.0 -Release: 0.1.a7s.2jpp.1%{?dist} +Release: 0.1.a7s.2jpp.2%{?dist} Epoch: 0 Summary: Plexus Bsh component factory License: MIT-Style @@ -196,7 +195,6 @@ fi %{_javadir}/plexus %{_datadir}/maven2 %{_mavendepmapfragdir} -%config(noreplace) /etc/maven/fragments/plexus-bsh-factory %if %{gcj_support} %dir %attr(-,root,root) %{_libdir}/gcj/%{name} @@ -210,6 +208,9 @@ fi %endif %changelog +* Tue Mar 20 2007 Deepak Bhole 1.0-0.1.a7s.2jpp.2 +- Build with maven + * Fri Feb 23 2007 Tania Bento 0:1.0-0.1.a7s.2jpp.1 - Fixed %%Release. - Fixed %%BuildRoot.