- Panu seems to be shipping the prov file in rpmbuild. Remove it here until
we work out where it belongs.
This commit is contained in:
parent
f173f101c9
commit
25f5a3b9ff
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for manipulating .desktop files
|
||||
Name: desktop-file-utils
|
||||
Version: 0.15
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
URL: http://www.freedesktop.org/software/desktop-file-utils
|
||||
Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
|
||||
Source1: desktop-file.prov
|
||||
@ -33,7 +33,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# add the provides script
|
||||
install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/rpm/desktop-file.prov
|
||||
# disable for now, Panu seems to sehip this in rpm-build
|
||||
#install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/rpm/desktop-file.prov
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -43,9 +44,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS COPYING README NEWS
|
||||
%{_bindir}/*
|
||||
%{_datadir}/emacs/site-lisp/
|
||||
%{_libdir}/rpm/desktop-file.prov
|
||||
#%{_libdir}/rpm/desktop-file.prov
|
||||
|
||||
%changelog
|
||||
* Wed Feb 04 2009 Richard Hughes <rhughes@redhat.com> - 0.15-6
|
||||
- Panu seems to be shipping the prov file in rpmbuild. Remove it here until we
|
||||
work out where it belongs.
|
||||
|
||||
* Wed Feb 04 2009 Richard Hughes <rhughes@redhat.com> - 0.15-5
|
||||
- Panu merged the rpm bits for this feature, but we've got a new provides
|
||||
filename. Respin this package with the new name.
|
||||
|
Loading…
Reference in New Issue
Block a user