From: Michael Tremer Date: Thu, 14 Feb 2019 21:21:22 +0000 (+0000) Subject: transifex-client: Drop package X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=8c0d00c7806453bc8f0b5c59b8d9e37d9b97a910 transifex-client: Drop package We no longer use this Signed-off-by: Michael Tremer --- diff --git a/transifex-client/transifex-client.nm b/transifex-client/transifex-client.nm deleted file mode 100644 index b3f0e74a6..000000000 --- a/transifex-client/transifex-client.nm +++ /dev/null @@ -1,41 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = transifex-client -version = 0.7.3 -release = 2 -arch = noarch - -groups = Development/Tools -url = http://transifex.org -license = GPLv2 -summary = Command line tool for Transifex translation management. - -description - The Transifex Command-line Client is a command line tool that enables - you to easily manage your translations within a project without the - need of an elaborate UI system. -end - -source_dl = http://pypi.python.org/packages/source/t/transifex-client - -build - requires - python-devel - python-setuptools >= 0.6.28 - end - - build - python setup.py build - end - - install - python setup.py install -O1 --skip-build --root %{BUILDROOT} - end -end - -packages - package %{name} -end