automatic version update by autodist [release 0.26-1mamba;Fri Jun 26 2020]
This commit is contained in:
parent
ca6780549e
commit
b0d01cd30f
@ -1,5 +1,5 @@
|
|||||||
Name: desktop-file-utils
|
Name: desktop-file-utils
|
||||||
Version: 0.24
|
Version: 0.26
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The desktop-file-utils package contains command line utilities for working with desktop entries.
|
Summary: The desktop-file-utils package contains command line utilities for working with desktop entries.
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -9,22 +9,30 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://www.freedesktop.org/software/desktop-file-utils/
|
URL: http://www.freedesktop.org/software/desktop-file-utils/
|
||||||
Source: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
|
Source: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -36,7 +44,7 @@ The desktop-file-utils package contains command line utilities for working with
|
|||||||
%{_bindir}/desktop-file-validate
|
%{_bindir}/desktop-file-validate
|
||||||
%{_bindir}/update-desktop-database
|
%{_bindir}/update-desktop-database
|
||||||
%{_datadir}/emacs/site-lisp/*
|
%{_datadir}/emacs/site-lisp/*
|
||||||
%{_mandir}/man1/desktop-file-edit.1.gz
|
%{_mandir}/man1/desktop-file-edit.1*
|
||||||
%{_mandir}/man1/desktop-file-install.1*
|
%{_mandir}/man1/desktop-file-install.1*
|
||||||
%{_mandir}/man1/desktop-file-validate.1*
|
%{_mandir}/man1/desktop-file-validate.1*
|
||||||
%{_mandir}/man1/update-desktop-database.1*
|
%{_mandir}/man1/update-desktop-database.1*
|
||||||
@ -44,6 +52,9 @@ The desktop-file-utils package contains command line utilities for working with
|
|||||||
# ChangeLog NEWS README
|
# ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jul 26 2019 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
* Fri Jul 26 2019 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user