rpms/pyparted/devel .cvsignore, 1.20, 1.21 pyparted.spec, 1.48, 1.49 sources, 1.25, 1.26 pyparted-exact-constraint.patch, 1.1, NONE

David Cantrell dcantrel at fedoraproject.org
Thu Feb 12 22:06:21 UTC 2009


Author: dcantrel

Update of /cvs/pkgs/rpms/pyparted/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20107

Modified Files:
	.cvsignore pyparted.spec sources 
Removed Files:
	pyparted-exact-constraint.patch 
Log Message:
* Thu Feb 12 2009 David Cantrell <dcantrell at redhat.com> - 2.0.0-1
- Upgrade to pyparted-2.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	10 Aug 2007 20:53:52 -0000	1.20
+++ .cvsignore	12 Feb 2009 22:05:51 -0000	1.21
@@ -1 +1 @@
-pyparted-1.8.9.tar.bz2
+pyparted-2.0.0.tar.gz


Index: pyparted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/pyparted.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- pyparted.spec	29 Nov 2008 06:16:18 -0000	1.48
+++ pyparted.spec	12 Feb 2009 22:05:51 -0000	1.49
@@ -2,18 +2,18 @@
 
 Summary: Python module for GNU parted
 Name:    pyparted
-Version: 1.8.9
-Release: 6%{?dist}
+Version: 2.0.0
+Release: 1%{?dist}
 License: GPLv2+
 Group:   System Environment/Libraries
-URL:     http://dcantrel.fedorapeople.org/%{name}
+URL:     http://fedorahosted.org/pyparted
 
-Source0: http://dcantrel.fedorapeople.org/%{name}/%{name}-%{version}.tar.bz2
-Patch0: pyparted-exact-constraint.patch
+Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: python-devel, parted-devel >= 1.8.8, pkgconfig
-Requires: parted >= 1.8.8
+BuildRequires: python-devel
+BuildRequires: parted-devel >= 1.8.8
+BuildRequires: pkgconfig
 
 %description
 Python module for the parted library.  It is used for manipulating
@@ -21,24 +21,29 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-CFLAGS="%{optflags}" CC="%{__cc}" %{__make} %{?_smp_mflags}
+%configure
+%{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
+%{__rm} -rf %{buildroot}%{python_sitearch}/_pedmodule.la
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING AUTHORS ChangeLog
-%{python_sitearch}/partedmodule.so
+%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO WHY
+%{python_sitearch}/_pedmodule.so
+%{python_sitearch}/parted
 
 %changelog
+* Thu Feb 12 2009 David Cantrell <dcantrell at redhat.com> - 2.0.0-1
+- Upgrade to pyparted-2.0.0
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.8.9-6
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyparted/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	10 Aug 2007 20:53:52 -0000	1.25
+++ sources	12 Feb 2009 22:05:51 -0000	1.26
@@ -1 +1 @@
-24d60b03142abd7cf1ba4d069bc9db3e  pyparted-1.8.9.tar.bz2
+cdf143d2dcfcab2a5d82dffd94b01378  pyparted-2.0.0.tar.gz


--- pyparted-exact-constraint.patch DELETED ---




More information about the fedora-extras-commits mailing list