fix duplicate directory ownership with filesystem

This commit is contained in:
Tom Callaway 2009-07-07 15:49:57 +00:00
parent fa01e863a4
commit b5dd21cf3f

View File

@ -3,7 +3,7 @@
Name: xsane
Summary: X Window System front-end for the SANE scanner interface
Version: 0.996
Release: 6%{?dist}
Release: 7%{?dist}
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
Source1: xsane.desktop
Source2: xsane.conf.in
@ -105,7 +105,6 @@ fi
%{_bindir}/xsane
%{_mandir}/man1/*
%{_datadir}/sane
%dir %{_datadir}/applications
%{_datadir}/applications/%{desktop_vendor}-xsane.desktop
%{_datadir}/pixmaps/xsane.xpm
@ -118,6 +117,9 @@ fi
%config(noreplace) %{_sysconfdir}/gimp/plugins.d/xsane.conf
%changelog
* Tue Jul 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.996-7
- don't own %%{_datadir}/applications/ (filesystem package owns it)
* Fri May 29 2009 Nils Philippsen <nils@redhat.com>
- Merge review (#226658):
- convert documentation files to UTF-8