[autoarchive] Fixed

Fabian Affolter fab at fedoraproject.org
Mon Mar 28 20:23:07 UTC 2011


commit 6708c3eb01caa4812bca9d0046bb385143e4d180
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Mon Mar 28 22:22:48 2011 +0200

    Fixed

 autoarchive.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/autoarchive.spec b/autoarchive.spec
index 316a003..4bcd384 100644
--- a/autoarchive.spec
+++ b/autoarchive.spec
@@ -1,8 +1,6 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Name:           autoarchive
 Version:        0.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple backup tool that uses tar
 
 Group:          Applications/System
@@ -12,8 +10,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python3-devel
 
 Requires:       lzma
 Requires:       tar
@@ -53,11 +50,14 @@ rm -rf %{buildroot}
 %{_mandir}/man?/*.*
 %{_bindir}/autoarchive
 %{_bindir}/aa
-%{python_sitelib}/AutoArchive/
-%{python_sitelib}/%{name}*.egg-info
+%{python3_sitelib}/AutoArchive/
+%{python3_sitelib}/%{name}*.egg-info
 
 
 %changelog
+* Mon Mar 28 2011 Fabian Affolter <fabian at bernewireless.net> - 0.3.0-2
+- This package requires Python 3
+
 * Sun Mar 27 2011 Fabian Affolter <fabian at bernewireless.net> - 0.3.0-1
 - Updated to new upstreaqm version 0.3.0
 


More information about the scm-commits mailing list