update to 0.3.2 (rhbz#1090014)
This commit is contained in:
parent
51b6d172a0
commit
606e11f319
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/colorama-0.2.4.tar.gz
|
||||
/colorama-0.2.5.tar.gz
|
||||
/colorama-0.2.7.tar.gz
|
||||
/colorama-0.3.2.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global pypi_name colorama
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.7
|
||||
Release: 5%{?dist}
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform colored terminal text
|
||||
|
||||
License: BSD
|
||||
@ -56,9 +56,8 @@ Termcolor.
|
||||
%prep
|
||||
%setup -q -n %{pypi_name}-%{version}
|
||||
|
||||
# fix wrong-file-end-of-line-encoding
|
||||
sed -i 's/\r//' LICENSE.txt
|
||||
sed -i 's/\r//' README.txt
|
||||
# remove bundled egg-info
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
cp -a . %{py3dir}
|
||||
@ -87,18 +86,23 @@ popd
|
||||
|
||||
|
||||
%files
|
||||
%doc README.txt LICENSE.txt
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/%{pypi_name}
|
||||
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.txt LICENSE.txt
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python3_sitelib}/%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 05 2014 Matthias Runge <mrunge@redhat.com> - 0.3.2-1
|
||||
- update to 0.3.2 (rhbz#1090014)
|
||||
|
||||
* Fri Jul 25 2014 Lubomir Rintel <lkundrak@v3.sk> - 0.2.7-5
|
||||
- Skip the python3 %%files section if we don't build the python3 package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user