From 36315596384545a80983d11766409bab011126e0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:57:37 +0000 Subject: [PATCH] auto-import changelog data from pyparted-1.6.6-1.src.rpm Fri Mar 12 2004 Jeremy Katz - Initial build split out into separate source from the parted package. - Don't build on ppc64 right now due to parted build problems (#118183) --- .cvsignore | 1 + pyparted.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 46 insertions(+) create mode 100644 pyparted.spec diff --git a/.cvsignore b/.cvsignore index e69de29..5da50a5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pyparted-1.6.6.tar.gz diff --git a/pyparted.spec b/pyparted.spec new file mode 100644 index 0000000..730cf5d --- /dev/null +++ b/pyparted.spec @@ -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 +- Initial build split out into separate source from the parted package. +- Don't build on ppc64 right now due to parted build problems (#118183) diff --git a/sources b/sources index e69de29..6e2af86 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +67ffe5cb1faf1a1d2aa5ffe8553b133e pyparted-1.6.6.tar.gz