auto-import changelog data from desktop-file-utils-0.3-2.src.rpm
Tue Aug 06 2002 Havoc Pennington <hp@redhat.com> - remove old symlinks before creating new ones, chills out a lot of error messages Tue Aug 06 2002 Havoc Pennington <hp@redhat.com> - version 0.3 Wed Jul 24 2002 Havoc Pennington <hp@redhat.com> - 0.2.95 cvs snap, should fix OnlyShowIn Mon Jul 22 2002 Havoc Pennington <hp@redhat.com> - 0.2.94 cvs snap, adds --print-available Tue Jul 09 2002 Havoc Pennington <hp@redhat.com> - 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry] Fri Jun 21 2002 Havoc Pennington <hp@redhat.com> - 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn and missing trailing semicolons on string lists Fri Jun 21 2002 Havoc Pennington <hp@redhat.com> - 0.2.91 cvs snap with --copy-name-to-generic-name and --copy-generic-name-to-name Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> - 0.2.90 cvs snap with --delete-original fixed Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment
This commit is contained in:
parent
0395a556fd
commit
ae94ad1f04
@ -1 +1 @@
|
|||||||
desktop-file-utils-0.2.tar.gz
|
desktop-file-utils-0.3.tar.gz
|
||||||
|
@ -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.2
|
Version: 0.3
|
||||||
Release: 1
|
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,6 +13,8 @@ BuildRequires: popt
|
|||||||
|
|
||||||
Obsoletes: desktop-file-validator
|
Obsoletes: desktop-file-validator
|
||||||
|
|
||||||
|
Patch0: desktop-file-utils-0.3-symlink-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
|
||||||
GNOME or KDE menus. This package contains desktop-file-validate which
|
GNOME or KDE menus. This package contains desktop-file-validate which
|
||||||
@ -24,6 +26,8 @@ fixing it up in the process.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch -p1 -b .symlink-fix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
@ -41,6 +45,36 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- remove old symlinks before creating new ones, chills out
|
||||||
|
a lot of error messages
|
||||||
|
|
||||||
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- version 0.3
|
||||||
|
|
||||||
|
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2.95 cvs snap, should fix OnlyShowIn
|
||||||
|
|
||||||
|
* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2.94 cvs snap, adds --print-available
|
||||||
|
|
||||||
|
* Tue Jul 9 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry]
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn
|
||||||
|
and missing trailing semicolons on string lists
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2.91 cvs snap with --copy-name-to-generic-name and
|
||||||
|
--copy-generic-name-to-name
|
||||||
|
|
||||||
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2.90 cvs snap with --delete-original fixed
|
||||||
|
|
||||||
|
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- rebuild in different environment
|
||||||
|
|
||||||
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
||||||
- 0.2
|
- 0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user