Compare commits
10 Commits
02f60f148b
...
58285f451c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58285f451c | ||
|
|
308d8e20c4 | ||
|
|
c0212d7ff6 | ||
|
|
dfd3ac531b | ||
|
|
b2d3aaaf74 | ||
|
|
fa7b511e6f | ||
|
|
1ff1324c83 | ||
|
|
0d06f7fff2 | ||
|
|
bc0bd7ffcd | ||
|
|
414beb4cbd |
Binary file not shown.
BIN
desktop-file-utils-0.27.tar.xz
Normal file
BIN
desktop-file-utils-0.27.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
||||
Name: desktop-file-utils
|
||||
Version: 0.26
|
||||
Release: 1
|
||||
Version: 0.27
|
||||
Release: 2
|
||||
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
|
||||
BuildRequires: glib2-devel emacs meson
|
||||
BuildRequires: gcc-c++
|
||||
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
|
||||
@ -31,17 +32,23 @@ Help document for desktop-file-utils.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_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
|
||||
@ -55,6 +62,18 @@ touch $RPM_BUILD_ROOT%{_emacs_sitestartdir}/desktop-entry-mode-init.elc
|
||||
%{_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