Группа :: Сети/WWW
Пакет: firefox-openbook
Главная Изменения Спек Патчи Загрузить Bugs and FR
%define rname openbook
%define cid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define ciddir %firefox_extensionsdir/%cid
Name: %firefox_name-%rname
Version: 1.2.0
Release: alt2.M24.1
Summary: The OpenBook extension for Mozilla Firefox
License: GPL
Group: Networking/WWW
URL: http://www.chuonthis.com/extensions/
Source0: %rname-%version-fx.xpi
BuildRequires: %firefox_name-devel unzip
BuildArch: noarch
Requires: %firefox_name >= %firefox_version
%description
Allows for customization of the Add Bookmark dialog.
%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 \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define ciddir %firefox_extensionsdir/%cid
Name: %firefox_name-%rname
Version: 1.2.0
Release: alt2.M24.1
Summary: The OpenBook extension for Mozilla Firefox
License: GPL
Group: Networking/WWW
URL: http://www.chuonthis.com/extensions/
Source0: %rname-%version-fx.xpi
BuildRequires: %firefox_name-devel unzip
BuildArch: noarch
Requires: %firefox_name >= %firefox_version
%description
Allows for customization of the Add Bookmark dialog.
%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 можно просмотреть здесь