rpms/mozilla-filesystem/devel mozilla-filesystem.spec,NONE,1.1

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Wed Apr 30 06:19:07 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/mozilla-filesystem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26819/devel

Added Files:
	mozilla-filesystem.spec 
Log Message:
Initial import



--- NEW FILE mozilla-filesystem.spec ---
Name:           mozilla-filesystem
Version:        1.9
Release:        1%{?dist}
Summary:        Mozilla filesytem layout
Group:          Applications/Internet
License:        MPL
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
This package provides some directories required by packages which use
Mozilla technologies such as NPAPI plugins or toolkit extensions.

%prep

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/usr/{lib,%{_lib}}/mozilla/{plugins,extensions}
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mozilla/extensions
mkdir -p $RPM_BUILD_ROOT/etc/skel/.mozilla/{plugins,extensions}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
/usr/lib*/mozilla/plugins
/usr/lib*/mozilla/extensions
%{_datadir}/mozilla/extensions
/etc/skel/.mozilla

%changelog
* Wed Apr 30 2008 Christopher Aillon <caillon at redhat.com> 1.9-1
- Initial RPM




More information about the fedora-extras-commits mailing list