15
0
forked from pool/python-Beaker

Accepting request 183950 from devel:languages:python

added fdupes to remove rpmlint warning (forwarded request 183774 from cberendt)

OBS-URL: https://build.opensuse.org/request/show/183950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Beaker?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2013-07-22 11:06:42 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 19 17:12:05 UTC 2013 - berendt@b1-systems.de
- added fdupes to remove rpmlint warning
-------------------------------------------------------------------
Sat Sep 22 20:26:45 UTC 2012 - os-dev@jacraig.com

View File

@@ -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,-)