rpms/python-peak-util-addons/devel .cvsignore, 1.2, 1.3 python-peak-util-addons.spec, 1.4, 1.5 sources, 1.2, 1.3

Toshio くらとみ toshio at fedoraproject.org
Wed Jun 30 22:00:18 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-peak-util-addons/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14202

Modified Files:
	.cvsignore python-peak-util-addons.spec sources 
Log Message:

* Wed Jun 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7-1
- Update to 0.7



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-addons/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Sep 2008 07:20:40 -0000	1.2
+++ .cvsignore	30 Jun 2010 22:00:18 -0000	1.3
@@ -1 +1 @@
-AddOns-0.6.zip
+AddOns-0.7.zip


Index: python-peak-util-addons.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-addons/devel/python-peak-util-addons.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-peak-util-addons.spec	26 Jul 2009 20:49:53 -0000	1.4
+++ python-peak-util-addons.spec	30 Jun 2010 22:00:18 -0000	1.5
@@ -1,10 +1,12 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?fedora} < 13 || 0%{?rhel} < 6
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
-%define packagename AddOns
+%global packagename AddOns
 
 Name:           python-peak-util-addons
-Version:        0.6
-Release:        4%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        Dynamically extend other objects with AddOns
 
 Group:          Development/Languages
@@ -15,8 +17,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 
 BuildRequires:  python-devel
+%if 0%{?fedora} && 0%{?fedora} < 13
 BuildRequires:  python-setuptools-devel
-
+%else
+BuildRequires:  python-setuptools
+%endif
 Requires:       python-decoratortools >= 1.5
 
 %description
@@ -49,6 +54,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Jun 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7-1
+- Update to 0.7
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-addons/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Sep 2008 07:20:40 -0000	1.2
+++ sources	30 Jun 2010 22:00:18 -0000	1.3
@@ -1 +1 @@
-cce3b98e30aeee7e918649a18ba8f8b7  AddOns-0.6.zip
+114e13ca0d81d870afad038d4bbd4f2f  AddOns-0.7.zip



More information about the scm-commits mailing list