forked from pool/python-ZODB
Accepting request 186458 from home:frispete:python
don't package PKG-INFO OBS-URL: https://build.opensuse.org/request/show/186458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
||||
3
ZODB-4.0.0b3.tar.gz
Normal file
3
ZODB-4.0.0b3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eafbe3e851741c18925752d172c944f955ff566412eac6f20351d8801768e81
|
||||
size 398300
|
||||
5
python-ZODB.changes
Normal file
5
python-ZODB.changes
Normal file
@@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 20:34:31 UTC 2013 - hpj@urpla.net
|
||||
|
||||
- version 4.0.0b3: initial build
|
||||
|
||||
101
python-ZODB.spec
Normal file
101
python-ZODB.spec
Normal file
@@ -0,0 +1,101 @@
|
||||
#
|
||||
# spec file for package python-ZODB
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, 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/
|
||||
#
|
||||
|
||||
|
||||
Name: python-ZODB
|
||||
Version: 4.0.0b3
|
||||
Release: 0
|
||||
Summary: Zope Object Database: object database and persistence
|
||||
License: ZPL-2.1
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://www.zope.org/Products/ZODB
|
||||
Source: https://pypi.python.org/packages/source/Z/ZODB/ZODB-%{version}.tar.gz
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-persistent-devel
|
||||
BuildRequires: python-BTrees
|
||||
BuildRequires: python-ZConfig
|
||||
BuildRequires: python-transaction
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python-zc.lockfile
|
||||
BuildRequires: python-zdaemon >= 4.0.0
|
||||
BuildRequires: python-zope.interface
|
||||
|
||||
Requires: python-persistent
|
||||
Requires: python-BTrees
|
||||
Requires: python-ZConfig
|
||||
Requires: python-transaction
|
||||
Requires: python-six
|
||||
Requires: python-zc.lockfile
|
||||
Requires: python-zdaemon >= 4.0.0
|
||||
Requires: python-zope.interface
|
||||
# Testing requirements:
|
||||
BuildRequires: python-manuel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: python-zope.testing
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Zope Object Database provides an object-oriented database for Python that
|
||||
provides a high-degree of transparency. Applications can take advantage of
|
||||
object database features with few, if any, changes to application logic. ZODB
|
||||
includes features such as a plugable storage interface, rich transaction
|
||||
support, and undo.
|
||||
|
||||
%package doc
|
||||
Summary: Zope Object Database: object database and persistence
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n ZODB-%{version}
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
chmod 0755 %{buildroot}%{python_sitelib}/ZODB/scripts/{space,fsoids,fsrefs,checkbtrees,analyze,migrate}.py
|
||||
chmod 0755 %{buildroot}%{python_sitelib}/ZODB/scripts/{fstest,fstail,repozo,fsstats,netspace,zodbload}.py
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc 3.11.txt CHANGES.rst COPYRIGHT.txt HISTORY.txt LICENSE.txt README.rst
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/fsdump
|
||||
%{_bindir}/fsoids
|
||||
%{_bindir}/fsrefs
|
||||
%{_bindir}/fstail
|
||||
%{_bindir}/repozo
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user