diff --git a/.cvsignore b/.cvsignore index 6fb639d..c7f721f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -desktop-file-utils-0.3.tar.gz +desktop-file-utils-0.4.tar.gz diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index 0eb2c29..3c4d73d 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,7 +1,7 @@ Summary: Utilities for manipulating .desktop files Name: desktop-file-utils -Version: 0.3 -Release: 9 +Version: 0.4 +Release: 2 URL: http://www.freedesktop.org/software/desktop-file-utils Source0: %{name}-%{version}.tar.gz License: GPL @@ -13,8 +13,8 @@ BuildRequires: popt Obsoletes: desktop-file-validator -Patch0: desktop-file-utils-0.3-symlink-fix.patch -Patch1: desktop-file-utils-0.3-accept-modifier.patch +Patch0: desktop-file-utils-0.4-fdo-spec-0.8-fix.patch +Patch1: desktop-file-utils-0.4-initial-section-fix.patch %description .desktop files are used to describe an application for inclusion in @@ -27,8 +27,8 @@ fixing it up in the process. %prep %setup -q -%patch0 -p1 -b .symlink-fix -%patch1 -p1 -b .accept-modifier +#%patch0 -p1 -b .spec-0.8-fix +%patch1 -p1 -b .initial-section-fix %build @@ -39,6 +39,10 @@ make rm -rf $RPM_BUILD_ROOT %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 rm -rf $RPM_BUILD_ROOT @@ -47,6 +51,20 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Mon Mar 1 2004 Dan Williams 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 0.4-1 +- Update to 0.4 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Sep 3 2003 Havoc Pennington 0.3-10 +- fix for #103276 (int/size_t issue) from twoerner + * Mon Jul 7 2003 Alexander Larsson 0.3-9 - Rebuild @@ -109,5 +127,3 @@ rm -rf $RPM_BUILD_ROOT * Thu May 9 2002 Havoc Pennington - initial build - - diff --git a/sources b/sources index b6bcc9f..98a6d2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1c8bcd648da58bfe0b142042292caa8 desktop-file-utils-0.3.tar.gz +f444b9b5e2f4607669342e73a790e1a7 desktop-file-utils-0.4.tar.gz