]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
transifex-client: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Feb 2019 21:21:22 +0000 (21:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Feb 2019 21:21:22 +0000 (21:21 +0000)
We no longer use this

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
transifex-client/transifex-client.nm [deleted file]

diff --git a/transifex-client/transifex-client.nm b/transifex-client/transifex-client.nm
deleted file mode 100644 (file)
index b3f0e74..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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