From 1fe93f50e69c79519ffd3b02b1857cf6070bb0f7 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Dec 10 2008 11:55:28 +0000 Subject: Update to 0.4.0. --- diff --git a/.cvsignore b/.cvsignore index 9006cbe..db54f97 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -egit-23d59c8d94ef65009dbe93a234e1a061669f58db.tar.gz -egit-00bc4f1daa437622efdf5638460e06aa50bc0aee.tar.gz +egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz diff --git a/eclipse-egit.spec b/eclipse-egit.spec index 305aa13..f6cd1da 100644 --- a/eclipse-egit.spec +++ b/eclipse-egit.spec @@ -1,15 +1,18 @@ +%define eclipse_base %{_libdir}/eclipse +%define install_loc %{_datadir}/eclipse/dropins/egit + Summary: Eclipse Git plug-in Name: eclipse-egit -Version: 0.3.1.20081022 -Release: 3%{?dist} +Version: 0.4.0 +Release: %{?dist} License: EPL and GPLv2 and LGPLv2 URL: http://repo.or.cz/w/egit.git Group: Development/Tools -# retrieved from http://repo.or.cz/w/egit.git?a=snapshot;h=00bc4f1daa437622efdf5638460e06aa50bc0aee;sf=tgz -Source0: egit-00bc4f1daa437622efdf5638460e06aa50bc0aee.tar.gz +# retrieved from http://repo.or.cz/w/egit.git?a=snapshot;h=90b818e596660b813b6fcf68f1e9e9b62c615130;sf=tgz +Source0: egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz -Requires: eclipse-platform >= 1:3.2.1 +Requires: eclipse-platform >= 1:3.4.0 Requires: git-core BuildRequires: java-devel >= 1.6.0 @@ -27,26 +30,26 @@ interacting with Git repositories. %setup -q -c %build -%{_libdir}/eclipse/buildscripts/pdebuild \ - -a "-DjavacSource=1.5 -DjavacTarget=1.5" +%{eclipse_base}/buildscripts/pdebuild -a "-DjavacSource=1.5 -DjavacTarget=1.5" %install rm -rf $RPM_BUILD_ROOT -installDir=$RPM_BUILD_ROOT/%{_datadir}/eclipse/dropins/egit -install -d -m755 $installDir +install -d -m 755 $RPM_BUILD_ROOT%{install_loc} # egit main feature -unzip -q -d $installDir/ \ - build/rpmBuild/org.spearce.egit.zip +unzip -q -d $RPM_BUILD_ROOT%{install_loc}/ build/rpmBuild/org.spearce.egit.zip %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%{_datadir}/eclipse/dropins/egit +%{install_loc} %changelog +* Wed Dec 10 2008 akurtakov 0.4.0-1 +- Update to 0.4.0. + * Wed Oct 22 2008 Alexander Kurtakov 0.3.1.20081022-3 - New git version. diff --git a/sources b/sources index cfc7ea8..2d0944e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fe17f6addebc3fef35e16f4124dbab0 egit-00bc4f1daa437622efdf5638460e06aa50bc0aee.tar.gz +0ebc8d6e08a579dbfdb14b3daf5e02dc egit-90b818e596660b813b6fcf68f1e9e9b62c615130.tar.gz