Blame SPECS/desktop-file-utils.spec

323262
Summary: Utilities for manipulating .desktop files
323262
Name: desktop-file-utils
323262
Version: 0.26
a0bcdc
Release: 6%{?dist}
323262
URL: https://www.freedesktop.org/software/desktop-file-utils
323262
Source0: https://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
323262
Source1: desktop-entry-mode-init.el
a0bcdc
# https://bugzilla.redhat.com/show_bug.cgi?id=2107278
a0bcdc
Patch0:  desktop-file-utils-0.26-support-1.5.patch
323262
License: GPLv2+
323262
323262
BuildRequires: gcc
323262
BuildRequires: glib2-devel
323262
BuildRequires: emacs
323262
BuildRequires: meson
323262
Requires: emacs-filesystem
323262
323262
%description
323262
.desktop files are used to describe an application for inclusion in
323262
GNOME or KDE menus.  This package contains desktop-file-validate which
323262
checks whether a .desktop file complies with the specification at
323262
http://www.freedesktop.org/standards/, and desktop-file-install
323262
which installs a desktop file to the standard directory, optionally
323262
fixing it up in the process.
323262
323262
323262
%prep
323262
%autosetup -p1
323262
323262
%build
323262
%meson
323262
%meson_build
323262
323262
%install
323262
%meson_install
323262
323262
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitelispdir}/desktop-file-utils
323262
mv $RPM_BUILD_ROOT%{_emacs_sitelispdir}/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/desktop-file-utils
323262
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}/desktop-entry-mode-init.el
323262
touch $RPM_BUILD_ROOT%{_emacs_sitestartdir}/desktop-entry-mode-init.elc
323262
323262
%transfiletriggerin -- %{_datadir}/applications
323262
update-desktop-database &> /dev/null || :
323262
323262
%transfiletriggerpostun -- %{_datadir}/applications
323262
update-desktop-database &> /dev/null || :
323262
323262
%files
323262
%doc AUTHORS README NEWS
323262
%license COPYING
323262
%{_bindir}/*
323262
%{_mandir}/man1/desktop-file-install.1*
323262
%{_mandir}/man1/desktop-file-validate.1*
323262
%{_mandir}/man1/update-desktop-database.1*
323262
%{_mandir}/man1/desktop-file-edit.1*
323262
%{_emacs_sitestartdir}/desktop-entry-mode-init.el
323262
%ghost %{_emacs_sitestartdir}/desktop-entry-mode-init.elc
323262
%{_emacs_sitelispdir}/desktop-file-utils/
323262
323262
%changelog
a0bcdc
* Fri Jul 15 2022 David King <amigadave@amigadave.com> - 0.26-6
a0bcdc
- Support files conforming to 1.5 of the specification (#2107278)
a0bcdc
323262
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.26-5
323262
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
323262
  Related: rhbz#1991688
323262
323262
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.26-4
323262
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
323262
323262
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-3
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
323262
323262
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-2
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
323262
323262
* Wed Jun 24 2020 Kalev Lember <klember@redhat.com> - 0.26-1
323262
- Update to 0.26
323262
- Switch to the meson build system
323262
- Avoid hardcoding man page extensions
323262
- Drop old emacs-desktop-file-utils obsoletes/provides
323262
323262
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
323262
323262
* Wed Aug 14 2019 Kalev Lember <klember@redhat.com> - 0.24-1
323262
- Update to 0.24
323262
323262
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-11
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
323262
323262
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-10
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
323262
323262
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-9
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
323262
323262
* Mon Apr 09 2018 Adam Williamson <awilliam@redhat.com> - 0.23-8
323262
- Add 'font' as a valid media type (#1564650, fdo#105785)
323262
323262
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-7
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
323262
323262
* Mon Feb 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.23-6
323262
- scriplets: silence output, ignore errors
323262
- %%license COPYING
323262
- drop deprecated Group: tag
323262
323262
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-5
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
323262
323262
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-4
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
323262
323262
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-3
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
323262
323262
* Sat Dec 31 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.23-2
323262
- Add Pantheon to the list of desktop environments (#1333550, fdo#97385)
323262
323262
* Fri Jul 01 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 0.23-1
323262
- Update to 0.23
323262
323262
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-7
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
323262
323262
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 0.22-6
323262
- Add file triggers for desktop file mime extraction
323262
323262
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-5
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
323262
323262
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.22-4
323262
- Rebuilt for Fedora 23 Change
323262
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
323262
323262
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
323262
323262
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
323262
323262
* Thu Aug 29 2013 Kalev Lember <kalevlember@gmail.com> - 0.22-1
323262
- Update to 0.22
323262
323262
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-3
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
323262
323262
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
323262
323262
* Fri Oct 19 2012 Kalev Lember <kalevlember@gmail.com> - 0.21-1
323262
- Update to 0.21
323262
323262
* Thu Sep 06 2012 Dan Mashal <dan.mashal@fedoraproject.org> 0.20-4
323262
- Update F17 to 0.20 (#847097).
323262
323262
* Sat Aug 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.20-3
323262
- Fold emacs-* subpackages into main (#690264).
323262
323262
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-2
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
323262
323262
* Fri May 18 2012 Matthias Clasen <mclasen@redhat.com> - 0.20-1
323262
- Update to 0.20
323262
323262
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-6
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
323262
323262
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 0.19-5
323262
- Fix up locale lists just like other lists
323262
323262
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.19-1
323262
- Update to 0.19: support for Unity as desktop env, and support
323262
  for Keywords
323262
323262
* Mon Jul 04 2011 Adam Williamson <awilliam@redhat.com> - 0.18-4
323262
- add unity.patch from upstream: add Unity to list of registered
323262
  environments
323262
323262
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-3
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
323262
323262
* Sun Jan 30 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.18-2
323262
- Add desktop-entry-mode-init.el, fix emacs site-start dir ownership.
323262
323262
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 0.18-1
323262
- Update to 0.18
323262
323262
* Fri Nov  5 2010 Matthias Clasen <mclasen@redhat.com> - 0.16-3
323262
- Don't warn about x-scheme-handler pseudo-mime-types
323262
323262
* Sat Sep 25 2010 Parag Nemade <paragn AT fedoraproject.org> - 0.16-2
323262
- Merge-review cleanup (#225681)
323262
323262
* Thu Apr  1 2010 Matthias Clasen <mclasen@redhat.com> 0.16-1
323262
- Update to 0.16
323262
323262
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-8
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
323262
323262
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-7
323262
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
323262
323262
* Wed Feb 04 2009 Richard Hughes <rhughes@redhat.com> - 0.15-6
323262
- Panu seems to be shipping the prov file in rpmbuild. Remove it here until we
323262
  work out where it belongs.
323262
323262
* Wed Feb 04 2009 Richard Hughes <rhughes@redhat.com> - 0.15-5
323262
- Panu merged the rpm bits for this feature, but we've got a new provides
323262
  filename. Respin this package with the new name.
323262
323262
* Thu Jan 22 2009 Richard Hughes <rhughes@redhat.com> - 0.15-4
323262
- Rename desktop-mime-type.prov to desktop_mime_type.prov and add the tiny
323262
  macros.desktop_mime_type file so that we can trivially patch rpm to enable
323262
  this new functionality.
323262
323262
* Fri May 02 2008 Richard Hughes <rhughes@redhat.com> - 0.15-3
323262
- Add desktop-mime-type.prov so that we can automatically
323262
  generate mimetype provides for packages at build time.
323262
  This lets us do some cool things with PackageKit in the future.
323262
323262
* Wed Mar 19 2008 Ray Strode <rstrode@redhat.com> - 0.15-2
323262
- Drop old unneeded obsoletes on desktop-file-validator
323262
(bug 225681)
323262
323262
* Tue Mar  4 2008 Matthias Clasen <mclasen@redhat.com> - 0.15-1
323262
- Update to 0.15
323262
- Drop upstreamed patch
323262
323262
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.14-3
323262
- Autorebuild for GCC 4.3
323262
323262
* Thu Dec  6 2007 Ray Strode <rstrode@redhat.com> 0.14-2
323262
- make icon extension a warning not an error
323262
323262
* Fri Nov 30 2007 Christopher Stone <chris.stone@gmail.com> 0.14-1
323262
- Upstream sync
323262
- Remove no longer needed short option patch
323262
323262
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.13-3
323262
- Make the -m option work (#232761)
323262
323262
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 0.13-2
323262
- Update license field
323262
323262
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 0.13-1
323262
- Update to 0.13, which features a completely rewritten validator
323262
323262
* Thu Mar 08 2007 Florian La Roche <laroche@redhat.com> - 0.12-4
323262
- remove empty post/preun scripts completely
323262
323262
* Tue Nov 28 2006 Ray Strode <rstrode@redhat.com> - 0.12-3
323262
- drop some rm -f cruft
323262
- don't call update-desktop-database from %%post or %%postun
323262
323262
* Tue Nov 28 2006 Ray Strode <rstrode@redhat.com> - 0.12-2
323262
- make --vendor optional
323262
323262
* Tue Nov 28 2006 Ray Strode <rstrode@redhat.com> - 0.12-1
323262
- Update to 0.12
323262
323262
* Fri Oct 27 2006 Ray Strode <rstrode@redhat.com> - 0.11-4
323262
- commit the fix attempted in 0.11-2 and 0.11-3 to the right
323262
  function...
323262
323262
* Fri Oct 27 2006 Ray Strode <rstrode@redhat.com> - 0.11-3
323262
- actually apply the patch written in 0.11-2
323262
323262
* Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 0.11-2
323262
- make desktop file validation non-fatal until we
323262
  add support for categories beginning with X- and clean up
323262
  our menu system to not require invalid categories
323262
  (bug 212048)
323262
323262
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.11-1
323262
- Update to 0.11
323262
323262
* Wed Jul 26 2006 Jesse Keating <jkeating@redhat.com> - 0.10-7
323262
- rebuild
323262
323262
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.10-6.1
323262
- bump again for double-long bug on ppc(64)
323262
323262
* Fri Feb 10 2006 Ray Strode <rstrode@redhat.com> - 0.10-6
323262
- call update-desktop-database in %%preun (bug 180898)
323262
- don't fail if update-desktop-database fails
323262
- don't use %%makeinstall
323262
323262
* Fri Feb 10 2006 Ray Strode <rstrode@redhat.com> - 0.10-5
323262
- call update-desktop-database in %%post (bug 180898)
323262
323262
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10-4.1
323262
- rebuilt for new gcc4.1 snapshot and glibc changes
323262
323262
* Sun Jan 22 2006 Ray Strode <rstrode@redhat.com> - 0.10-4
323262
- don't use uninitialized memory (bug 178591)
323262
323262
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
323262
- rebuilt
323262
323262
* Wed Aug 31 2005 Ray Strode <rstrode@redhat.com> - 0.10-3
323262
- bump build requires for glib to 2.2.0 (bug #146585).
323262
323262
* Thu May 12 2005 Ray Strode <rstrode@redhat.com> - 0.10-2
323262
- Add build requires for emacs (bug #141297).
323262
323262
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> - 0.10-1
323262
- Update to 0.10
323262
323262
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 0.9-2
323262
- Output error message instead of assertion failure (#134934)
323262
323262
* Tue Sep 28 2004 Mark McLoughlin <markmc@redhat.com> 0.9-1
323262
- Update to 0.9, remove upstreamed patches
323262
323262
* Mon Sep 27 2004 Ray Strode <rstrode@redhat.com> 0.8-6
323262
- Swap if and else in egg_desktop_entries_get_locale_encoding
323262
  to prevent allocating massive amounts of unneeded ram.
323262
323262
* Mon Sep 27 2004 Ray Strode <rstrode@redhat.com> 0.8-5
323262
- Swap if and else in egg_desktop_entries_get_locale_country
323262
  to prevent allocating massive amounts of unneeded ram.
323262
323262
* Thu Sep 23 2004 Ray Strode <rstrode@redhat.com> 0.8-4
323262
- Fix the fix for --remove-show-in option
323262
323262
* Thu Sep 23 2004 Ray Strode <rstrode@redhat.com> 0.8-3
323262
- Fix --remove-show-in option
323262
323262
* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.8-2
323262
- Fix RH #131983 (annoying log message about "entries != NULL")
323262
323262
* Fri Sep  3 2004 Mark McLoughlin <markmc@redhat.com> 0.8-1
323262
- Update to 0.8
323262
323262
* Sat Jul 31 2004 Dan Williams <dcbw@redhat.com> 0.7-1
323262
- Update to 0.7
323262
323262
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
323262
- rebuilt
323262
323262
* Mon Mar  1 2004 Dan Williams <dcbw@redhat.com> 0.4-2
323262
- Fix RH #117201, initial comment fails validation
323262
- Add in, but do not use, Frederic Crozat's freedesktop.org
323262
    menu-spec 0.8 patch
323262
323262
* Thu Feb 19 2004 Mark McLoughlin <markmc@redhat.com> 0.4-1
323262
- Update to 0.4
323262
323262
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
323262
- rebuilt
323262
323262
* Wed Sep  3 2003 Havoc Pennington <hp@redhat.com> 0.3-10
323262
- fix for #103276 (int/size_t issue) from twoerner
323262
323262
* Mon Jul  7 2003 Alexander Larsson <alexl@redhat.com> 0.3-9
323262
- Rebuild
323262
323262
* Mon Jun 23 2003 Havoc Pennington <hp@redhat.com> 0.3-8
323262
- rebuild
323262
323262
* Thu Jun  5 2003 Jonathan Blandford <jrb@redhat.com> 0.3-6
323262
- Backport patch to allow @MODIFIER in locale keys
323262
323262
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
323262
- rebuilt
323262
323262
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
323262
- rebuilt
323262
323262
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
323262
- rebuild
323262
323262
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
323262
- fix more error messages
323262
323262
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
323262
- remove old symlinks before creating new ones, chills out 
323262
  a lot of error messages
323262
323262
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
323262
- version 0.3
323262
323262
* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2.95 cvs snap, should fix OnlyShowIn
323262
323262
* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2.94 cvs snap, adds --print-available
323262
323262
* Tue Jul  9 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry]
323262
323262
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn
323262
  and missing trailing semicolons on string lists
323262
323262
* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2.91 cvs snap with --copy-name-to-generic-name and
323262
  --copy-generic-name-to-name
323262
323262
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2.90 cvs snap with --delete-original fixed
323262
323262
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
323262
- rebuild in different environment
323262
323262
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
323262
- 0.2
323262
323262
* Thu May 23 2002 Tim Powers <timp@redhat.com>
323262
- automated rebuild
323262
323262
* Thu May 09 2002 Havoc Pennington <hp@redhat.com>
323262
- rebuild in different environment
323262
323262
* Thu May  9 2002 Havoc Pennington <hp@redhat.com>
323262
- initial build