From c8442911f4467e2715b1580eab6937a55392f290 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:34:33 +0100 Subject: [PATCH] update to 0.1.2 [release 0.1.2-1mamba;Sun Jul 29 2012] --- README.md | 3 +++ lxmenu-data.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 lxmenu-data.spec diff --git a/README.md b/README.md index b234522..140af8c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # lxmenu-data +The lxmenu-data contains files used to build the menu in LXDE according to the freedesktop-org menu spec. +Currently it's used by LXPanel and LXLauncher. + diff --git a/lxmenu-data.spec b/lxmenu-data.spec new file mode 100644 index 0000000..160891b --- /dev/null +++ b/lxmenu-data.spec @@ -0,0 +1,52 @@ +Name: lxmenu-data +Version: 0.1.2 +Release: 1mamba +Summary: Data files for the LXDE menu +Group: Graphical Desktop/Applications/Environment +Vendor: openmamba +Distribution: openmamba +Packager: Fabio Giani +URL: http://www.lxde.org/ +Source: http://downloads.sourceforge.net/project/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20%{version}/lxmenu-data-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildArch: noarch +BuildRequires: intltool + +%description +The lxmenu-data contains files used to build the menu in LXDE according to the freedesktop-org menu spec. +Currently it's used by LXPanel and LXLauncher. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING README TODO +%config(noreplace) %{_sysconfdir}/xdg/menus/lxde-applications.menu +%{_datadir}/desktop-directories/lxde-*.directory + +%changelog +* Sun Jul 29 2012 Silvan Calarco 0.1.2-1mamba +- update to 0.1.2 + +* Tue Jun 22 2010 Silvan Calarco 0.1.1-3mamba +- fixed specfile name (must be the same as package name) + +* Sat Jan 23 2010 Fabio Giani 0.1.1-2mamba +- group changed + +* Fri Jan 15 2010 Fabio Giani 0.1.1-1mamba +- package created by autospec