diff options
author | daviddavid <geiger.david68210@gmail.com> | 2015-02-16 19:01:14 +0100 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2015-02-16 19:01:14 +0100 |
commit | f3dc90daef1e40d5343fcce346df06dcb207dc8f (patch) | |
tree | 751b3871bf76333817894a303fe347d5b98e327d /mageiasync.spec | |
parent | 31e9719c9aad87cf434970259148a82d0205d2ec (diff) | |
download | MageiaSync-f3dc90daef1e40d5343fcce346df06dcb207dc8f.tar MageiaSync-f3dc90daef1e40d5343fcce346df06dcb207dc8f.tar.gz MageiaSync-f3dc90daef1e40d5343fcce346df06dcb207dc8f.tar.bz2 MageiaSync-f3dc90daef1e40d5343fcce346df06dcb207dc8f.tar.xz MageiaSync-f3dc90daef1e40d5343fcce346df06dcb207dc8f.zip |
Update spec file
- update description.
- add missing BuildRequires on python(3)-qt5-devel.
Diffstat (limited to 'mageiasync.spec')
-rw-r--r-- | mageiasync.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mageiasync.spec b/mageiasync.spec index 2cf3b11..7549cfd 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -11,6 +11,7 @@ URL: http://gitweb.mageia.org/qa/MageiaSync/about/ Source0: http://gitweb.mageia.org/qa/MageiaSync/snapshot/%{gitname}-%{version}.tar.xz BuildArch: noarch BuildRequires: python-setuptools +BuildRequires: python-qt5-devel Requires: python-qt5-core Requires: python-qt5-gui @@ -18,7 +19,8 @@ Requires: python-qt5-widgets Requires: rsync %description -A frontend to rsync for Mageia usage. +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. #--------------------------------------------------------------------------- @@ -27,6 +29,7 @@ A frontend to rsync for Mageia usage. #Group: Development/Python #BuildArch: noarch #BuildRequires: python3-setuptools +#BuildRequires: python3-qt5-devel #Requires: python3-qt5-core #Requires: python3-qt5-gui @@ -34,7 +37,8 @@ A frontend to rsync for Mageia usage. #Requires: rsync #%description -n python3-%{module} -#A frontend to rsync for Mageia usage. +#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. #This is the Python 3 build of %{module}. #--------------------------------------------------------------------------- |