forked from pool/python-pyjavaproperties
This commit is contained in:
committed by
Git OBS Bridge
parent
c784a37963
commit
4b840d7076
@@ -17,8 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pyname pyjavaproperties
|
Name: python-pyjavaproperties
|
||||||
Name: python-%{pyname}
|
|
||||||
Version: 0.7
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A python library for parsing Java properties
|
Summary: A python library for parsing Java properties
|
||||||
@@ -28,6 +27,7 @@ URL: https://github.com/toofishes/python-pyjavaproperties
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/p/pyjavaproperties/pyjavaproperties-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pyjavaproperties/pyjavaproperties-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-base
|
Requires: python-base
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -36,7 +36,7 @@ BuildArch: noarch
|
|||||||
A python library for parsing Java properties files.
|
A python library for parsing Java properties files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pyname}-%{version}
|
%setup -q -n pyjavaproperties-%{version}
|
||||||
sed -i '/^#!/d' pyjavaproperties.py pyjavaproperties_test.py
|
sed -i '/^#!/d' pyjavaproperties.py pyjavaproperties_test.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user