- Fix --remove-show-in option
This commit is contained in:
parent
425a075f14
commit
473d2ad80e
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for manipulating .desktop files
|
||||
Name: desktop-file-utils
|
||||
Version: 0.8
|
||||
Release: 2
|
||||
Release: 3
|
||||
URL: http://www.freedesktop.org/software/desktop-file-utils
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -14,6 +14,8 @@ BuildRequires: popt
|
||||
Obsoletes: desktop-file-validator
|
||||
|
||||
Patch0: desktop-file-utils-0.8-null-entry-free-fix.patch
|
||||
Patch1: desktop-file-utils-0.8-fix-list-remove-func.patch
|
||||
|
||||
|
||||
%description
|
||||
.desktop files are used to describe an application for inclusion in
|
||||
@ -26,6 +28,7 @@ fixing it up in the process.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .null-entry-free-fix
|
||||
%patch1 -p1 -b .fix-list-remove-func
|
||||
|
||||
%build
|
||||
|
||||
@ -49,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/emacs/site-lisp/
|
||||
|
||||
%changelog
|
||||
* Thu Sep 23 2004 Ray Strode <rstrode@redhat.com> 0.8-3
|
||||
- Fix --remove-show-in option
|
||||
|
||||
* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.8-2
|
||||
- Fix RH #131983 (annoying log message about "entries != NULL")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user