From 241000a8a342430f2012e75dfb4bdc2d4d1e2f67 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:45:08 +0100 Subject: [PATCH] automatic update by autodist [release 0.22-1mamba;Wed Sep 04 2013] --- README.md | 2 ++ desktop-file-utils.spec | 70 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 desktop-file-utils.spec diff --git a/README.md b/README.md index 8fced94..f9bb6dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # desktop-file-utils +The desktop-file-utils package contains command line utilities for working with desktop entries. These utilities are used by GNOME-2 and other applications to manipulate the MIME-types application databases and help adhere to the desktop entries standards specification. + diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec new file mode 100644 index 0000000..d6d6592 --- /dev/null +++ b/desktop-file-utils.spec @@ -0,0 +1,70 @@ +Name: desktop-file-utils +Version: 0.22 +Release: 1mamba +Summary: The desktop-file-utils package contains command line utilities for working with desktop entries. +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.freedesktop.org/software/desktop-file-utils/ +Source: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz +License: GPL +BuildRequires: emacs-nox +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The desktop-file-utils package contains command line utilities for working with desktop entries. These utilities are used by GNOME-2 and other applications to manipulate the MIME-types application databases and help adhere to the desktop entries standards specification. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_bindir}/desktop-file-edit +%{_bindir}/desktop-file-install +%{_bindir}/desktop-file-validate +%{_bindir}/update-desktop-database +%{_datadir}/emacs/site-lisp/* +%{_mandir}/man1/desktop-file-edit.1.gz +%{_mandir}/man1/desktop-file-install.1* +%{_mandir}/man1/desktop-file-validate.1* +%{_mandir}/man1/update-desktop-database.1* +%doc AUTHORS COPYING +# ChangeLog NEWS README + +%changelog +* Wed Sep 04 2013 Automatic Build System 0.22-1mamba +- automatic update by autodist + +* Fri Oct 26 2012 Automatic Build System 0.21-1mamba +- automatic version update by autodist + +* Mon Aug 06 2012 Automatic Build System 0.20-1mamba +- update to 0.20 + +* Sat Jun 25 2011 Automatic Build System 0.18-1mamba +- automatic update by autodist + +* Mon Mar 15 2010 Automatic Build System 0.16-1mamba +- update to 0.16 + +* Fri Mar 07 2008 Silvan Calarco 0.15-1mamba +- update to 0.15 +- changed maintainer + +* Tue Apr 10 2007 Tiziano Pratellesi 0.11-1mamba +- update to version 0.11 + +* Tue Aug 09 2005 Alessandro Ramazzina 0.10-1qilnx +- package created by autospec