Initial import
This commit is contained in:
parent
5476e5b12a
commit
f0ad45fb1b
34
mozilla-filesystem.spec
Normal file
34
mozilla-filesystem.spec
Normal file
@ -0,0 +1,34 @@
|
||||
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@redhat.com> 1.9-1
|
||||
- Initial RPM
|
||||
Loading…
Reference in New Issue
Block a user