diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 03:10:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 03:10:23 +0000 |
commit | 3099e8beba60325f575601397e121d0dfe411cfa (patch) | |
tree | 383cf3dfb849b1abee586aa30b9a8800b9062bdb | |
parent | a3a2a56751d5aa362f6d43a5aedf65334737c004 (diff) |
automatic import of cinnamon-menusopeneuler24.03_LTS_SP1openeuler24.03_LTS
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | cinnamon-menus.spec | 64 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 66 insertions, 0 deletions
@@ -0,0 +1 @@ +/6.4.0.tar.gz diff --git a/cinnamon-menus.spec b/cinnamon-menus.spec new file mode 100644 index 0000000..6dcff60 --- /dev/null +++ b/cinnamon-menus.spec @@ -0,0 +1,64 @@ +Name: cinnamon-menus +Version: 6.4.0 +Release: 1 +Summary: A menu system for the Cinnamon project +License: LGPL-2.0-or-later AND GPL-2.0-or-later +URL: https://github.com/linuxmint/%{name} +Source0: https://github.com/linuxmint/cinnamon-menus/archive/refs/tags/%{version}.tar.gz + +ExcludeArch: %{ix86} + +BuildRequires: intltool +BuildRequires: meson >= 0.56.0 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.29.15 +BuildRequires: pkgconfig(gobject-introspection-1.0) + +%description +cinnamon-menus is an implementation of the draft "Desktop +Menu Specification" from freedesktop.org. This package +also contains the Cinnamon menu layout configuration files, +.directory files and assorted menu related utility programs, +Python bindings, and a simple menu editor. + +%package devel +Summary: Libraries and include files for the Cinnamon menu system +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the necessary development libraries for +writing applications that use the Cinnamon menu system. + +%prep +%autosetup -p1 + +%build +%meson \ + -Ddeprecated_warnings=false \ + -Denable_debug=false + +%meson_build + +%install +%meson_install + +%files +%doc AUTHORS NEWS +%license COPYING COPYING.LIB +%{_libdir}/lib*.so.* +%{_libdir}/girepository-1.0/CMenu-3.0.typelib + +%files devel +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/* +%{_includedir}/cinnamon-menus-3.0 +%{_datadir}/gir-1.0/CMenu-3.0.gir + +%changelog +* Sun Jan 05 2025 Funda Wang <fundawang@yeah.net> - 6.4.0-1 +- update to 6.4.0 + +* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 5.6.0-1 +- update to 5.6.0 + +* Fri May 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 5.2.0-1 +- Inital Packaging @@ -0,0 +1 @@ +f71a45a748634c205076639a0df8386b 6.4.0.tar.gz |