diff options
author | SARL ENR-68 <david@david.david> | 2014-09-08 22:16:57 +0200 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2014-09-08 22:16:57 +0200 |
commit | b33488b81dde7791759241ee580c35efb78d100e (patch) | |
tree | c1a880cd7318bd2ac2938dfe9c89aee84a0871a3 /mageiasync.spec | |
parent | 91f5e36949b12d98b62e916657aafbd547973ff5 (diff) | |
download | MageiaSync-b33488b81dde7791759241ee580c35efb78d100e.tar MageiaSync-b33488b81dde7791759241ee580c35efb78d100e.tar.gz MageiaSync-b33488b81dde7791759241ee580c35efb78d100e.tar.bz2 MageiaSync-b33488b81dde7791759241ee580c35efb78d100e.tar.xz MageiaSync-b33488b81dde7791759241ee580c35efb78d100e.zip |
update spec file
Diffstat (limited to 'mageiasync.spec')
-rw-r--r-- | mageiasync.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mageiasync.spec b/mageiasync.spec index bf684e0..7607d62 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -9,11 +9,12 @@ Group: Development/Python URL: https://github.com/papoteur-mga/mageiaSync Source0: https://github.com/papoteur-mga/mageiaSync/archive/mageiaSync-%{version}.tar.gz BuildArch: noarch -BuildRequires: python3-setuptools +BuildRequires: python-setuptools Requires: python-qt5-core Requires: python-qt5-gui Requires: python-qt5-widgets +Requires: python-pkg-resources %description A frontend to rsync for Mageia usage. @@ -29,6 +30,7 @@ A frontend to rsync for Mageia usage. #Requires: python3-qt5-core #Requires: python3-qt5-gui #Requires: python3-qt5-widgets +#Requires: python3-pkg-resources #%description -n python3-%{module} #A frontend to rsync for Mageia usage. @@ -51,18 +53,18 @@ A frontend to rsync for Mageia usage. %install #pushd %{py3dir} #%{__python3} setup.py install --root=%{buildroot} --skip-build -#mv %{buildroot}%{_bindir}/livestreamer %{buildroot}%{_bindir}/python3-livestreamer +#mv %{buildroot}%{_bindir}/%{module} %{buildroot}%{_bindir}/python3-%{module} #popd -%{__python3} setup.py install --root=%{buildroot} --skip-build +%{__python} setup.py install --root=%{buildroot} --skip-build %files %doc README.rst LICENSE %{_bindir}/%{module} %{_datadir}/applications/%{module}.desktop %{_iconsdir}/hicolor/scalable/apps/%{module}.svg -%{python3_sitelib}/%{module} -%{python3_sitelib}/%{module}-%{version}-py%{py3ver}.egg-info +%{python_sitelib}/%{module} +%{python_sitelib}/%{module}-%{version}-py%{pyver}.egg-info #%files -n python3-%{module} #%doc README.rst LICENSE |