forked from pool/python-pylzma
initial check-in of pylzma 0.3.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylzma?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
pylzma-0.3.0.tar.bz2
Normal file
3
pylzma-0.3.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46691c4a022e464bbd5a271d99fec6228eafe8634af11a35853f6c7095e83972
|
||||||
|
size 99245
|
5
pylzma.changes
Normal file
5
pylzma.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 9 02:10:43 CEST 2008 - poeml@suse.de
|
||||||
|
|
||||||
|
- package created (scrounged from Mandriva) (0.3.0)
|
||||||
|
|
48
pylzma.spec
Normal file
48
pylzma.spec
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-cmdln
|
||||||
|
#
|
||||||
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Summary: Python bindings for the LZMA compression library
|
||||||
|
Name: python-pylzma
|
||||||
|
BuildRequires: python-devel gcc-c++
|
||||||
|
Autoreqprov: on
|
||||||
|
Version: 0.3.0
|
||||||
|
Release: 0
|
||||||
|
License: GPL
|
||||||
|
Group: Development/Python
|
||||||
|
Url: http://www.joachim-bauch.de/projects/python/pylzma
|
||||||
|
Source0: http://www.joachim-bauch.de/projects/python/pylzma/releases/pylzma-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{py_requires}
|
||||||
|
|
||||||
|
%description
|
||||||
|
Python bindings for the LZMA compression library.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n pylzma-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
python setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files -f INSTALLED_FILES
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc doc
|
||||||
|
%doc LICENSE.txt
|
||||||
|
%doc 7zip/readme_pylzma.txt
|
||||||
|
%doc 7zip/readme.txt
|
||||||
|
|
||||||
|
%changelog
|
Reference in New Issue
Block a user