forked from pool/python-humanize
Accepting request 349480 from home:mimi_vx:branches:devel:languages:python
- update to 0.5.1 - use %find_lang macro OBS-URL: https://build.opensuse.org/request/show/349480 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
76f043bc5c
commit
37b77d1e3e
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-humanize
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-humanize
|
||||
Version: 0.5
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: Python humanize utilities
|
||||
License: MIT
|
||||
@@ -46,10 +46,12 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%find_lang humanize
|
||||
|
||||
%files
|
||||
%files -f humanize.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENCE README.rst
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/humanize/locale/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user