diff --git a/rockspecs/kafka-scm-1.rockspec b/kafka-scm-1.rockspec similarity index 83% rename from rockspecs/kafka-scm-1.rockspec rename to kafka-scm-1.rockspec index 94c3b84..078a0c7 100644 --- a/rockspecs/kafka-scm-1.rockspec +++ b/kafka-scm-1.rockspec @@ -1,12 +1,12 @@ package = "kafka" version = "scm-1" source = { - url = "git://github.com/tarantool/tnt-kafka.git", + url = "git://github.com/tarantool/kafka.git", branch = 'master', } description = { summary = "Kafka library for Tarantool", - homepage = "https://github.com/tarantool/tnt-kafka", + homepage = "https://github.com/tarantool/kafka", license = "Apache", } dependencies = { @@ -26,4 +26,4 @@ build = { TARANTOOL_INSTALL_LUADIR="$(LUADIR)", STATIC_BUILD="$(STATIC_BUILD)" } -} \ No newline at end of file +} diff --git a/rockspecs/kafka-0.4.0-1.rockspec b/rockspecs/kafka-0.4.0-1.rockspec deleted file mode 100644 index 97ecea0..0000000 --- a/rockspecs/kafka-0.4.0-1.rockspec +++ /dev/null @@ -1,31 +0,0 @@ -package = "kafka" -version = "0.4.0-1" -source = { - url = "git://github.com/tarantool/tnt-kafka.git", - tag = "v0.4.0", -} -description = { - summary = "Kafka library for Tarantool", - homepage = "https://github.com/tarantool/tnt-kafka", - license = "Apache", -} -dependencies = { - "lua >= 5.1" -- actually tarantool > 1.6 -} -external_dependencies = { - TARANTOOL = { - header = 'tarantool/module.h' - }, - RDKAFKA = { - header = 'librdkafka/rdkafka.h' - } -} -build = { - type = 'cmake'; - variables = { - CMAKE_BUILD_TYPE="RelWithDebInfo", - TARANTOOL_DIR="$(TARANTOOL_DIR)", - TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)", - TARANTOOL_INSTALL_LUADIR="$(LUADIR)" - } -} \ No newline at end of file diff --git a/rockspecs/kafka-0.4.1-1.rockspec b/rockspecs/kafka-0.4.1-1.rockspec deleted file mode 100644 index 8437350..0000000 --- a/rockspecs/kafka-0.4.1-1.rockspec +++ /dev/null @@ -1,31 +0,0 @@ -package = "kafka" -version = "0.4.1-1" -source = { - url = "git://github.com/tarantool/tnt-kafka.git", - tag = "v0.4.1", -} -description = { - summary = "Kafka library for Tarantool", - homepage = "https://github.com/tarantool/tnt-kafka", - license = "Apache", -} -dependencies = { - "lua >= 5.1" -- actually tarantool > 1.6 -} -external_dependencies = { - TARANTOOL = { - header = 'tarantool/module.h' - }, - RDKAFKA = { - header = 'librdkafka/rdkafka.h' - } -} -build = { - type = 'cmake'; - variables = { - CMAKE_BUILD_TYPE="RelWithDebInfo", - TARANTOOL_DIR="$(TARANTOOL_DIR)", - TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)", - TARANTOOL_INSTALL_LUADIR="$(LUADIR)" - } -} \ No newline at end of file diff --git a/rockspecs/kafka-0.5.0-1.rockspec b/rockspecs/kafka-0.5.0-1.rockspec deleted file mode 100644 index 2deec99..0000000 --- a/rockspecs/kafka-0.5.0-1.rockspec +++ /dev/null @@ -1,29 +0,0 @@ -package = "kafka" -version = "0.5.0-1" -source = { - url = "git://github.com/tarantool/tnt-kafka.git", - tag = "v0.5.0", -} -description = { - summary = "Kafka library for Tarantool", - homepage = "https://github.com/tarantool/tnt-kafka", - license = "Apache", -} -dependencies = { - "lua >= 5.1" -- actually tarantool > 1.6 -} -external_dependencies = { - TARANTOOL = { - header = 'tarantool/module.h' - } -} -build = { - type = 'cmake'; - variables = { - CMAKE_BUILD_TYPE="RelWithDebInfo", - TARANTOOL_DIR="$(TARANTOOL_DIR)", - TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)", - TARANTOOL_INSTALL_LUADIR="$(LUADIR)", - STATIC_BUILD="$(STATIC_BUILD)" - } -} \ No newline at end of file diff --git a/rockspecs/kafka-1.0.0-1.rockspec b/rockspecs/kafka-1.0.0-1.rockspec deleted file mode 100644 index e99ceda..0000000 --- a/rockspecs/kafka-1.0.0-1.rockspec +++ /dev/null @@ -1,29 +0,0 @@ -package = "kafka" -version = "1.0.0-1" -source = { - url = "git://github.com/tarantool/tnt-kafka.git", - tag = "v1.0.0", -} -description = { - summary = "Kafka library for Tarantool", - homepage = "https://github.com/tarantool/tnt-kafka", - license = "Apache", -} -dependencies = { - "lua >= 5.1" -- actually tarantool > 1.6 -} -external_dependencies = { - TARANTOOL = { - header = 'tarantool/module.h' - } -} -build = { - type = 'cmake'; - variables = { - CMAKE_BUILD_TYPE="RelWithDebInfo", - TARANTOOL_DIR="$(TARANTOOL_DIR)", - TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)", - TARANTOOL_INSTALL_LUADIR="$(LUADIR)", - STATIC_BUILD="$(STATIC_BUILD)" - } -} diff --git a/rockspecs/kafka-dev-1.rockspec b/rockspecs/kafka-dev-1.rockspec deleted file mode 100644 index cd24761..0000000 --- a/rockspecs/kafka-dev-1.rockspec +++ /dev/null @@ -1,31 +0,0 @@ -package = "kafka" -version = "dev-1" -source = { - url = "git://github.com/tarantool/tnt-kafka.git", - branch = 'dev', -} -description = { - summary = "Kafka library for Tarantool", - homepage = "https://github.com/tarantool/tnt-kafka", - license = "Apache", -} -dependencies = { - "lua >= 5.1" -- actually tarantool > 1.6 -} -external_dependencies = { - TARANTOOL = { - header = 'tarantool/module.h' - }, - RDKAFKA = { - header = 'librdkafka/rdkafka.h' - } -} -build = { - type = 'cmake'; - variables = { - CMAKE_BUILD_TYPE="RelWithDebInfo", - TARANTOOL_DIR="$(TARANTOOL_DIR)", - TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)", - TARANTOOL_INSTALL_LUADIR="$(LUADIR)" - } -} \ No newline at end of file