Browse Source

rebuilt with python-2.6

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

+ 5 - 2
s/silvercity/silvercity-vl.spec

@@ -1,7 +1,7 @@
 %define name silvercity
 %define srcname SilverCity
 %define version 0.9.7
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 %define pyexeclib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)')
 
 Summary: lexing analyzer for over 20 programming and markup langauges
@@ -55,10 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc LICENSE.txt
 %{_bindir}/*
-#%{_libdir}/python2.4/site-packages/SilverCity/
 %{pyexeclib}/SilverCity/
+%{python_sitearch}/SilverCity*.egg-info
 
 %changelog
+* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.7-2
+- rebuilt with python-2.6
+
 * Sun Jul 20 2008 Shu KONNO <owa@bg.wakwak.com> 0.9.7-1vl5
 - rebuilt with python-2.5.2
 - applied new versioning policy and spec in utf-8