[transifex-client/f18] remove dependency

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon Aug 26 13:00:14 UTC 2013


commit 7708be0d970d81ff5214b8cde559e873fd2e38de
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Mon Aug 26 05:59:45 2013 -0700

    remove dependency

 transifex-client.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index b4e08c6..fa14efd 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,7 +2,7 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
@@ -14,7 +14,6 @@ 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 +23,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
+* Mon Aug 26 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-3
+- remove dependency
+
 * Thu Aug 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-2
 - add new dependency
 


More information about the scm-commits mailing list