]> git.pld-linux.org Git - packages/python-googl.git/commitdiff
remove #md5 from url, rpm5 will cut it off anyway
authorElan Ruusamäe <glen@delfi.ee>
Fri, 4 Sep 2015 09:42:09 +0000 (12:42 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 4 Sep 2015 09:42:09 +0000 (12:42 +0300)
python-googl.spec

index aadb0489fd42ee6d7348d069035e46e0d20d8315..69f5e6ed295c2a60984105e7c3aa15312c6152ad 100644 (file)
@@ -11,7 +11,7 @@ Version:      0.2.2
 Release:       1
 License:       Unknown
 Group:         Libraries/Python
-Source0:       https://pypi.python.org/packages/source/p/python-googl/python-googl-%{version}.tar.gz#md5=7be46ada5eaa87effa6380c43563b583
+Source0:       https://pypi.python.org/packages/source/p/python-googl/python-googl-%{version}.tar.gz
 # Source0-md5: 7be46ada5eaa87effa6380c43563b583
 URL:           https://pypi.python.org/pypi/python-googl
 BuildRequires: rpm-pythonprov
@@ -87,10 +87,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{py_sitescriptdir}/%{module}
-%if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/python_%{module}-%{version}-py*.egg-info
 %endif
-%endif
 
 %if %{with python3}
 %files -n python3-%{module}
This page took 0.102627 seconds and 4 git commands to generate.