aboutsummaryrefslogtreecommitdiffstats
path: root/mageiasync.spec
blob: a4326ead8ea178ccc00d190cdd3189ef546985f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%define module	mageiasync
%define gitname	mageiaSync

Name:		python-%{module}
Version:	0.1.6
Release:	%mkrel 1
Summary:	A frontend to rsync for Mageia usage
License:	GPLv3
Group:		Development/Python
URL:		http://gitweb.mageia.org/qa/MageiaSync/about/
Source0:	http://gitweb.mageia.org/qa/MageiaSync/snapshot/%{gitname}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	pythonegg(3)(setuptools)
BuildRequires:	python3-qt5-devel
BuildRequires:	qttools5

Requires:	python3-qt5-core
Requires:	python3-qt5-gui
Requires:	python3-qt5-widgets
Requires:	python3-sip
Requires:	rsync

%description
A tool for downloading ISO images from repository (miror) or Mageia
testing repository. It uses rsync at main. Its aim is to be a tool
like dorsync with GUI.

%prep
%setup -q -n %{gitname}-%{version}

%build
%py3_build

%install
%py3_install

%files
%doc CHANGELOG README.md
%license LICENSE
%{_bindir}/%{module}
%{_datadir}/%{module}/
%{_datadir}/applications/%{module}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{module}.svg
%{python3_sitelib}/%{gitname}
%{python3_sitelib}/%{module}-%{version}-py%{python3_version}.egg-info