|
@@ -1,14 +1,14 @@
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
Name: python-configobj
|
|
Name: python-configobj
|
|
-Version: 4.5.3
|
|
+Version: 5.0.5
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Config file reading, writing, and validation
|
|
Summary: Config file reading, writing, and validation
|
|
Summary(ja): 設定ファイルの読み込み、書き込み、及び評価用のPython ツール
|
|
Summary(ja): 設定ファイルの読み込み、書き込み、及び評価用のPython ツール
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://www.voidspace.org.uk/python/configobj.html
|
|
URL: http://www.voidspace.org.uk/python/configobj.html
|
|
-Source0: http://dl.sf.net/configobj/configobj-%{version}.zip
|
|
+Source0: http://dl.sf.net/configobj/configobj-%{version}.tar.gz
|
|
|
|
|
|
BuildRequires: python-devel, python-setuptools
|
|
BuildRequires: python-devel, python-setuptools
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -56,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc docs
|
|
+#%doc docs
|
|
%{python_sitelib}/*.py
|
|
%{python_sitelib}/*.py
|
|
%{python_sitelib}/*.pyc
|
|
%{python_sitelib}/*.pyc
|
|
%{python_sitelib}/*.pyo
|
|
%{python_sitelib}/*.pyo
|
|
%{python_sitelib}/configobj-*.egg-info
|
|
%{python_sitelib}/configobj-*.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 5.0.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- changed archive type to tar.gz
|
|
|
|
+
|
|
* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-4
|
|
* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-4
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
|
|
|