fix duplicate directory ownership with filesystem
This commit is contained in:
parent
fa01e863a4
commit
b5dd21cf3f
@ -3,7 +3,7 @@
|
|||||||
Name: xsane
|
Name: xsane
|
||||||
Summary: X Window System front-end for the SANE scanner interface
|
Summary: X Window System front-end for the SANE scanner interface
|
||||||
Version: 0.996
|
Version: 0.996
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
Source1: xsane.desktop
|
Source1: xsane.desktop
|
||||||
Source2: xsane.conf.in
|
Source2: xsane.conf.in
|
||||||
@ -105,7 +105,6 @@ fi
|
|||||||
%{_bindir}/xsane
|
%{_bindir}/xsane
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_datadir}/sane
|
%{_datadir}/sane
|
||||||
%dir %{_datadir}/applications
|
|
||||||
%{_datadir}/applications/%{desktop_vendor}-xsane.desktop
|
%{_datadir}/applications/%{desktop_vendor}-xsane.desktop
|
||||||
%{_datadir}/pixmaps/xsane.xpm
|
%{_datadir}/pixmaps/xsane.xpm
|
||||||
|
|
||||||
@ -118,6 +117,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/gimp/plugins.d/xsane.conf
|
%config(noreplace) %{_sysconfdir}/gimp/plugins.d/xsane.conf
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri May 29 2009 Nils Philippsen <nils@redhat.com>
|
||||||
- Merge review (#226658):
|
- Merge review (#226658):
|
||||||
- convert documentation files to UTF-8
|
- convert documentation files to UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user