Compare commits
10 Commits
b39602be01
...
e2183b8a88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2183b8a88 | ||
|
|
f3e93b2aeb | ||
|
|
987cf0c274 | ||
|
|
a860914fe2 | ||
|
|
db31317c98 | ||
|
|
8189b4cf66 | ||
|
|
0c10182ea7 | ||
|
|
f3f9efe016 | ||
|
|
ae9cefe0bc | ||
|
|
d409910eeb |
BIN
pycharm-community-jbr.tar.gz
Normal file
BIN
pycharm-community-jbr.tar.gz
Normal file
Binary file not shown.
BIN
pycharm-community-lib.tar.gz
Normal file
BIN
pycharm-community-lib.tar.gz
Normal file
Binary file not shown.
BIN
pycharm-community-other.tar.gz
Normal file
BIN
pycharm-community-other.tar.gz
Normal file
Binary file not shown.
BIN
pycharm-community-plugin.tar.gz
Normal file
BIN
pycharm-community-plugin.tar.gz
Normal file
Binary file not shown.
16
pycharm-community.desktop
Normal file
16
pycharm-community.desktop
Normal 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
|
||||||
58
pycharm-community.spec
Normal file
58
pycharm-community.spec
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
%global __os_install_post %{nil}
|
||||||
|
|
||||||
|
Name: pycharm-community
|
||||||
|
Version: 2021.2.2
|
||||||
|
Release: 3
|
||||||
|
Summary: Intelligent Python IDE
|
||||||
|
Group: Applications/Development
|
||||||
|
License: GPLv2 and EPL-1.0 and MIT and Apache-1.1 and LGPLv2+ and Apache-2.0 and EPL-2.0
|
||||||
|
URL: http://www.jetbrains.com/pycharm/
|
||||||
|
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 -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
|
||||||
|
* Fri May 27 2022 tanyulong<tanyulong@kylinos.cn> - 2021.2.2-3
|
||||||
|
- Improve the project according to the requirements of compliance improvement
|
||||||
|
|
||||||
|
* 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
|
||||||
Loading…
x
Reference in New Issue
Block a user