File firefox-foxfilter.spec of Package firefox-foxfilter
#
# spec file for package firefox-foxfilter
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# norootforbuild
Name: firefox-foxfilter
%define realname FoxFilter
%define shortname foxfilter
Summary: THE parental control for Firefox
Version: 7.6.4
Release: 1
Url: http://www.inspiredeffect.com/FoxFilter/
Group: Productivity/Networking/Web/Browsers
License: MPL-1.0
Source: %{realname}-%{version}-fx.xpi
PreReq: MozillaFirefox
AutoReqProv: off
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define metadata_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define installdir %{_libdir}/firefox/extensions
%description
FoxFilter is an effective content filter that helps block pornographic and
other inappropriate content as well as block access to user-specified content
and Web sites. FoxFilter includes password-protected settings and security
features to help prevent it from being bypassed, un-installed or disabled. A
password recovery feature is also included.
FoxFilter helps block content for essentially any user-defined Web site or
criteria. You can quickly and easily block content for an entire site (e.g.
Playboy) or enter custom keyword filters (e.g. videos, movies, images/pictures,
porn, nudity, gambling, explosives, etc.) that will be used to help filter
content and block web sites and block pages for any website that contains these
keywords.
%prep
%build
%install
install -Dm0644 %{SOURCE0} %{buildroot}%{installdir}/%{metadata_id}.xpi
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%dir %{installdir}
%{installdir}/*
%changelog