diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-02 03:08:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-02 03:08:16 +0000 |
commit | a883292368ee68ca19a7eac34400a9da8404767a (patch) | |
tree | d3a0631fdec027ba2a0962e8d4216fc960841cc3 | |
parent | ab38e6b05fe91fafdb59a6a96ab77c48b813f2f9 (diff) |
automatic import of mozoopeneuler24.09
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | mozo.spec | 56 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 58 insertions, 0 deletions
@@ -0,0 +1 @@ +/mozo-1.28.0.tar.xz diff --git a/mozo.spec b/mozo.spec new file mode 100644 index 0000000..eeed576 --- /dev/null +++ b/mozo.spec @@ -0,0 +1,56 @@ +%global branch 1.28 + +Name: mozo +Version: %{branch}.0 +Release: 1 +Summary: MATE Desktop menu editor +License: LGPLv2+ +URL: http://mate-desktop.org +Source0: http://pub.mate-desktop.org/releases/%{branch}/%{name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: make +BuildRequires: mate-common +BuildRequires: mate-menus-devel +BuildRequires: pkgconfig(pygobject-3.0) +BuildRequires: python3-devel + +Requires: mate-menus + +BuildArch: noarch + +%description +MATE Desktop menu editor + +%prep +%autosetup -p1 + +%build +%configure + +make %{?_smp_mflags} V=1 + +%install +%{make_install} + +desktop-file-install \ + --dir=%{buildroot}%{_datadir}/applications \ +%{buildroot}%{_datadir}/applications/mozo.desktop + +%find_lang %{name} --with-gnome --all-name + + +%files -f %{name}.lang +%doc AUTHORS COPYING README +%{_bindir}/mozo +%{_datadir}/icons/hicolor/*x*/apps/mozo.png +%{_datadir}/mozo/ +%{_datadir}/applications/mozo.desktop +%{_mandir}/man1/mozo.1.* +%dir %{python3_sitelib}/Mozo +%{python3_sitelib}/Mozo/* + + +%changelog +* Sun Dec 01 2024 sqfu <dev01203@linx-info.com> - 1.28.0-1 +- package init. @@ -0,0 +1 @@ +6e162b11a093d7f1743329e40907b96f mozo-1.28.0.tar.xz |