Compare commits
No commits in common. "58285f451c80a5d9e4c8ea4d69dbaa77446b76fa" and "02f60f148b44ffc84aebbaa88ea8f6bbc119c902" have entirely different histories.
58285f451c
...
02f60f148b
BIN
desktop-file-utils-0.26.tar.xz
Normal file
BIN
desktop-file-utils-0.26.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,13 @@
|
||||
Name: desktop-file-utils
|
||||
Version: 0.27
|
||||
Release: 2
|
||||
Version: 0.26
|
||||
Release: 1
|
||||
Summary: Desktop-file-utils contains utilities for manipulating desktop entries
|
||||
License: GPLv2+
|
||||
URL: https://www.freedesktop.org/software/desktop-file-utils
|
||||
Source0: https://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
|
||||
Source1: desktop-entry-mode-init.el
|
||||
|
||||
BuildRequires: glib2-devel emacs meson
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel emacs
|
||||
Requires: emacs-filesystem
|
||||
Provides: emacs-%{name} = %{version}-%{release} emacs-%{name}-el = %{version}-%{release}
|
||||
Obsoletes: emacs-%{name} < 0.20-3 emacs-%{name}-el < 0.20-3
|
||||
@ -32,23 +31,17 @@ Help document for desktop-file-utils.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{name}
|
||||
mv $RPM_BUILD_ROOT%{_emacs_sitelispdir}/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{name}
|
||||
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}/desktop-entry-mode-init.el
|
||||
touch $RPM_BUILD_ROOT%{_emacs_sitestartdir}/desktop-entry-mode-init.elc
|
||||
|
||||
%transfiletriggerin -- %{_datadir}/applications
|
||||
update-desktop-database &> /dev/null || :
|
||||
|
||||
%transfiletriggerpostun -- %{_datadir}/applications
|
||||
update-desktop-database &> /dev/null || :
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
@ -62,18 +55,6 @@ update-desktop-database &> /dev/null || :
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 26 2024 yinhongchang <yinhongchang@kylinsec.com.cn> - 0.27-2
|
||||
- KYOS-B: Add trigger to update-desktop-database desktop
|
||||
|
||||
* Fri Dec 29 2023 Paul Thomas <paulthomas100199@gmail.com> - 0.27-1
|
||||
- update to version 0.27
|
||||
|
||||
* Thu Sep 08 2022 misaka00251 <misaka00251@misakanet.cn> - 0.26-3
|
||||
- Support files conforming to 1.5 of the specification
|
||||
|
||||
* Tue May 18 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 0.26-2
|
||||
- add BuildRequires gcc-c++
|
||||
|
||||
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 0.26-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user