forked from pool/python-Beaker
Accepting request 183774 from home:cberendt:Cloud_OpenStack_Master
added fdupes to remove rpmlint warning OBS-URL: https://build.opensuse.org/request/show/183774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
1db5af85f0
commit
2aa8280979
@@ -27,6 +27,7 @@ Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: fdupes
|
||||
Provides: python-beaker = %{version}
|
||||
Obsoletes: python-beaker < %{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
@@ -75,6 +76,7 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
Reference in New Issue
Block a user