]> git.pld-linux.org Git - SPECS.git/blob - python3-dip.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / python3-dip.spec
1 Summary:        Application Framework for Python 3 and PyQt
2 Summary(pl.UTF-8):      Szkielet dla aplikacji opartych na Pythonie 3 i PyQt
3 Name:           python3-dip
4 Version:        0.4.4
5 Release:        1
6 License:        GPL v2 with exception or commercial
7 Group:          Development/Languages/Python
8 Source0:        http://www.riverbankcomputing.com/static/Downloads/dip/dip-gpl-%{version}.tar.gz
9 # Source0-md5:  a53944cfc1e915ae337fec7106bd0651
10 URL:            http://www.riverbankcomputing.com/static/Docs/dip/
11 BuildRequires:  python3-devel >= 3.2
12 BuildRequires:  rpm-pythonprov
13 BuildRequires:  rpmbuild(macros) >= 1.710
14 Requires:       python-modules
15 Requires:       python3-PyQt4 >= 4.7.5
16 Requires:       QtGui >= 4.6
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 dip is an application framework for Python and PyQt.
22
23 This version supports Python 3.x.
24
25 %description -l pl.UTF-8
26 dip to szkielet dla aplikacji opartych na Pythonie i PyQt.
27
28 Ta wersja jest przeznaczona dla Pythona 3.x.
29
30 %prep
31 %setup -q -n dip-gpl-%{version}
32
33 %build
34 %py3_build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %py3_install
39
40 # distinguish from python 2 version
41 mv $RPM_BUILD_ROOT%{_bindir}/dip-automate{,-3}
42 mv $RPM_BUILD_ROOT%{_bindir}/dip-builder{,-3}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ChangeLog GPL-Exception.txt LICENSE-Commercial.txt NEWS README doc/_build/html
50 %attr(755,root,root) %{_bindir}/dip-automate-3
51 %attr(755,root,root) %{_bindir}/dip-builder-3
52 %{py3_sitescriptdir}/dip
53 %{py3_sitescriptdir}/dip_gpl-%{version}-py*.egg-info
This page took 0.156507 seconds and 3 git commands to generate.