auto-import changelog data from desktop-file-utils-0.4-2.src.rpm

Mon Mar 01 2004 Dan Williams <dcbw@redhat.com> 0.4-2
- Fix RH #117201, initial comment fails validation
- Add in, but do not use, Frederic Crozat's freedesktop.org menu-spec 0.8
    patch
Thu Feb 19 2004 Mark McLoughlin <markmc@redhat.com> 0.4-1
- Update to 0.4
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Sep 03 2003 Havoc Pennington <hp@redhat.com> 0.3-10
- fix for #103276 (int/size_t issue) from twoerner
This commit is contained in:
cvsdist 2004-09-09 04:09:29 +00:00
parent f433264e77
commit d6b448645f
3 changed files with 26 additions and 10 deletions

View File

@ -1 +1 @@
desktop-file-utils-0.3.tar.gz desktop-file-utils-0.4.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Utilities for manipulating .desktop files Summary: Utilities for manipulating .desktop files
Name: desktop-file-utils Name: desktop-file-utils
Version: 0.3 Version: 0.4
Release: 9 Release: 2
URL: http://www.freedesktop.org/software/desktop-file-utils URL: http://www.freedesktop.org/software/desktop-file-utils
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
License: GPL License: GPL
@ -13,8 +13,8 @@ BuildRequires: popt
Obsoletes: desktop-file-validator Obsoletes: desktop-file-validator
Patch0: desktop-file-utils-0.3-symlink-fix.patch Patch0: desktop-file-utils-0.4-fdo-spec-0.8-fix.patch
Patch1: desktop-file-utils-0.3-accept-modifier.patch Patch1: desktop-file-utils-0.4-initial-section-fix.patch
%description %description
.desktop files are used to describe an application for inclusion in .desktop files are used to describe an application for inclusion in
@ -27,8 +27,8 @@ fixing it up in the process.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .symlink-fix #%patch0 -p1 -b .spec-0.8-fix
%patch1 -p1 -b .accept-modifier %patch1 -p1 -b .initial-section-fix
%build %build
@ -39,6 +39,10 @@ make
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
# We don't want the vfs module yet
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libmenu*
/bin/rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gnome-vfs-2.0/modules/menu-modules.conf
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -47,6 +51,20 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Mon Mar 1 2004 Dan Williams <dcbw@redhat.com> 0.4-2
- Fix RH #117201, initial comment fails validation
- Add in, but do not use, Frederic Crozat's freedesktop.org
menu-spec 0.8 patch
* Thu Feb 19 2004 Mark McLoughlin <markmc@redhat.com> 0.4-1
- Update to 0.4
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Sep 3 2003 Havoc Pennington <hp@redhat.com> 0.3-10
- fix for #103276 (int/size_t issue) from twoerner
* Mon Jul 7 2003 Alexander Larsson <alexl@redhat.com> 0.3-9 * Mon Jul 7 2003 Alexander Larsson <alexl@redhat.com> 0.3-9
- Rebuild - Rebuild
@ -109,5 +127,3 @@ rm -rf $RPM_BUILD_ROOT
* Thu May 9 2002 Havoc Pennington <hp@redhat.com> * Thu May 9 2002 Havoc Pennington <hp@redhat.com>
- initial build - initial build

View File

@ -1 +1 @@
a1c8bcd648da58bfe0b142042292caa8 desktop-file-utils-0.3.tar.gz f444b9b5e2f4607669342e73a790e1a7 desktop-file-utils-0.4.tar.gz