[zapplet] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 1 01:26:57 UTC 2014


commit 81575f756e6c23d9f2cebf054dc975c65703dff9
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 18:26:58 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 zapplet.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/zapplet.spec b/zapplet.spec
index 326562b..1bd6032 100644
--- a/zapplet.spec
+++ b/zapplet.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:           zapplet
 Version:        0.1
-Release:        13%{dist} 
+Release:        14%{dist} 
 Summary:        Zenoss Tray Applet
 Group:          Applications/Communications
 License:        GPLv2+
@@ -10,7 +10,7 @@ Source0:        http://downloads.sourceforge.net/zapplet/zapplet-%{version}.tar.
 Source1:        http://ke4qqq.fedorapeople.org/zapplet/README.fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python
-BuildRequires:  python-setuptools-devel 
+BuildRequires:  python-setuptools
 BuildRequires:  desktop-file-utils
 Requires:       pygtk2 
 BuildArch:      noarch
@@ -40,7 +40,11 @@ rm -rf %{buildroot}
 %{_bindir}/%{name} 
 %{_datadir}/applications/zapplet.desktop
 %doc README.fedora
+
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1-14
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list