Drop a duplicate dir ownership

This commit is contained in:
Matthias Clasen 2010-03-02 02:23:55 +00:00
parent ce50a677c0
commit 89b25d51d3

View File

@ -1,12 +1,11 @@
Summary: Desktop backgrounds packaged with the GNOME desktop Summary: Desktop backgrounds packaged with the GNOME desktop
Name: gnome-backgrounds Name: gnome-backgrounds
Version: 2.28.0 Version: 2.28.0
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://www.gnome.org URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-backgrounds/2.28/%{name}-%{version}.tar.bz2 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 BuildArch: noarch
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gettext BuildRequires: gettext
@ -27,7 +26,6 @@ with the GNOME desktop.
make make
%install %install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
@ -45,10 +43,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING NEWS README AUTHORS %doc COPYING NEWS README AUTHORS
%{_datadir}/gnome-background-properties %{_datadir}/gnome-background-properties
%dir %{_datadir}/backgrounds
%{_datadir}/backgrounds/* %{_datadir}/backgrounds/*
%changelog %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 * Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
- Update to 2.28.0 - Update to 2.28.0