Группа :: Сети/WWW
Пакет: firefox-downloadmgr
Главная Изменения Спек Патчи Загрузить Bugs and FR
%define rname downloadmgr
%define cid \{F8A55C97-3DB6-4961-A81D-0DE0080E53CB\}
%define ciddir %firefox_extensionsdir/%cid
Name: %firefox_name-%rname
Version: 0.6.3
Release: alt2.M24.1
Summary: The Download Manager Tweak extension for Mozilla Firefox
License: GPL
Group: Networking/WWW
URL: http://dmextension.mozdev.org/
Source0: downloadmgr_063.xpi
BuildRequires: %firefox_name-devel unzip
BuildArch: noarch
Requires: %firefox_name >= %firefox_version
%description
A modification of the Firefox download manager that changes
its appearance and allows it to be opened in a separate window,
a new tab, or the sidebar.
%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 \{F8A55C97-3DB6-4961-A81D-0DE0080E53CB\}
%define ciddir %firefox_extensionsdir/%cid
Name: %firefox_name-%rname
Version: 0.6.3
Release: alt2.M24.1
Summary: The Download Manager Tweak extension for Mozilla Firefox
License: GPL
Group: Networking/WWW
URL: http://dmextension.mozdev.org/
Source0: downloadmgr_063.xpi
BuildRequires: %firefox_name-devel unzip
BuildArch: noarch
Requires: %firefox_name >= %firefox_version
%description
A modification of the Firefox download manager that changes
its appearance and allows it to be opened in a separate window,
a new tab, or the sidebar.
%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 можно просмотреть здесь