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
Name: pyparted
Version: 3.7
Version: 3.8
Release: 1%{?dist}
License: GPLv2+
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)
BuildRequires: python-devel
BuildRequires: parted-devel >= 2.3
BuildRequires: parted-devel >= 3.0
BuildRequires: pkgconfig
%description
@ -23,13 +21,11 @@ partition tables.
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{python_sitearch}/_pedmodule.la
%clean
rm -rf %{buildroot}
@ -39,8 +35,16 @@ rm -rf %{buildroot}
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{python_sitearch}/_pedmodule.so
%{python_sitearch}/parted
%{python_sitearch}/%{name}-%{version}-*.egg-info
%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
- 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