auto-import changelog data from pyparted-1.6.6-1.src.rpm

Fri Mar 12 2004 Jeremy Katz <katzj@redhat.com>
- Initial build split out into separate source from the parted package.
- Don't build on ppc64 right now due to parted build problems (#118183)
This commit is contained in:
cvsdist 2004-09-09 10:57:37 +00:00
parent 5ad7952ce1
commit 3631559638
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
pyparted-1.6.6.tar.gz

44
pyparted.spec Normal file
View File

@ -0,0 +1,44 @@
ExcludeArch: ppc64
Summary: python module for parted
Name: pyparted
Version: 1.6.6
Release: 1
License: GPL
Group: System Environment/Libraries
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: parted >= 1.6
BuildRequires: parted-devel >= 1.6, python-devel
%description
Python modules for the parted library. It is used for manipulation
partition tables.
%prep
%setup -q
%build
export CFLAGS="-fPIC"
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING
%dir %{_libdir}/python?.?/site-packages/
%{_libdir}/python?.?/site-packages/*.so
%changelog
* Fri Mar 12 2004 Jeremy Katz <katzj@redhat.com>
- Initial build split out into separate source from the parted package.
- Don't build on ppc64 right now due to parted build problems (#118183)

View File

@ -0,0 +1 @@
67ffe5cb1faf1a1d2aa5ffe8553b133e pyparted-1.6.6.tar.gz