Package firefox-settings-desktop: Specfile

Name: firefox-settings-desktop
Version: 4.1.1
Release: alt0.M41.2
BuildArch: noarch

Source:%name-%version.tar


Summary:  Firefox settings for 4.1 Desktop
License: GPL
Group: System/Configuration/Other
Packager: Anton V. Boyarshiniv <boyarsh@altlinux.org>

Requires: firefox
Provides: firefox-settings-lite


%description
Firefox settings for 4.1 Desktop


%prep
%setup -q


%install
mkdir -p %buildroot/etc/mozilla/firefox/desktop

cp -r * %buildroot/etc/mozilla/firefox/desktop

mkdir -p %buildroot/%_altdir
cat >%buildroot/%_altdir/%name <<__EOF__
/etc/mozilla/firefox/current /etc/mozilla/firefox/desktop 2
__EOF__


%post
%post_register_alternatives %name -- %name
%update_alternatives
%preun
%preun_unregister_alternatives %name


%files
/etc/mozilla/firefox/desktop
%config %_altdir/%name


%changelog
* Fri Nov 28 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.1.1-alt0.M41.2
- mailto directly to thunderbird 

* Thu Nov 27 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.1.1-alt0.M41.1
- port to M41 

* Wed Nov 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.1.1-alt1
- mailto setting 

* Tue Oct 07 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.1.0-alt1
- build for sisyphus 

* Mon Sep 29 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.1.0-alt0.M41.2
- not check default browser 

* Thu Sep 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.1.0-alt0.M41.1
- initial version