diff --git a/transifex-client.spec b/transifex-client.spec index 503540f..a7e8378 100644 --- a/transifex-client.spec +++ b/transifex-client.spec @@ -2,7 +2,7 @@ Name: transifex-client Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command line tool for Transifex translation management Group: Development/Languages @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools - +Requires: python-backports-ssl_match_hostname %description The Transifex Command-line Client is a command line tool that enables @@ -24,29 +24,27 @@ need of an elaborate UI system. %prep %setup -q - %build # Remove CFLAGS=... for noarch packages (unneeded) CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build - %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc LICENSE README.rst %{python_sitelib}/* %{_bindir}/* - %changelog +* Thu Aug 15 2013 Luis Bazan - 0.9-2 +- add new requirement + * Fri May 24 2013 Luis Bazan - 0.9-1 - New Upstream Version