- Update to 0.8.2:
- Sorry, no changelog yet. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=2
This commit is contained in:
parent
b475294c4a
commit
a203a76c27
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 19 02:02:31 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 0.8.2:
|
||||||
|
- Sorry, no changelog yet.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 6 22:09:01 UTC 2011 - alexandre@exatati.com.br
|
Wed Jul 6 22:09:01 UTC 2011 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-smmap
|
# spec file for package python-smmap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,11 +19,11 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-smmap
|
Name: python-smmap
|
||||||
Version: 0.8.1
|
Version: 0.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/Byron/smmap
|
Url: https://github.com/Byron/smmap
|
||||||
Summary: A pure git implementation of a sliding window memory map manager
|
Summary: A pure git implementation of a sliding window memory map manager
|
||||||
License: BSD
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: smmap-%{version}.tar.bz2
|
Source: smmap-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -51,15 +51,11 @@ The documentation can be found here: http://packages.python.org/smmap
|
|||||||
%setup -q -n smmap-%{version}
|
%setup -q -n smmap-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2fa5a9ee0505758c1100d6efc0088e1f44b9a090ba22d558c5c681c0ed230a2
|
|
||||||
size 17276
|
|
3
smmap-0.8.2.tar.bz2
Normal file
3
smmap-0.8.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b61ef60aee163818bbdd461e7c9902cbd5405361e3b83c25a73d40acdeb350e
|
||||||
|
size 17429
|
Loading…
Reference in New Issue
Block a user