Drop custom buildId, to keep it lexographically greater than upstream's

This commit is contained in:
Mat Booth 2014-08-18 10:12:23 +01:00
parent e4bad79d79
commit 7199e64ade
1 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: %{?scl_prefix}eclipse
Version: %{eclipse_version}
Release: 11%{?dist}
Release: 12%{?dist}
License: EPL
Group: Development/Tools
URL: http://www.eclipse.org/
@ -497,8 +497,8 @@ xmvn -o clean verify \
%endif
-Declipse.javadoc=/usr/bin/javadoc \
-Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} \
-Dtycho.local.keepTarget -DbuildId=`echo "%{release}" | tr -d "."` \
-Dtargets=install -Ddirector.running.env.only=true
-Dtycho.local.keepTarget -Ddirector.running.env.only=true \
-Dtargets=install
#ant again
dependencies/fake_ant_dependency.sh \
@ -1013,6 +1013,9 @@ fi
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
%changelog
* Mon Aug 18 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-12
- Drop custom buildId, to keep it lexographically greater than upstream's
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild