[eclipse-m2e-egit] Install with XMvn

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Sep 11 10:34:23 UTC 2014


commit 41d99db015e0f4d9ebe1a535137ea9276d873af1
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Sep 10 07:15:31 2014 +0200

    Install with XMvn

 eclipse-m2e-egit.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/eclipse-m2e-egit.spec b/eclipse-m2e-egit.spec
index 7a176fc..1bf22b4 100644
--- a/eclipse-m2e-egit.spec
+++ b/eclipse-m2e-egit.spec
@@ -3,7 +3,7 @@
 
 Name:           eclipse-m2e-egit
 Version:        0.14.0
-Release:        0.2.git%{shortcommit}%{?dist}
+Release:        0.3.git%{shortcommit}%{?dist}
 Summary:        M2E SCM Handler for EGit
 License:        EPL
 URL:            https://github.com/tesla/m2eclipse-egit/
@@ -41,17 +41,18 @@ find -name *.jar -delete
 sed -i s/org.slf4j.api/slf4j.api/ $(find -name *.MF)
 
 %build
-%mvn_build -i -j
+%mvn_build -j
 
 %install
-install -d -m 755 %{buildroot}%{_datadir}/eclipse/dropins/%{name}
-cp -a eclipse %{buildroot}%{_datadir}/eclipse/dropins/%{name}/
+%mvn_install
 
-%files
+%files -f .mfiles
 %doc org.sonatype.m2e.egit.feature/license.html
-%{_datadir}/eclipse/dropins/%{name}
 
 %changelog
+* Wed Sep 10 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.14.0-0.3.git571dc0a
+- Install with XMvn
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.0-0.2.git571dc0a
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list