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
|
Summary: A system documentation reader from the Gnome project
|
||||||
Name: yelp
|
Name: yelp
|
||||||
Version: 2.16.2
|
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
|
Source: http://ftp.gnome.org/pub/GNOME/sources/yelp/2.16/%{name}-%{version}.tar.bz2
|
||||||
URL: http://live.gnome.org/Yelp
|
URL: http://live.gnome.org/Yelp
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
# 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 \
|
desktop-file-install --vendor gnome --delete-original \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
--add-only-show-in GNOME \
|
--add-only-show-in GNOME \
|
||||||
--add-category X-Red-Hat-Base \
|
--remove-category Application \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||||
|
|
||||||
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/gnome/help
|
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/gnome/help
|
||||||
@ -145,10 +145,13 @@ update-desktop-database &> /dev/null ||:
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
%dir %{_datadir}/gnome/help
|
%dir %{_datadir}/gnome/help
|
||||||
%{_datadir}/icons/hicolor
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
%{_datadir}/yelp
|
%{_datadir}/yelp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> 2.16.2-3
|
||||||
- own %%{_datadir}/gnome/help (#205799)
|
- own %%{_datadir}/gnome/help (#205799)
|
||||||
- rpmlint silencing:
|
- rpmlint silencing:
|
||||||
|
Loading…
Reference in New Issue
Block a user