Drop a duplicate dir ownership
This commit is contained in:
parent
ce50a677c0
commit
89b25d51d3
@ -1,12 +1,11 @@
|
||||
Summary: Desktop backgrounds packaged with the GNOME desktop
|
||||
Name: gnome-backgrounds
|
||||
Version: 2.28.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gnome-backgrounds/2.28/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
@ -27,7 +26,6 @@ with the GNOME desktop.
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
|
||||
@ -45,10 +43,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README AUTHORS
|
||||
%{_datadir}/gnome-background-properties
|
||||
%dir %{_datadir}/backgrounds
|
||||
%{_datadir}/backgrounds/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
||||
- Drop ownership of a directory that is now owned by filesystem
|
||||
|
||||
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
||||
- Update to 2.28.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user