Author: glen Date: Thu Mar 10 19:10:55 2011 GMT Module: packages Tag: HEAD ---- Log message: - add bin wrapper symlink - keep license in original format
---- Files affected: packages/phpstorm: phpstorm.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/phpstorm/phpstorm.spec diff -u packages/phpstorm/phpstorm.spec:1.1 packages/phpstorm/phpstorm.spec:1.2 --- packages/phpstorm/phpstorm.spec:1.1 Thu Mar 10 19:37:52 2011 +++ packages/phpstorm/phpstorm.spec Thu Mar 10 20:10:50 2011 @@ -2,7 +2,7 @@ Summary: Lightweight and Smart PHP IDE Name: phpstorm Version: 2.0 -Release: 0.1 +Release: 0.2 License: ? Group: Development/Tools Source0: http://download.jetbrains.com/webide/PhpStorm-%{version}.tar.gz @@ -43,24 +43,26 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir},%{_pixmapsdir},%{_desktopdir}} -cp -a bin help lib plugins $RPM_BUILD_ROOT%{_appdir} +cp -a bin help lib license plugins $RPM_BUILD_ROOT%{_appdir} cp -p webide.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png +ln -s %{_appdir}/bin/PhpStorm.sh $RPM_BUILD_ROOT%{_bindir}/phpstorm %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc license/* +%attr(755,root,root) %{_bindir}/%{name} %dir %{_appdir} %{_appdir}/help %{_appdir}/lib +%{_appdir}/license %{_appdir}/plugins %dir %{_appdir}/bin -%{_appdir}/bin/PhpStorm.sh %{_appdir}/bin/PhpStorm.vmoptions %{_appdir}/bin/idea.properties %{_appdir}/bin/log.xml +%attr(755,root,root) %{_appdir}/bin/PhpStorm.sh %attr(755,root,root) %{_appdir}/bin/fsnotifier %attr(755,root,root) %{_appdir}/bin/libbreakgen.so %attr(755,root,root) %{_appdir}/bin/libyjpagent.so @@ -72,5 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/03/10 19:10:50 glen +- add bin wrapper symlink +- keep license in original format + Revision 1.1 2011/03/10 18:37:52 glen - initial .spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phpstorm/phpstorm.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
