[packages/rubymine] do not strip fsnotifier
glen
glen at pld-linux.org
Sat Feb 15 23:07:14 CET 2014
commit a8ceb31bb52ed12f452f27c6db92fd819ccfae95
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Feb 16 00:00:41 2014 +0200
do not strip fsnotifier
rubymine.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/rubymine.spec b/rubymine.spec
index 842a78b..e5d94b6 100644
--- a/rubymine.spec
+++ b/rubymine.spec
@@ -2,7 +2,7 @@
Summary: The Most Intelligent Ruby and Rails IDE
Name: rubymine
Version: 6.0.3
-Release: 0.4
+Release: 0.5
# TODO: figure out what's the licensing and redistribution
License: ?
Group: Development/Tools
@@ -23,6 +23,11 @@ Suggests: git-core
Suggests: subversion
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# don't strip fsnotifier, it's size is checked for "outdated binary"
+# https://bugs.archlinux.org/task/34703
+# http://git.jetbrains.org/?p=idea/community.git;a=blob;f=platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/FileWatcher.java;h=004311b96a35df1ffc2c87baba78a8b2a8809f7d;hb=376b939fd6d6ec4c12191a5f90503d9d62c501da#l173
+%define _noautostrip .*/fsnotifier.*
+
# use /usr/lib, 64bit files do not conflict with 32bit files (64 suffix)
# this allows to install both arch files and to use 32bit jdk on 64bit os
%define _appdir %{_prefix}/lib/%{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rubymine.git/commitdiff/e949b6eee1630c3cd5154d8f9386936038228717
More information about the pld-cvs-commit
mailing list