Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1494902
 поиск   регистрация   авторизация 
 
Группа :: Сети/WWW
Пакет: firefox-livehttpheaders

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

%define rname livehttpheaders
%define cid \{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a\}
%define ciddir  %firefox_extensionsdir/%cid

Summary: Plugin to access HTTP headers in Firefox
Name: %firefox_name-%rname
Version: 0.10
Release: alt1.M24.1
Source0: %rname-%version.xpi
License: GPL
Group: Networking/WWW
URL: http://livehttpheaders.mozdev.org/index.html
Buildrequires: %firefox_name-devel unzip
BuildArch: noarch

Requires: %firefox_name >= %firefox_version

%description
The goal of this project is to adds information about the HTTP headers in two
ways:
* First by adding a 'Headers' tab in 'View Page Info' of a web page.
* Second by adding a tool in the 'Tools->Web Development' menu to be able to
  display http headers in real time (while pages are being downloaded from
  the Internet.
* Third by letting you edit request headers and replay an URL (beta). Look
  for the Replay button in the live window!

%prep
%setup -c

%install
%__mkdir_p %buildroot/%ciddir
%__cp -r * %buildroot/%ciddir

%post
%firefox_install_extension %ciddir

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

%files
%ciddir

%changelog

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

 
design & coding: Vladimir Lettiev aka crux © 2004-2005