Add /usr/share/appdata for the F20 Application Installer feature
This commit is contained in:
parent
ec0bbd694a
commit
240f83401a
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -34,7 +34,7 @@ cd %{buildroot}
|
||||
mkdir -p boot dev \
|
||||
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki,bash_completion.d} \
|
||||
home media mnt opt proc root run srv sys tmp \
|
||||
usr/{bin,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug,games,locale,modules,sse2},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
|
||||
usr/{bin,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug,games,locale,modules,sse2},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,appdata,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
|
||||
var/{adm,empty,gopher,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
#do not create the symlink atm.
|
||||
@ -185,6 +185,7 @@ return 0
|
||||
%attr(555,root,root) /usr/sbin
|
||||
%dir /usr/share
|
||||
/usr/share/aclocal
|
||||
/usr/share/appdata
|
||||
/usr/share/applications
|
||||
/usr/share/augeas
|
||||
/usr/share/backgrounds
|
||||
@ -233,6 +234,9 @@ return 0
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Wed Sep 11 2013 Richard Hughes <rhughes@redhat.com> - 3.2-20
|
||||
- Add /usr/share/appdata
|
||||
|
||||
* Wed Aug 07 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-19
|
||||
- drop the ownership of /usr/etc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user