forked from pool/python-parted
Accepting request 312748 from home:termim:branches:devel:languages:python
update to 3.10.5 OBS-URL: https://build.opensuse.org/request/show/312748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parted?expand=0&rev=2
This commit is contained in:
3
pyparted-3.10.5.tar.gz
Normal file
3
pyparted-3.10.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cbaf024fbbc73cdceab2eac0937035052da48295970fe9eaa84b19d8e353e19
|
||||
size 99638
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb8de71ba54983af84cf036002511cfb6d8fab4fc5e9a9be7236ecba6d24989f
|
||||
size 189069
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 14:52:44 UTC 2015 - termim@gmail.com
|
||||
|
||||
- Update to 3.10.5
|
||||
* bug fixes
|
||||
- fix rpm group name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 6 12:48:20 UTC 2014 - cbosdonnat@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package parted
|
||||
# spec file for package python-parted
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -15,23 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Summary: Python module for GNU parted
|
||||
Name: python-parted
|
||||
|
||||
Summary: Python module for GNU parted
|
||||
License: GPL-2.0+
|
||||
Group: Development/Languages/Python
|
||||
Name: python-parted
|
||||
%define srcname pyparted
|
||||
Version: 3.10
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Group: Developement/Languages/Python
|
||||
URL: http://fedorahosted.org/pyparted
|
||||
Version: 3.10.5
|
||||
Release: 0
|
||||
Url: http://fedorahosted.org/pyparted
|
||||
|
||||
Source0: http://fedorahosted.org/releases/p/y/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
Source0: http://fedorahosted.org/releases/p/y/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
# catch exception for unknown 'disk flag', kkaempf@suse.de
|
||||
Patch: pyparted-3.10.patch
|
||||
Patch: pyparted-3.10.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{srcname}-%{version}-%{release}-root-%(id -u -n)
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: parted-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: parted-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
|
||||
%description
|
||||
Python module for the parted library. It is used for manipulating
|
||||
@@ -49,7 +50,7 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
|
||||
%doc AUTHORS BUGS COPYING NEWS README TODO
|
||||
%{python_sitearch}/_ped.so
|
||||
%{python_sitearch}/parted
|
||||
%{python_sitearch}/%{srcname}-%{version}-*.egg-info
|
||||
|
||||
Reference in New Issue
Block a user