Browse Source

fixed python_sitelib

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1161 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
62353ef7f0
1 changed files with 5 additions and 2 deletions
  1. 5 2
      w/wicd/wicd-vl.spec

+ 5 - 2
w/wicd/wicd-vl.spec

@@ -1,10 +1,10 @@
-%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
+#define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
 
 Summary: A wireless and wired network manager
 Summary(ja): 無線・有線ネットワークマネージャ
 Name: wicd
 Version: 1.7.0
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Source0: %{name}-%{version}.tar.bz2
 # from ATrpms package
 Patch0:  wicd-1.7.0-init-script.patch
@@ -135,6 +135,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_localstatedir}/lib/wicd
 
 %changelog
+* Mon Jun 07 2010 Shu KONNO <owa@bg.wakwak.com> - 1.7.0-4
+- fixed %%python_sitelib
+
 * Sat Jun 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.0-3
 - added Rerquires: gksu
 - added Patch2,3 from Debian