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.4.tar.gz
|
||||||
/colorama-0.2.5.tar.gz
|
/colorama-0.2.5.tar.gz
|
||||||
/colorama-0.2.7.tar.gz
|
/colorama-0.2.7.tar.gz
|
||||||
|
/colorama-0.3.2.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global pypi_name colorama
|
%global pypi_name colorama
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.7
|
Version: 0.3.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform colored terminal text
|
Summary: Cross-platform colored terminal text
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -56,9 +56,8 @@ Termcolor.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pypi_name}-%{version}
|
%setup -q -n %{pypi_name}-%{version}
|
||||||
|
|
||||||
# fix wrong-file-end-of-line-encoding
|
# remove bundled egg-info
|
||||||
sed -i 's/\r//' LICENSE.txt
|
rm -rf %{pypi_name}.egg-info
|
||||||
sed -i 's/\r//' README.txt
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
@ -87,18 +86,23 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.txt LICENSE.txt
|
%doc README.rst
|
||||||
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/%{pypi_name}
|
%{python_sitelib}/%{pypi_name}
|
||||||
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.txt LICENSE.txt
|
%doc README.rst
|
||||||
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/%{pypi_name}
|
%{python3_sitelib}/%{pypi_name}
|
||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Skip the python3 %%files section if we don't build the python3 package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user