Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37427331
en ru br
Репозитории ALT
S:2.0.16-alt1
5.1: 1.5.0-alt1
4.1: 1.2.1-alt0.M41.1
4.0: 1.0.1-alt1
www.altlinux.org/Changes

Группа :: Разработка/Отладчики
Пакет: firefox-firebug

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

%define cid firebug at software.joehewitt.com
%define ciddir %firefox_noarch_extensionsdir/%cid

Serial: 1

Name: firefox-firebug
Version: 2.0.16
Release: alt1

Summary: Powerful debugger for JavaScript and HTML

License: GPL
Group: Development/Debuggers
URL: http://www.getfirebug.com/

Packager: Alexey Gladkov <legion at altlinux.ru>

Source0: firebug-%version.xpi

BuildArch: noarch

BuildRequires(pre): rpm-build-firefox unzip

%description
FireBug is a new tool that aids with debugging Javascript, DHTML, and Ajax. It
is like a combination of the Javascript Console, DOM Inspector, and a command
line Javascript interpreter.

%prep
%setup -c

%install
mkdir -p -- %buildroot/%ciddir
cp -r -- * %buildroot/%ciddir

%postun
if [ "$1" = 0 ]; then
 [ ! -d "%ciddir" ] || rm -rf "%ciddir"
fi

%files
%ciddir

%changelog

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

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