15
0
forked from pool/python-augeas
Files
python-augeas/python-augeas.spec

60 lines
1.6 KiB
RPMSpec
Raw Normal View History

#
# spec file for package python-augeas
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-augeas
Version: 0.5.0
Release: 0
Summary: Python bindings for Augeas
License: LGPL-2.1+
Group: Development/Languages/Python
Url: http://augeas.net/
Source: https://fedorahosted.org/released/python-augeas/python-augeas-%{version}.tar.gz
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
BuildRequires: %{python_module devel}
BuildRequires: augeas-lenses
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
BuildRequires: python-rpm-macros
Requires: augeas
# We'd always want to have augeas-lenses installed
Requires: augeas-lenses
BuildArch: noarch
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
%python_subpackages
%description
Python bindings for Augeas, a library for programmatically editing
configuration files.
%prep
%setup -q
%build
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
%python_build
%install
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
%python_install
%check
cd test
%python_exec test_augeas.py
Accepting request 575799 from devel:languages:python:singlespec-staging - singlespec auto-conversion - New upstream release 0.5.0 * Make syntax-compatible with both Python 3 and 2. * Remove the libpython hack. * Make tests syntax compatible with both Python 3 and 2. * Make test failures more verbose. * Improve error messages. * Fix exception tests. * Convert unicode at the C boundary. * Add Python 3.3 to CI, and disallow failures. * Add Travis CI settings * Allow failures for python 3.2 * Add text_store to the API * Add text_retrieve to the API * Add rename to the API * Add transform to the API * Add label to the API * Use the packages from the augeas-dev PPA * Warning: the 'name' parameter in add_transform is deprecated - Changed BuildArch to noarch for suse-version >= 1140 - Cleaned up spec file - Added 'Requires: augeas-lenses' * we'd always want to have lenses installed - Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140 - Do not %check unless suse_version >= 1210 - Install AUTHORS, COPYING, README.txt in %doc - Re-enable checks (not broken anymore) - New upstream release 0.4.1 * Allow "None" as value for set() * Add span API call to match C API * Make unit tests more quiet * Work around RHEL6 on Power issue. * test: make sure local augeas.py is used - New format for license tag (spdx.org) - Dropped bnc-722317.patch (included in upstream package) - Fix patch line in spec file (missing number) - fix known segfault due to ctypes converting void* to int on non-x86 architectures using patch at https://fedorahosted.org/augeas/attachment/ticket/165 (bnc#722317) - initial package 0.4.0, as requested in fate#311720 OBS-URL: https://build.opensuse.org/request/show/575799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=9
2018-02-12 14:53:57 +00:00
%files %{python_files}
%doc AUTHORS README.txt
%license COPYING
%{python_sitelib}/*
%changelog