forked from pool/python-parted
Accepting request 485046 from home:cbosdonnat:branches:devel:languages:python
- Upate to 3.10.7 Re-add the removed documentation files but BUGS as it has been removed from the release tarball OBS-URL: https://build.opensuse.org/request/show/485046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parted?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8cbaf024fbbc73cdceab2eac0937035052da48295970fe9eaa84b19d8e353e19
|
|
||||||
size 99638
|
|
||||||
3
pyparted-3.10.7.tar.gz
Normal file
3
pyparted-3.10.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78cbea4359782deb95efc074444909686952fcbfc19b97e15c06ca7dbfed8d2c
|
||||||
|
size 94742
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 31 09:32:09 UTC 2017 - cbosdonnat@suse.com
|
||||||
|
|
||||||
|
- Upate to 3.10.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 6 17:43:56 UTC 2015 - olaf@aepfle.de
|
Sun Sep 6 17:43:56 UTC 2015 - olaf@aepfle.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-parted
|
# spec file for package python-parted
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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
|
||||||
@@ -21,15 +21,16 @@ License: GPL-2.0+
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Name: python-parted
|
Name: python-parted
|
||||||
%define srcname pyparted
|
%define srcname pyparted
|
||||||
Version: 3.10.5
|
Version: 3.10.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://fedorahosted.org/pyparted
|
Url: http://fedorahosted.org/pyparted
|
||||||
|
|
||||||
Source0: http://fedorahosted.org/releases/p/y/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: https://pypi.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
# catch exception for unknown 'disk flag', kkaempf@suse.de
|
# catch exception for unknown 'disk flag', kkaempf@suse.de
|
||||||
Patch: pyparted-3.10.patch
|
Patch: pyparted-3.10.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: parted-devel
|
BuildRequires: parted-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-devel >= 2.7
|
BuildRequires: python-devel >= 2.7
|
||||||
@@ -48,9 +49,11 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS BUGS COPYING NEWS README TODO
|
%doc AUTHORS COPYING NEWS README TODO
|
||||||
%{python_sitearch}/_ped.so
|
%{python_sitearch}/_ped.so
|
||||||
%{python_sitearch}/parted
|
%{python_sitearch}/parted
|
||||||
%{python_sitearch}/%{srcname}-%{version}-*.egg-info
|
%{python_sitearch}/%{srcname}-%{version}-*.egg-info
|
||||||
|
|||||||
Reference in New Issue
Block a user