Группа :: Сети/WWW
Пакет: firefox-dragtotab
Главная Изменения Спек Патчи Загрузить Bugs and FR
%define rname dragtotab
%define cid \{dc0fa13b-3dad-73ea-d852-912722c852e9\}
%define ciddir %firefox_extensionsdir/%cid
Name: %firefox_name-%rname
Version: 0.1.2
Release: alt2.M24.1
Summary: The Drag To Tab extension for Mozilla Firefox
License: GPL
Group: Networking/WWW
URL: http://dragtotab.mozdev.org/
Source0: %rname.xpi
BuildRequires: %firefox_name-devel unzip
BuildArch: noarch
Requires: %firefox_name >= %firefox_version
%description
Drag files, links or text on to the New Tab and New Window
icons in the toolbar to open them in either a new tab or in
a new window respectively.
%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 можно просмотреть здесь
%define cid \{dc0fa13b-3dad-73ea-d852-912722c852e9\}
%define ciddir %firefox_extensionsdir/%cid
Name: %firefox_name-%rname
Version: 0.1.2
Release: alt2.M24.1
Summary: The Drag To Tab extension for Mozilla Firefox
License: GPL
Group: Networking/WWW
URL: http://dragtotab.mozdev.org/
Source0: %rname.xpi
BuildRequires: %firefox_name-devel unzip
BuildArch: noarch
Requires: %firefox_name >= %firefox_version
%description
Drag files, links or text on to the New Tab and New Window
icons in the toolbar to open them in either a new tab or in
a new window respectively.
%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 можно просмотреть здесь