Upgraded to pyparted-3.8

This commit is contained in:
David Cantrell 2011-06-29 15:46:10 -04:00
parent 8347e81b61
commit b125d0431a
3 changed files with 12 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
pyparted-3.7.tar.gz pyparted-3.8.tar.gz

View File

@ -1,8 +1,6 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Summary: Python module for GNU parted Summary: Python module for GNU parted
Name: pyparted Name: pyparted
Version: 3.7 Version: 3.8
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -12,7 +10,7 @@ Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: parted-devel >= 2.3 BuildRequires: parted-devel >= 3.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %description
@ -23,13 +21,11 @@ partition tables.
%setup -q %setup -q
%build %build
%configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{python_sitearch}/_pedmodule.la
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -39,8 +35,16 @@ rm -rf %{buildroot}
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{python_sitearch}/_pedmodule.so %{python_sitearch}/_pedmodule.so
%{python_sitearch}/parted %{python_sitearch}/parted
%{python_sitearch}/%{name}-%{version}-*.egg-info
%changelog %changelog
* Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.8-1
- Upgraded to pyparted-3.8
* Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.7-2
- BR parted-devel >= 3.0
- Adjust for distutils build method
* Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.7-1 * Wed Jun 29 2011 David Cantrell <dcantrell@redhat.com> - 3.7-1
- Upgraded to pyparted-3.7 (compatibility with parted-3.0) - Upgraded to pyparted-3.7 (compatibility with parted-3.0)

View File

@ -1 +1 @@
c7212ef1880c93f9159f25e4305b6b9c pyparted-3.7.tar.gz e9cd0c94c71ac17755f71a8e1561eac2 pyparted-3.8.tar.gz