rpms/python-imdb/devel python-imdb.spec,1.4,1.5

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Wed Apr 1 03:26:37 UTC 2009


Author: sindrepb

Update of /cvs/pkgs/rpms/python-imdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16726

Modified Files:
	python-imdb.spec 
Log Message:
fixes


Index: python-imdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-imdb/devel/python-imdb.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-imdb.spec	1 Apr 2009 03:06:40 -0000	1.4
+++ python-imdb.spec	1 Apr 2009 03:26:07 -0000	1.5
@@ -4,8 +4,9 @@
 %define realname IMDbPY
 
 Name:           python-imdb
+Provides:       IMDBpy = %{version}
 Version:        4.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Retrieve and manage the data of the IMDb movie database
 
 Group:          Development/Languages
@@ -16,7 +17,7 @@
 Patch0:         %{name}-%{version}-beautifulsoup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel
+BuildRequires:  python-devel, python-setuptools
 
 Requires:       python-sqlobject, python-lxml, python-BeautifulSoup
 
@@ -72,6 +73,11 @@
 
 
 %changelog
+* Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 4.0-3
+- Add Provides: upstream name
+- Add missing python-setuptools buildrequires
+
+
 * Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 4.0-2
 - New upstream release
 




More information about the scm-commits mailing list