diff --git a/files_in_srpm.txt b/files_in_srpm.txt new file mode 100644 index 0000000000000000000000000000000000000000..33ef52e2e079ee9f318a7bce9c00d4c5902ec0b1 --- /dev/null +++ b/files_in_srpm.txt @@ -0,0 +1,2 @@ +mozo-1.28.0.tar.xz +mozo.spec diff --git a/mozo-1.28.0.tar.xz b/mozo-1.28.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..3b76d33ad1ab47402d6d3903ae3c35ed68684954 Binary files /dev/null and b/mozo-1.28.0.tar.xz differ diff --git a/mozo.spec b/mozo.spec new file mode 100644 index 0000000000000000000000000000000000000000..eeed576d61ae68a506a6b8e26def94e16a1234c5 --- /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 - 1.28.0-1 +- package init. diff --git a/mozo.src.rpm b/mozo.src.rpm new file mode 100644 index 0000000000000000000000000000000000000000..25deaa8252e0f485509fbc216123fb16c07330e5 Binary files /dev/null and b/mozo.src.rpm differ