diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-05-05 21:13:57 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-05-05 21:13:57 +0200 |
commit | c5ab544e0a5d1a9bfb3215d54b67976683114927 (patch) | |
tree | d942c86f44a5196e818504f7aa588c19e10a2ebb /mageiasync.spec | |
parent | ac878b42eb38d217d33e77213200c8f5d32ef5ee (diff) | |
download | MageiaSync-c5ab544e0a5d1a9bfb3215d54b67976683114927.tar MageiaSync-c5ab544e0a5d1a9bfb3215d54b67976683114927.tar.gz MageiaSync-c5ab544e0a5d1a9bfb3215d54b67976683114927.tar.bz2 MageiaSync-c5ab544e0a5d1a9bfb3215d54b67976683114927.tar.xz MageiaSync-c5ab544e0a5d1a9bfb3215d54b67976683114927.zip |
Suppress spec file
Diffstat (limited to 'mageiasync.spec')
-rw-r--r-- | mageiasync.spec | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/mageiasync.spec b/mageiasync.spec deleted file mode 100644 index 7640af3..0000000 --- a/mageiasync.spec +++ /dev/null @@ -1,45 +0,0 @@ -%define module mageiasync -%define gitname mageiaSync - -Name: python-%{module} -Version: 0.2.0 -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 |