Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
601c51c36c
!10 和22.03分支同步版本号
From: @dou33 
Reviewed-by: @pei-jiankang 
Signed-off-by: @pei-jiankang
2022-02-23 08:39:33 +00:00
dou33
6ca00ac509 fix compile issue 2022-02-23 15:05:21 +08:00
openeuler-ci-bot
5c18253f52
!7 update to version 2021.2.2
From: @dou33 
Reviewed-by: @tanyulong2021 
Signed-off-by: @tanyulong2021
2022-02-10 08:28:58 +00:00
dou33
335f91a24c
fix compile issue 2022-02-10 06:59:27 +00:00
openeuler-ci-bot
a0fa7789c6 !4 update to version 2021.2.2
From: @dou33
Reviewed-by: @tanyulong2021
Signed-off-by: @tanyulong2021
2021-09-26 10:24:35 +00:00
openeuler-ci-bot
db31317c98 !5 update to version 2021.2.2
From: @dou33
Reviewed-by: @tanyulong2021
Signed-off-by: @tanyulong2021
2021-09-24 03:21:06 +00:00
dou33
8189b4cf66 update to version 2021.2.2 2021-09-24 10:09:29 +08:00
dou33
d7c4544177 update to version 2021.2.2 2021-09-23 20:28:41 +08:00
openeuler-ci-bot
0c10182ea7 !2 add desktop file and icon
From: @dou33
Reviewed-by: @tanyulong2021
Signed-off-by: @tanyulong2021
2021-09-14 06:15:07 +00:00
openeuler-ci-bot
a78a9601fa !3 add desktop file and icon
From: @dou33
Reviewed-by: @tanyulong2021
Signed-off-by: @tanyulong2021
2021-09-14 06:14:49 +00:00
dou33
f3f9efe016 add desktop file and icon 2021-09-10 15:43:59 +08:00
6 changed files with 47 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

16
pycharm-community.desktop Normal file
View File

@ -0,0 +1,16 @@
[Desktop Entry]
Name=PyCharm Community
GenericName=PyCharm Community
X-GNOME-FullName=PyCharm Community
Comment=Lightweight IDE for Python development
Exec=/opt/pycharm-community-2021.2.2/bin/pycharm.sh
Terminal=false
Type=Application
Icon=/opt/pycharm-community-2021.2.2/bin/pycharm.png
MimeType=text/x-script.phyton;
StartupNotify=true
Categories=GTK;Development;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=PyCharm
X-GNOME-Bugzilla-Component=general
X-Desktop-File-Install-Version=3.0.2

View File

@ -1,36 +1,55 @@
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
%global __os_install_post %{nil}
Name: pycharm-community
Version: 2016.2.3
Release: 1
Version: 2021.2.2
Release: 2
Summary: Intelligent Python IDE
Group: Applications/Development
License: Apache2
Group: Applications/Development
License: Apache2
URL: http://www.jetbrains.com/pycharm/
Source0: http://download.jetbrains.com/python/%{name}-%{version}.tar.gz
#Source1: pycharm.xml
#Source2: pycharm.desktop
BuildRequires: desktop-file-utils
Requires: java
Autoreq:no
Source0: pycharm-community-jbr.tar.gz
Source1: pycharm-community-lib.tar.gz
Source2: pycharm-community-other.tar.gz
Source3: pycharm-community-plugin.tar.gz
Source4: pycharm-community.desktop
BuildRequires: desktop-file-utils
Requires: java
Autoreq: no
%description
The intelligent Python IDE with unique code assistance and analysis,
for productive Python development on all levels
%prep
%setup -q -n pycharm-community-%{version}
%setup -T -q -b 0
%setup -T -D -q -b 1
%setup -T -D -q -b 2
%setup -T -D -q -b 3
%install
export QA_RPATHS=$(( 0x0004|0x0008 ))
mkdir -p %{buildroot}/opt/
cp -r %{_builddir}/pycharm-community-%{version} %{buildroot}/opt/
mkdir -p %{buildroot}/usr/share/applications/
cp -r %{SOURCE4} %{buildroot}/usr/share/applications/
%files
%defattr(-,root,root)
#%%{_bindir}/pycharm
/opt/*
%{_datadir}/applications/pycharm-community.desktop
%changelog
* Wed Feb 24 2021 douyan<douyan@kylinos.cn> -2021.2.2-2
- fix compile issue
* Thu Sep 23 2021 douyan<douyan@kylinos.cn> -2021.2.2-1
- update to version 2021.2.2
* Fri Sep 10 2021 douyan<douyan@kylinos.cn> -2016.2.3-2
- add desktop file and icon
* Sat Aug 14 2021 tanyulong<tanyulong@kylinos.cn> -2016.2.3
- initial pycharm-community-2016.2.3