Fix directory ownership issues
This commit is contained in:
parent
0270382262
commit
c1807f68a4
@ -19,7 +19,7 @@
|
||||
Summary: A system documentation reader from the Gnome project
|
||||
Name: yelp
|
||||
Version: 2.16.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/yelp/2.16/%{name}-%{version}.tar.bz2
|
||||
URL: http://live.gnome.org/Yelp
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
||||
@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
desktop-file-install --vendor gnome --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--add-only-show-in GNOME \
|
||||
--add-category X-Red-Hat-Base \
|
||||
--remove-category Application \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||
|
||||
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/gnome/help
|
||||
@ -145,10 +145,13 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/*
|
||||
%dir %{_datadir}/gnome/help
|
||||
%{_datadir}/icons/hicolor
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/yelp
|
||||
|
||||
%changelog
|
||||
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> 2.16.2-4
|
||||
- Don't own /usr/share/icons/hicolor
|
||||
|
||||
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> 2.16.2-3
|
||||
- own %%{_datadir}/gnome/help (#205799)
|
||||
- rpmlint silencing:
|
||||
|
Loading…
Reference in New Issue
Block a user