Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37503497
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: meteor

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define        _name meteor

Name:          %_name
Version:       2.2.0
Release:       alt0.1
Summary:       Meteor, the JavaScript App Platform
License:       MIT
Group:         Development/Other
Url:           https://www.meteor.com
Vcs:           https://github.com/meteor/meteor.git
Packager:      Node Team <node at packages.altlinux.ru>

Source:        %name-%version.tar
BuildRequires(pre): rpm-macros-nodejs

%add_findreq_skiplist %%_libexecdir/%_name/**/*
Autoprov:      yes,noshebang,nopython,noperl,nosymlinks,noshell
Autoreq:       yes,noshebang,nopython,noperl,nosymlinks,noshell
Requires:      node
Requires:      npmjs-fibers

ExclusiveArch: x86_64

%description
Meteor is an ultra-simple environment for building modern web applications.

With Meteor you write apps:

* in modern JavaScript
* that send data over the wire, rather than HTML
* using your choice of popular open-source libraries


%prep
%setup

%install
mkdir -p %buildroot/%_libdir/%_name %buildroot/%_bindir
cp -rp * %buildroot/%_libdir/%_name
chmod a+x %buildroot/%_libdir/%_name/%_name
ln -s %_libdir/%_name/%_name %buildroot/%_bindir/%_name

%files
%_bindir/%_name
%_libdir/%_name


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin